Project

General

Profile

« Previous | Next » 

Revision 6087

Include the DataONE 0.6.0 type schema in the SQL schema and DTD loader script.

View differences:

src/loaddtdschema-oracle.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', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd');
54

  
55 54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
56 55
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
57
  
56
INSERT INTO xml_catalog (entry_type, public_id, system_id)
57
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.0', '/schema/D1_SCHEMA_0_6_0/dataoneTypes.xsd');  
58 58
INSERT INTO db_version (version, status, date_created) 
59 59
  VALUES ('1.10.0',1,CURRENT_DATE);
src/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

  
55 54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
56 55
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
57

  
56
INSERT INTO xml_catalog (entry_type, public_id, system_id)
57
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.0', '/schema/D1_SCHEMA_0_6_0/dataoneTypes.xsd');
58 58
INSERT INTO db_version (version, status, date_created) 
59 59
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff