Project

General

Profile

1
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2
  VALUES ('DTD', '-//NCEAS//eml-access-2.0//EN',
3
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-access-2.0.dtd');
4
INSERT INTO xml_catalog (entry_type, public_id, system_id)
5
  VALUES ('DTD', '-//NCEAS//eml-access//EN',
6
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-access.dtd');
7
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8
  VALUES ('DTD', '-//NCEAS//eml-context//EN',
9
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-context.dtd');
10
INSERT INTO xml_catalog (entry_type, public_id, system_id)
11
  VALUES ('DTD', '-//NCEAS//eml-coverage-2.0//EN',
12
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-coverage-2.0.dtd');
13
INSERT INTO xml_catalog (entry_type, public_id, system_id)
14
  VALUES ('DTD', '-//NCEAS//eml-dataset-2.0//EN',
15
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-dataset-2.0.dtd');
16
INSERT INTO xml_catalog (entry_type, public_id, system_id)
17
  VALUES ('DTD', '-//NCEAS//eml-dataset//EN',
18
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-dataset.dtd');
19
INSERT INTO xml_catalog (entry_type, public_id, system_id)
20
  VALUES ('DTD', '-//NCEAS//eml-distribution-2.0//EN',
21
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-distribution-2.0.dtd');
22
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23
  VALUES ('DTD', '-//NCEAS//eml-entity-2.0//EN',
24
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-entity-2.0.dtd');
25
INSERT INTO xml_catalog (entry_type, public_id, system_id)
26
  VALUES ('DTD', '-//NCEAS//eml-file//EN',
27
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-file.dtd');
28
INSERT INTO xml_catalog (entry_type, public_id, system_id)
29
  VALUES ('DTD', '-//NCEAS//eml-party-2.0//EN',
30
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-party-2.0.dtd');
31
INSERT INTO xml_catalog (entry_type, public_id, system_id)
32
  VALUES ('DTD', '-//NCEAS//eml-physical-2.0//EN',
33
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-physical-2.0.dtd');
34
INSERT INTO xml_catalog (entry_type, public_id, system_id)
35
  VALUES ('DTD', '-//NCEAS//eml-resource-2.0//EN',
36
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-resource-2.0.dtd');
37
INSERT INTO xml_catalog (entry_type, public_id, system_id)
38
  VALUES ('DTD', '-//NCEAS//eml-software-2.0//EN',
39
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-software-2.0.dtd');
40
INSERT INTO xml_catalog (entry_type, public_id, system_id)
41
  VALUES ('DTD', '-//NCEAS//eml-software//EN',
42
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-software.dtd');
43
INSERT INTO xml_catalog (entry_type, public_id, system_id)
44
  VALUES ('DTD', '-//NCEAS//eml-status//EN',
45
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-status.dtd');
46
INSERT INTO xml_catalog (entry_type, public_id, system_id)
47
  VALUES ('DTD', '-//NCEAS//eml-supplement//EN',
48
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-supplement.dtd');
49
INSERT INTO xml_catalog (entry_type, public_id, system_id)
50
  VALUES ('DTD', '-//NCEAS//eml-variable//EN',
51
          'http://dev.nceas.ucsb.edu/jones/dtd/eml-variable.dtd');
52
INSERT INTO xml_catalog (entry_type, public_id, system_id)
53
  VALUES ('DTD', '-//NCEAS//package//EN',
54
          'http://dev.nceas.ucsb.edu/jones/dtd/package.dtd');
55
INSERT INTO xml_catalog (entry_type, public_id, system_id)
56
  VALUES ('DTD', '-//NCEAS//party//EN',
57
          'http://dev.nceas.ucsb.edu/jones/dtd/party.dtd');
58
INSERT INTO xml_catalog (entry_type, public_id, system_id)
59
  VALUES ('DTD', '-//NCEAS//resource//EN',
60
          'http://dev.nceas.ucsb.edu/jones/dtd/resource.dtd');
61

    
(2-2/13)