Revision 9240
Added by Jing Tao over 9 years ago
src/loaddtdschema-oracle.sql | ||
---|---|---|
123 | 123 |
VALUES ('Schema', 'http://rs.tdwg.org/dwc/terms/', '/schema/dwc/tdwg_dwcterms.xsd'); |
124 | 124 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
125 | 125 |
VALUES ('Schema', 'http://purl.org/ornl/schema/mercury/terms/v1.0', '/schema/ornl/ornl-mercury-v1.0.xsd'); |
126 |
|
|
127 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
128 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gco', '/schema/isotc211/gco/gco.xsd'); |
|
126 | 129 |
|
130 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
131 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gmd', '/schema/isotc211/gmd/gmd.xsd'); |
|
132 |
|
|
133 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
134 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gmi', '/schema/isotc211/gmi/gmi.xsd'); |
|
135 |
|
|
136 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
137 |
VALUES ('Schema', 'http://www.opengis.net/gml/3.2', '/schema/isotc211/gml321/gml.xsd'); |
|
138 |
|
|
139 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
140 |
VALUES ('Schema', 'http://www.opengis.net/gml', '/schema/isotc211/gml311/gml.xsd'); |
|
141 |
|
|
142 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
143 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gmx', '/schema/isotc211/gmx/gmx.xsd'); |
|
144 |
|
|
145 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
146 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gsr', '/schema/isotc211/gsr/gsr.xsd'); |
|
147 |
|
|
148 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
149 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gss', '/schema/isotc211/gss/gss.xsd'); |
|
150 |
|
|
151 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
152 |
VALUES ('Schema', 'http://www.isotc211.org/2005/gts', '/schema/isotc211/gts/gts.xsd'); |
|
153 |
|
|
154 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
155 |
VALUES ('Schema', 'http://www.isotc211.org/2005/srv', '/schema/isotc211/srv/srv.xsd'); |
|
156 |
|
|
157 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
158 |
VALUES ('Schema', 'http://www.w3.org/1999/xlink', '/schema/isotc211/xlink/xlinks.xsd'); |
|
159 |
|
|
127 | 160 |
INSERT INTO db_version (version, status, date_created) |
128 | 161 |
VALUES ('2.5.0',1,CURRENT_DATE); |
Also available in: Unified diff
Add the sql command to insert schemas for iso119139.