Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

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