Revision 8626
Added by ben leinfelder almost 11 years ago
src/loaddtdschema-postgres.sql | ||
---|---|---|
104 | 104 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
105 | 105 |
VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd'); |
106 | 106 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
107 |
VALUES ('Schema', 'http://www.opengis.net/sensorML/1.0.1', '/schema/sensorML.xsd'); |
|
108 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
109 | 107 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1', '/schema/dataone/dataoneTypes.xsd'); |
110 | 108 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
111 | 109 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1.1', '/schema/dataone/dataoneTypes_v1.1.xsd'); |
src/loaddtdschema-oracle.sql | ||
---|---|---|
104 | 104 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
105 | 105 |
VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd'); |
106 | 106 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
107 |
VALUES ('Schema', 'http://www.opengis.net/sensorML/1.0.1', '/schema/sensorML.xsd'); |
|
108 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
109 | 107 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1', '/schema/dataone/dataoneTypes.xsd'); |
110 | 108 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
111 | 109 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/v1.1', '/schema/dataone/dataoneTypes_v1.1.xsd'); |
Also available in: Unified diff
remove sensorML from the catalog since we don't actually ship it (yet?)