Revision 8608
Added by Chris Jones almost 11 years ago
loaddtdschema-postgres.sql | ||
---|---|---|
91 | 91 |
VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd'); |
92 | 92 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
93 | 93 |
VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd'); |
94 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
95 |
VALUES ('Schema', 'http://www.opengis.net/sensorML/1.0.1', '/schema/sensorML.xsd'); |
|
96 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
97 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1', '/schema/dataone/dataoneTypes.xsd'); |
|
98 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
99 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1.1', '/schema/dataone/dataoneTypes_v1.1.xsd'); |
|
100 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
101 |
VALUES ('Schema', 'http://purl.org/dryad/schema/terms/v3.1', '/schema/dryad/dryad.xsd'); |
|
102 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
103 |
VALUES ('Schema', 'http://purl.org/dryad/schema/dryad-bibo/v3.1', '/schema/dryad/dryad-bibo.xsd'); |
|
104 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
105 |
VALUES ('Schema', 'http://purl.org/dc/terms/', '/schema/dc/dcterms.xsd'); |
|
106 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
107 |
VALUES ('Schema', 'http://purl.org/dc/elements/1.1/', '/schema/dc/dc.xsd'); |
|
108 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
109 |
VALUES ('Schema', 'http://purl.org/dc/dcmitype/', '/schema/dc/dcmitype.xsd'); |
|
110 |
|
|
111 |
|
|
94 | 112 |
INSERT INTO db_version (version, status, date_created) |
95 | 113 |
VALUES ('2.4.0',1,CURRENT_DATE); |
Also available in: Unified diff
Add schema support for the DataONE, dublin Core, and Dryad schemas. Schemas get downloaded into lib/schema priior to jar and dist targets, and get loaded into xml_catalog on installation.