forked from GeoViQua/geoviqua-geonetwork-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oasis-catalog.xml
81 lines (63 loc) · 3.74 KB
/
oasis-catalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
<!-- OASIS CATALOG FOR GEONETWORK TO REMAP VARIOUS XML IDs -->
<!-- This used to be done in Java code, but with the use of these
maps you can customise this to suit yourself. -->
<!-- =============== GeoViQua maps -->
<system systemId="http://schemas.geoviqua.org/GVQ/4.0/GeoViQua_PQM_UQM.xsd"
uri="schema.xsd"/>
<system systemId="http://www.uncertml.org/uncertml.xsd"
uri="schema/UncertML/uncertml.xsd"/>
<system systemId="http://schemas.geoviqua.org/ISO/19139/20120707_GVQ/19115_updates.xsd"
uri="schema/ISO/19139/20120707_GVQ/19115_updates.xsd"/>
<system systemId="http://schemas.geoviqua.org/ISO/19157/20120707_GVQ/19157_DataQuality.xsd"
uri="schema/ISO/19157/20120707_GVQ/19157_DataQuality.xsd"/>
<!-- =============== GeoViQua codelists -->
<uri name="http://schemas.geoviqua.org/GVQ/4.0/resources/Codelist/gvqCodelists.xml"
uri="schema/GVQ/4.0/resources/Codelist/gvqCodelists.xml"/>
<uri name="http://schemas.geoviqua.org/ISO/19139/20120707_GVQ/resources/Codelist/gmxUpdatedCodelists.xml"
uri="schema/ISO/19139/20120707_GVQ/resources/Codelist/gmxUpdatedCodelists.xml"/>
<uri name="http://schemas.geoviqua.org/ISO/19139/20130610_INSPIRE/resources/codelist/gmxINSPIRECodelists.xml"
uri="schema/ISO/19139/20130610_INSPIRE/resources/codelist/gmxINSPIRECodelists.xml"/>
<uri name="http://schemas.geoviqua.org/ISO/19157/20120707_GVQ/resources/Codelist/gmd19157_Codelists.xml"
uri="schema/ISO/19157/20120707_GVQ/resources/Codelist/gmd19157_Codelists.xml"/>
<!-- =============== ISO19139 maps -->
<!-- Before opengis.net started being used as the srv namespace URL
we used http://www.isotc211.org/2005/srv so remap opengis.net to
that so all our stuff continues to work -->
<!-- <uri name="http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd"
uri="http://www.isotc211.org/2005/srv"/> -->
<!-- These are to map schemaLocation hints to local schemas to make sure that
GeoNetwork edits and validates against a schema it knows about. -->
<!-- <system systemId="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gmd/gmd.xsd"
uri="schema/gmd/gmd.xsd"/>
<system systemId="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gco/gco.xsd"
uri="schema/gco/gco.xsd"/>
<system systemId="http://www.isotc211.org/2005/gmd/gmd.xsd"
uri="schema/gmd/gmd.xsd"/>
<system systemId="http://www.isotc211.org/2005/gco/gco.xsd"
uri="schema/gco/gco.xsd"/>
<system systemId="http://www.isotc211.org/2005/gmx/gmx.xsd"
uri="schema/gmx/gmx.xsd"/>
<system systemId="http://www.isotc211.org/2005/gts/gts.xsd"
uri="schema/gts/gts.xsd"/>
<system systemId="http://www.isotc211.org/2005/gsr/gsr.xsd"
uri="schema/gsr/gsr.xsd"/>
<system systemId="http://www.isotc211.org/2005/gss/gss.xsd"
uri="schema/gss/gss.xsd"/>
<system systemId="http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd"
uri="schema/srv/srv.xsd"/> -->
<!-- hope this isn't being used as a schema hint but if it is, map it -->
<!-- <system systemId="http://www.isotc211.org/2005/srv/srv.xsd"
uri="schema/srv/srv.xsd"/> -->
<!-- gml (both known places for 3.1.1) -->
<!-- <system systemId="http://www.opengis.org/gml/gml.xsd"
uri="schema/gml/gml.xsd"/>
<system systemId="http://schemas.opengis.org/gml/3.1.1/base/gml.xsd"
uri="schema/gml/gml.xsd"/>
<system systemId="http://www.opengis.net/gml/gml.xsd"
uri="schema/gml/gml.xsd"/> -->
<!-- xlinks -->
<!-- <system systemId="http://www.w3.org/1999/xlink/xlinks.xsd"
uri="schema/xlink/xlinks.xsd"/> -->
</catalog>