Project

General

Profile

1 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-access-2.0.0beta4//EN',
3
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-access-2.0.0.beta4e.dtd');
4 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
5 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN',
6
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-attribute-2.0.0.beta4e.dtd');
7 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN',
9
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-constraint-2.0.0.beta4e.dtd');
10 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
11 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN',
12
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-coverage-2.0.0.beta4e.dtd');
13 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
14 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN',
15
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-dataset-2.0.0.beta4e.dtd');
16 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
17 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-distribution-2.0.0beta4//EN',
18
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-distribution-2.0.0.beta4e.dtd');
19 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
20 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-entity-2.0.0beta4//EN',
21
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-entity-2.0.0.beta4e.dtd');
22 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-literature-2.0.0beta4//EN',
24
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-literature-2.0.0.beta4e.dtd');
25 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
26 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-physical-2.0.0beta4//EN',
27
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-physical-2.0.0.beta4e.dtd');
28 722 bojilova
INSERT INTO xml_catalog (entry_type, public_id, system_id)
29 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-project-2.0.0beta4//EN',
30
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-project-2.0.0.beta4e.dtd');
31 743 jones
INSERT INTO xml_catalog (entry_type, public_id, system_id)
32 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN',
33
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-protocol-2.0.0.beta4e.dtd');
34 780 berkley
INSERT INTO xml_catalog (entry_type, public_id, system_id)
35 853 jones
  VALUES ('DTD', '-//ecoinformatics.org//eml-software-2.0.0beta4//EN',
36
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-software-2.0.0.beta4e.dtd');