Project

General

Profile

« Previous | Next » 

Revision 9209

Added by Jing Tao almost 9 years ago

Add the code to add dataone schema v2 in the xml_catalog table.

View differences:

loaddtdschema-oracle.sql
108 108
INSERT INTO xml_catalog (entry_type, public_id, system_id)
109 109
  VALUES ('Schema', 'http://ns.dataone.org/service/types/v1.1', '/schema/dataone/dataoneTypes_v1.1.xsd');
110 110
INSERT INTO xml_catalog (entry_type, public_id, system_id)
111
  VALUES ('Schema', 'http://ns.dataone.org/service/types/v2.0', '/schema/dataone/dataoneTypes_v2.0.xsd');
112
INSERT INTO xml_catalog (entry_type, public_id, system_id)
111 113
  VALUES ('Schema', 'http://purl.org/dryad/schema/terms/v3.1', '/schema/dryad/dryad.xsd');
112 114
INSERT INTO xml_catalog (entry_type, public_id, system_id)
113 115
  VALUES ('Schema', 'http://purl.org/dryad/schema/dryad-bibo/v3.1', '/schema/dryad/dryad-bibo.xsd');

Also available in: Unified diff