Project

General

Profile

« Previous | Next » 

Revision 5525

Added by berkley almost 14 years ago

added METS schemas to db scripts

View differences:

loaddtdschema-oracle.sql
49 49
  VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd');
50 50
INSERT INTO xml_catalog (entry_type, public_id, system_id)
51 51
  VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd');
52

  
52
INSERT INTO xml_catalog (entry_type, public_id, system_id)
53
  VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
54
  
53 55
INSERT INTO db_version (version, status, date_created) 
54 56
  VALUES ('1.9.2',1,CURRENT_DATE);

Also available in: Unified diff