Project

General

Profile

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

    
35

    
36
INSERT INTO xml_catalog (entry_type, public_id, system_id)
37
  VALUES ('DTD', '-//ecoinformatics.org//eml-access-2.0.0beta4//EN',
38
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-access-2.0.0.beta4e.dtd');
39
INSERT INTO xml_catalog (entry_type, public_id, system_id)
40
  VALUES ('DTD', '-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN',
41
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-attribute-2.0.0.beta4e.dtd');
42
INSERT INTO xml_catalog (entry_type, public_id, system_id)
43
  VALUES ('DTD', '-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN',
44
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-constraint-2.0.0.beta4e.dtd');
45
INSERT INTO xml_catalog (entry_type, public_id, system_id)
46
  VALUES ('DTD', '-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN',
47
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-coverage-2.0.0.beta4e.dtd');
48
INSERT INTO xml_catalog (entry_type, public_id, system_id)
49
  VALUES ('DTD', '-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN',
50
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-dataset-2.0.0.beta4e.dtd');
51
INSERT INTO xml_catalog (entry_type, public_id, system_id)
52
  VALUES ('DTD', '-//ecoinformatics.org//eml-distribution-2.0.0beta4//EN',
53
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-distribution-2.0.0.beta4e.dtd');
54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
55
  VALUES ('DTD', '-//ecoinformatics.org//eml-entity-2.0.0beta4//EN',
56
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-entity-2.0.0.beta4e.dtd');
57
INSERT INTO xml_catalog (entry_type, public_id, system_id)
58
  VALUES ('DTD', '-//ecoinformatics.org//eml-literature-2.0.0beta4//EN',
59
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-literature-2.0.0.beta4e.dtd');
60
INSERT INTO xml_catalog (entry_type, public_id, system_id)
61
  VALUES ('DTD', '-//ecoinformatics.org//eml-physical-2.0.0beta4//EN',
62
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-physical-2.0.0.beta4e.dtd');
63
INSERT INTO xml_catalog (entry_type, public_id, system_id)
64
  VALUES ('DTD', '-//ecoinformatics.org//eml-project-2.0.0beta4//EN',
65
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-project-2.0.0.beta4e.dtd');
66
INSERT INTO xml_catalog (entry_type, public_id, system_id)
67
  VALUES ('DTD', '-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN',
68
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-protocol-2.0.0.beta4e.dtd');
69
INSERT INTO xml_catalog (entry_type, public_id, system_id)
70
  VALUES ('DTD', '-//ecoinformatics.org//eml-software-2.0.0beta4//EN',
71
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-software-2.0.0.beta4e.dtd');
72
INSERT INTO xml_catalog (entry_type, public_id, system_id)
73
  VALUES ('DTD', '-//ecoinformatics.org//eml-software-2.0.0beta5//EN',
74
          'http://metacat.nceas.ucsb.edu/knb/dtd/eml-software-2.0.0.beta5e.dtd');
(2-2/12)