Project

General

Profile

1
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2
     VALUES ('DTD', '-//NCEAS//eml-dataset//EN',
3
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-dataset.dtd');
4
INSERT INTO xml_catalog (entry_type, public_id, system_id)
5
     VALUES ('DTD', '-//NCEAS//eml-file//EN',
6
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-file.dtd');
7
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
9
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-variable.dtd');
10
INSERT INTO xml_catalog (entry_type, public_id, system_id)
11
     VALUES ('DTD', '-//NCEAS//eml-access//EN',
12
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-access.dtd');
13
INSERT INTO xml_catalog (entry_type, public_id, system_id)
14
     VALUES ('DTD', '-//NCEAS//eml-context//EN',
15
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-context.dtd');
16
INSERT INTO xml_catalog (entry_type, public_id, system_id)
17
     VALUES ('DTD', '-//NCEAS//eml-software//EN',
18
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-software.dtd');
19
INSERT INTO xml_catalog (entry_type, public_id, system_id)
20
     VALUES ('DTD', '-//NCEAS//eml-status//EN',
21
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-status.dtd');
22
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23
     VALUES ('DTD', '-//NCEAS//eml-supplement//EN',
24
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-supplement.dtd');
25
INSERT INTO xml_catalog (entry_type, public_id, system_id)
26
     VALUES ('DTD', '-//NCEAS//package//EN',
27
             'http://dev.nceas.ucsb.edu/dtd/schemas/package.dtd');
28
INSERT INTO xml_catalog (entry_type, public_id, system_id)
29
    VALUES ('DTD', '-//NCEAS//resource//EN',
30
            'http://dev.nceas.ucsb.edu/dtd/schemas/resource.dtd');
(2-2/12)