Project

General

Profile

« Previous | Next » 

Revision 8993

Added by Chris Jones over 9 years ago

Merge changes in the 2.4 branch into the trunk for the ORNL Mercury schema support. References https://projects.ecoinformatics.org/ecoinfo/issues/6619.

This schema is maintained by Jim Green () and Ranjeet Devarakonda (). The schema uses a subset of the FGDC 1998 CSDGM elements, along with custom elements specific to the Mercury Metadata web application. Support is included in Metacat for Coordinating Node operations in the DataONE network.

View differences:

loaddtdschema-postgres.sql
119 119
  VALUES ('Schema', 'http://purl.org/dc/dcmitype/', '/schema/dc/dcmitype.xsd');
120 120
INSERT INTO xml_catalog (entry_type, public_id, system_id)
121 121
  VALUES ('Schema', 'http://rs.tdwg.org/dwc/terms/', '/schema/dwc/tdwg_dwcterms.xsd');
122
INSERT INTO xml_catalog (entry_type, public_id, system_id)
123
  VALUES ('Schema', 'http://purl.org/ornl/schema/mercury/terms/v1.0', '/schema/ornl/ornl-mercury-v1.0.xsd');
122 124

  
123 125

  
124 126

  
125 127
INSERT INTO db_version (version, status, date_created) 
126
  VALUES ('2.5.0',1,CURRENT_DATE);
128
  VALUES ('2.4.2',1,CURRENT_DATE);

Also available in: Unified diff