Project

General

Profile

« Previous | Next » 

Revision 6658

remove DataONE schema reference in xml_catalog

View differences:

loaddtdschema-postgres.sql
51 51
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');
52 52
INSERT INTO xml_catalog (entry_type, public_id, system_id)
53 53
  VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd');
54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
55
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd');
56 54
INSERT INTO db_version (version, status, date_created) 
57 55
  VALUES ('2.0.0',1,CURRENT_DATE);

Also available in: Unified diff