Revision 5526
Added by berkley over 14 years ago
lib/metacat.properties | ||
---|---|---|
471 | 471 |
dataone.scienceMetadataSchema12=CF-1.4 |
472 | 472 |
dataone.scienceMetadataSchema13=http://www.cuahsi.org/waterML/1.0/ |
473 | 473 |
dataone.scienceMetadataSchema14=http://www.cuahsi.org/waterML/1.1/ |
474 |
dataone.scienceMetadataSchema15=DSPACE METS SIP Profile 1.0
|
|
474 |
dataone.scienceMetadataSchema15=http://www.loc.gov/METS/
|
|
475 | 475 |
dataone.scienceMetadataSchema16=netCDF-3 |
476 | 476 |
dataone.scienceMetadataSchema17=netCDF-4 |
477 | 477 |
dataone.scienceMetadataSchema18=http://rs.tdwg.org/dwc/xsd/simpledarwincore/ |
src/loaddtdschema-oracle.sql | ||
---|---|---|
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');
|
|
53 |
VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
54 | 54 |
|
55 | 55 |
INSERT INTO db_version (version, status, date_created) |
56 | 56 |
VALUES ('1.9.2',1,CURRENT_DATE); |
src/upgrade-db-to-1.10.0-postgres.sql | ||
---|---|---|
23 | 23 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
24 | 24 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd'); |
25 | 25 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
26 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
26 |
VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
27 | 27 |
|
28 | 28 |
/* |
29 | 29 |
* update the database version |
src/loaddtdschema-postgres.sql | ||
---|---|---|
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 | 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');
|
|
57 |
VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
58 | 58 |
|
59 | 59 |
INSERT INTO db_version (version, status, date_created) |
60 | 60 |
VALUES ('1.10.0',1,CURRENT_DATE); |
src/upgrade-db-to-1.10.0-oracle.sql | ||
---|---|---|
21 | 21 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
22 | 22 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd'); |
23 | 23 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
24 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
24 |
VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
|
|
25 | 25 |
|
26 | 26 |
/* |
27 | 27 |
* update the database version |
Also available in: Unified diff
new values for mets namespace