Revision 5525
Added by berkley over 14 years ago
src/loaddtdschema-oracle.sql | ||
---|---|---|
49 | 49 |
VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd'); |
50 | 50 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
51 | 51 |
VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd'); |
52 |
|
|
52 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
53 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd'); |
|
54 |
|
|
53 | 55 |
INSERT INTO db_version (version, status, date_created) |
54 | 56 |
VALUES ('1.9.2',1,CURRENT_DATE); |
src/loaddtdschema-postgres.sql | ||
---|---|---|
53 | 53 |
VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_1/systemmetadata.xsd'); |
54 | 54 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
55 | 55 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_1/common.xsd'); |
56 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
57 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd'); |
|
56 | 58 |
|
57 | 59 |
INSERT INTO db_version (version, status, date_created) |
58 | 60 |
VALUES ('1.10.0',1,CURRENT_DATE); |
Also available in: Unified diff
added METS schemas to db scripts