1 |
6
|
wheeler
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<!-- ==================================================================== -->
|
3 |
|
|
<!-- Introduction -->
|
4 |
|
|
<!-- ==================================================================== -->
|
5 |
|
|
<!-- History: -->
|
6 |
|
|
<!-- version 0.7 2007-04-23 R. De Giovanni: Changed namespace -->
|
7 |
|
|
<!-- version 0.6 2007-04-17 R. De Giovanni: Added qualification for -->
|
8 |
|
|
<!-- types included from tdwg_basetypes.xsd -->
|
9 |
|
|
<!-- version 0.5 2007-02-14 John Wieczorek, Javier de la Torre -->
|
10 |
|
|
<!-- Status: -->
|
11 |
|
|
<!-- Ready for testing. -->
|
12 |
|
|
<!-- See http://wiki.tdwg.org for current status of this standard -->
|
13 |
|
|
<!-- ==================================================================== -->
|
14 |
|
|
<!-- Schema -->
|
15 |
|
|
<!-- ==================================================================== -->
|
16 |
|
|
<xs:schema xmlns:dwe="http://rs.tdwg.org/dwc/dwelement" xmlns:dwg="http://rs.tdwg.org/dwc/geospatial/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://rs.tdwg.org/dwc/geospatial/" elementFormDefault="qualified" version="0.7">
|
17 |
|
|
<!-- ============================================================== -->
|
18 |
|
|
<!-- Documentation -->
|
19 |
|
|
<!-- ============================================================== -->
|
20 |
|
|
<xs:annotation>
|
21 |
|
|
<xs:documentation> Protocol-independent XML Schema for a geospatial extension to the Darwin
|
22 |
|
|
Core. Synchronized with protocol-dependent content models using same version number. For
|
23 |
|
|
element documentation, see
|
24 |
|
|
http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeospatialExtension. </xs:documentation>
|
25 |
|
|
</xs:annotation>
|
26 |
|
|
<!-- ============================================================== -->
|
27 |
|
|
<!-- Includes -->
|
28 |
|
|
<!-- ============================================================== -->
|
29 |
|
|
<!-- include - inclusions must be top-level elements (children of -->
|
30 |
|
|
<!-- the xs:schema element. Inclusion is restricted to the -->
|
31 |
|
|
<!-- definition of a single namespace. -->
|
32 |
|
|
<!-- ============================================================== -->
|
33 |
|
|
<xs:include schemaLocation="tdwg_basetypes.xsd"/>
|
34 |
|
|
<!-- ============================================================== -->
|
35 |
|
|
<!-- Imports -->
|
36 |
|
|
<!-- ============================================================== -->
|
37 |
|
|
<!-- import - must be used to import definitions from other -->
|
38 |
|
|
<!-- namespaces. -->
|
39 |
|
|
<!-- ============================================================== -->
|
40 |
|
|
<xs:import namespace="http://rs.tdwg.org/dwc/dwelement" schemaLocation="tdwg_dw_element.xsd"/>
|
41 |
|
|
<!-- ============================================================== -->
|
42 |
|
|
<!-- Elements -->
|
43 |
|
|
<!-- ============================================================== -->
|
44 |
|
|
<xs:element name="DecimalLatitude" type="dwg:decimalLatitudeDataType" substitutionGroup="dwe:dwElement" nillable="true">
|
45 |
|
|
<xs:annotation>
|
46 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DecimalLatitude" xml:lang="en"/>
|
47 |
|
|
</xs:annotation>
|
48 |
|
|
</xs:element>
|
49 |
|
|
<xs:element name="DecimalLongitude" type="dwg:decimalLongitudeDataType" substitutionGroup="dwe:dwElement" nillable="true">
|
50 |
|
|
<xs:annotation>
|
51 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/DecimalLongitude" xml:lang="en"/>
|
52 |
|
|
</xs:annotation>
|
53 |
|
|
</xs:element>
|
54 |
|
|
<xs:element name="GeodeticDatum" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
55 |
|
|
<xs:annotation>
|
56 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeodeticDatum" xml:lang="en"/>
|
57 |
|
|
</xs:annotation>
|
58 |
|
|
</xs:element>
|
59 |
|
|
<xs:element name="CoordinateUncertaintyInMeters" type="xs:positiveInteger" substitutionGroup="dwe:dwElement" nillable="true">
|
60 |
|
|
<xs:annotation>
|
61 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/CoordinateUncertaintyInMeters" xml:lang="en"/>
|
62 |
|
|
</xs:annotation>
|
63 |
|
|
</xs:element>
|
64 |
|
|
<xs:element name="PointRadiusSpatialFit" type="dwg:spatialFitDataType" substitutionGroup="dwe:dwElement" nillable="true">
|
65 |
|
|
<xs:annotation>
|
66 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/PointRadiusSpatialFit" xml:lang="en"/>
|
67 |
|
|
</xs:annotation>
|
68 |
|
|
</xs:element>
|
69 |
|
|
<xs:element name="FootprintWKT" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
70 |
|
|
<xs:annotation>
|
71 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FootprintWKT" xml:lang="en"/>
|
72 |
|
|
</xs:annotation>
|
73 |
|
|
</xs:element>
|
74 |
|
|
<xs:element name="FootprintSpatialFit" type="dwg:spatialFitDataType" substitutionGroup="dwe:dwElement" nillable="true">
|
75 |
|
|
<xs:annotation>
|
76 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/FootprintSpatialFit" xml:lang="en"/>
|
77 |
|
|
</xs:annotation>
|
78 |
|
|
</xs:element>
|
79 |
|
|
<xs:element name="VerbatimCoordinates" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
80 |
|
|
<xs:annotation>
|
81 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimCoordinates" xml:lang="en"/>
|
82 |
|
|
</xs:annotation>
|
83 |
|
|
</xs:element>
|
84 |
|
|
<xs:element name="VerbatimLatitude" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
85 |
|
|
<xs:annotation>
|
86 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimLatitude" xml:lang="en"/>
|
87 |
|
|
</xs:annotation>
|
88 |
|
|
</xs:element>
|
89 |
|
|
<xs:element name="VerbatimLongitude" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
90 |
|
|
<xs:annotation>
|
91 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimLongitude" xml:lang="en"/>
|
92 |
|
|
</xs:annotation>
|
93 |
|
|
</xs:element>
|
94 |
|
|
<xs:element name="VerbatimCoordinateSystem" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
95 |
|
|
<xs:annotation>
|
96 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/VerbatimCoordinateSystem" xml:lang="en"/>
|
97 |
|
|
</xs:annotation>
|
98 |
|
|
</xs:element>
|
99 |
|
|
<xs:element name="GeoreferenceProtocol" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
100 |
|
|
<xs:annotation>
|
101 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceProtocol" xml:lang="en"/>
|
102 |
|
|
</xs:annotation>
|
103 |
|
|
</xs:element>
|
104 |
|
|
<xs:element name="GeoreferenceSources" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
105 |
|
|
<xs:annotation>
|
106 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceSources" xml:lang="en"/>
|
107 |
|
|
</xs:annotation>
|
108 |
|
|
</xs:element>
|
109 |
|
|
<xs:element name="GeoreferenceVerificationStatus" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
110 |
|
|
<xs:annotation>
|
111 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceVerificationStatus" xml:lang="en"/>
|
112 |
|
|
</xs:annotation>
|
113 |
|
|
</xs:element>
|
114 |
|
|
<xs:element name="GeoreferenceRemarks" type="xs:string" substitutionGroup="dwe:dwElement" nillable="true">
|
115 |
|
|
<xs:annotation>
|
116 |
|
|
<xs:documentation source="http://wiki.tdwg.org/twiki/bin/view/DarwinCore/GeoreferenceRemarks" xml:lang="en"/>
|
117 |
|
|
</xs:annotation>
|
118 |
|
|
</xs:element>
|
119 |
|
|
</xs:schema>
|