1 |
9238
|
tao
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<xs:schema targetNamespace="http://www.isotc211.org/2005/gmd" elementFormDefault="qualified" version="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gss="http://www.isotc211.org/2005/gss" xmlns:gmd="http://www.isotc211.org/2005/gmd">
|
3 |
|
|
<!-- ================================= Annotation ================================ -->
|
4 |
|
|
<xs:annotation>
|
5 |
|
|
<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:02 ====== Frequency with which modifications and deletations are made to the data after it is first produced</xs:documentation>
|
6 |
|
|
</xs:annotation>
|
7 |
|
|
<!-- ================================== Imports ================================== -->
|
8 |
|
|
<xs:import namespace="http://www.isotc211.org/2005/gss" schemaLocation="../gss/gss.xsd"/>
|
9 |
|
|
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
|
10 |
|
|
<xs:include schemaLocation="../gmd/citation.xsd"/>
|
11 |
|
|
<!-- ########################################################################### -->
|
12 |
|
|
<!-- ########################################################################### -->
|
13 |
|
|
<!-- ================================== Classes ================================= -->
|
14 |
|
|
<xs:complexType name="MD_GridSpatialRepresentation_Type">
|
15 |
|
|
<xs:annotation>
|
16 |
|
|
<xs:documentation>Types and numbers of raster spatial objects in the dataset</xs:documentation>
|
17 |
|
|
</xs:annotation>
|
18 |
|
|
<xs:complexContent>
|
19 |
|
|
<xs:extension base="gmd:AbstractMD_SpatialRepresentation_Type">
|
20 |
|
|
<xs:sequence>
|
21 |
|
|
<xs:element name="numberOfDimensions" type="gco:Integer_PropertyType"/>
|
22 |
|
|
<xs:element name="axisDimensionProperties" type="gmd:MD_Dimension_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
23 |
|
|
<xs:element name="cellGeometry" type="gmd:MD_CellGeometryCode_PropertyType"/>
|
24 |
|
|
<xs:element name="transformationParameterAvailability" type="gco:Boolean_PropertyType"/>
|
25 |
|
|
</xs:sequence>
|
26 |
|
|
</xs:extension>
|
27 |
|
|
</xs:complexContent>
|
28 |
|
|
</xs:complexType>
|
29 |
|
|
<!-- ........................................................................ -->
|
30 |
|
|
<xs:element name="MD_GridSpatialRepresentation" type="gmd:MD_GridSpatialRepresentation_Type" substitutionGroup="gmd:AbstractMD_SpatialRepresentation"/>
|
31 |
|
|
<!-- ........................................................................ -->
|
32 |
|
|
<xs:complexType name="MD_GridSpatialRepresentation_PropertyType">
|
33 |
|
|
<xs:sequence minOccurs="0">
|
34 |
|
|
<xs:element ref="gmd:MD_GridSpatialRepresentation"/>
|
35 |
|
|
</xs:sequence>
|
36 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
37 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
38 |
|
|
</xs:complexType>
|
39 |
|
|
<!-- =========================================================================== -->
|
40 |
|
|
<xs:complexType name="MD_VectorSpatialRepresentation_Type">
|
41 |
|
|
<xs:annotation>
|
42 |
|
|
<xs:documentation>Information about the vector spatial objects in the dataset</xs:documentation>
|
43 |
|
|
</xs:annotation>
|
44 |
|
|
<xs:complexContent>
|
45 |
|
|
<xs:extension base="gmd:AbstractMD_SpatialRepresentation_Type">
|
46 |
|
|
<xs:sequence>
|
47 |
|
|
<xs:element name="topologyLevel" type="gmd:MD_TopologyLevelCode_PropertyType" minOccurs="0"/>
|
48 |
|
|
<xs:element name="geometricObjects" type="gmd:MD_GeometricObjects_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
49 |
|
|
</xs:sequence>
|
50 |
|
|
</xs:extension>
|
51 |
|
|
</xs:complexContent>
|
52 |
|
|
</xs:complexType>
|
53 |
|
|
<!-- ........................................................................ -->
|
54 |
|
|
<xs:element name="MD_VectorSpatialRepresentation" type="gmd:MD_VectorSpatialRepresentation_Type" substitutionGroup="gmd:AbstractMD_SpatialRepresentation"/>
|
55 |
|
|
<!-- ........................................................................ -->
|
56 |
|
|
<xs:complexType name="MD_VectorSpatialRepresentation_PropertyType">
|
57 |
|
|
<xs:sequence minOccurs="0">
|
58 |
|
|
<xs:element ref="gmd:MD_VectorSpatialRepresentation"/>
|
59 |
|
|
</xs:sequence>
|
60 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
61 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
62 |
|
|
</xs:complexType>
|
63 |
|
|
<!-- =========================================================================== -->
|
64 |
|
|
<xs:complexType name="AbstractMD_SpatialRepresentation_Type" abstract="true">
|
65 |
|
|
<xs:annotation>
|
66 |
|
|
<xs:documentation>Digital mechanism used to represent spatial information</xs:documentation>
|
67 |
|
|
</xs:annotation>
|
68 |
|
|
<xs:complexContent>
|
69 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
70 |
|
|
<xs:sequence/>
|
71 |
|
|
</xs:extension>
|
72 |
|
|
</xs:complexContent>
|
73 |
|
|
</xs:complexType>
|
74 |
|
|
<!-- ........................................................................ -->
|
75 |
|
|
<xs:element name="AbstractMD_SpatialRepresentation" type="gmd:AbstractMD_SpatialRepresentation_Type" abstract="true"/>
|
76 |
|
|
<!-- ........................................................................ -->
|
77 |
|
|
<xs:complexType name="MD_SpatialRepresentation_PropertyType">
|
78 |
|
|
<xs:sequence minOccurs="0">
|
79 |
|
|
<xs:element ref="gmd:AbstractMD_SpatialRepresentation"/>
|
80 |
|
|
</xs:sequence>
|
81 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
82 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
83 |
|
|
</xs:complexType>
|
84 |
|
|
<!-- =========================================================================== -->
|
85 |
|
|
<xs:complexType name="MD_Georeferenceable_Type">
|
86 |
|
|
<xs:complexContent>
|
87 |
|
|
<xs:extension base="gmd:MD_GridSpatialRepresentation_Type">
|
88 |
|
|
<xs:sequence>
|
89 |
|
|
<xs:element name="controlPointAvailability" type="gco:Boolean_PropertyType"/>
|
90 |
|
|
<xs:element name="orientationParameterAvailability" type="gco:Boolean_PropertyType"/>
|
91 |
|
|
<xs:element name="orientationParameterDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
92 |
|
|
<xs:element name="georeferencedParameters" type="gco:Record_PropertyType"/>
|
93 |
|
|
<xs:element name="parameterCitation" type="gmd:CI_Citation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
94 |
|
|
</xs:sequence>
|
95 |
|
|
</xs:extension>
|
96 |
|
|
</xs:complexContent>
|
97 |
|
|
</xs:complexType>
|
98 |
|
|
<!-- ........................................................................ -->
|
99 |
|
|
<xs:element name="MD_Georeferenceable" type="gmd:MD_Georeferenceable_Type" substitutionGroup="gmd:MD_GridSpatialRepresentation"/>
|
100 |
|
|
<!-- ........................................................................ -->
|
101 |
|
|
<xs:complexType name="MD_Georeferenceable_PropertyType">
|
102 |
|
|
<xs:sequence minOccurs="0">
|
103 |
|
|
<xs:element ref="gmd:MD_Georeferenceable"/>
|
104 |
|
|
</xs:sequence>
|
105 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
106 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
107 |
|
|
</xs:complexType>
|
108 |
|
|
<!-- =========================================================================== -->
|
109 |
|
|
<xs:complexType name="MD_Dimension_Type">
|
110 |
|
|
<xs:complexContent>
|
111 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
112 |
|
|
<xs:sequence>
|
113 |
|
|
<xs:element name="dimensionName" type="gmd:MD_DimensionNameTypeCode_PropertyType"/>
|
114 |
|
|
<xs:element name="dimensionSize" type="gco:Integer_PropertyType"/>
|
115 |
|
|
<xs:element name="resolution" type="gco:Measure_PropertyType" minOccurs="0"/>
|
116 |
|
|
</xs:sequence>
|
117 |
|
|
</xs:extension>
|
118 |
|
|
</xs:complexContent>
|
119 |
|
|
</xs:complexType>
|
120 |
|
|
<!-- ........................................................................ -->
|
121 |
|
|
<xs:element name="MD_Dimension" type="gmd:MD_Dimension_Type"/>
|
122 |
|
|
<!-- ........................................................................ -->
|
123 |
|
|
<xs:complexType name="MD_Dimension_PropertyType">
|
124 |
|
|
<xs:sequence minOccurs="0">
|
125 |
|
|
<xs:element ref="gmd:MD_Dimension"/>
|
126 |
|
|
</xs:sequence>
|
127 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
128 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
129 |
|
|
</xs:complexType>
|
130 |
|
|
<!-- =========================================================================== -->
|
131 |
|
|
<xs:complexType name="MD_Georectified_Type">
|
132 |
|
|
<xs:complexContent>
|
133 |
|
|
<xs:extension base="gmd:MD_GridSpatialRepresentation_Type">
|
134 |
|
|
<xs:sequence>
|
135 |
|
|
<xs:element name="checkPointAvailability" type="gco:Boolean_PropertyType"/>
|
136 |
|
|
<xs:element name="checkPointDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
137 |
|
|
<xs:element name="cornerPoints" type="gss:GM_Point_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
138 |
|
|
<xs:element name="centerPoint" type="gss:GM_Point_PropertyType" minOccurs="0"/>
|
139 |
|
|
<xs:element name="pointInPixel" type="gmd:MD_PixelOrientationCode_PropertyType"/>
|
140 |
|
|
<xs:element name="transformationDimensionDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
141 |
|
|
<xs:element name="transformationDimensionMapping" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="2"/>
|
142 |
|
|
</xs:sequence>
|
143 |
|
|
</xs:extension>
|
144 |
|
|
</xs:complexContent>
|
145 |
|
|
</xs:complexType>
|
146 |
|
|
<!-- ........................................................................ -->
|
147 |
|
|
<xs:element name="MD_Georectified" type="gmd:MD_Georectified_Type" substitutionGroup="gmd:MD_GridSpatialRepresentation"/>
|
148 |
|
|
<!-- ........................................................................ -->
|
149 |
|
|
<xs:complexType name="MD_Georectified_PropertyType">
|
150 |
|
|
<xs:sequence minOccurs="0">
|
151 |
|
|
<xs:element ref="gmd:MD_Georectified"/>
|
152 |
|
|
</xs:sequence>
|
153 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
154 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
155 |
|
|
</xs:complexType>
|
156 |
|
|
<!-- =========================================================================== -->
|
157 |
|
|
<xs:complexType name="MD_GeometricObjects_Type">
|
158 |
|
|
<xs:complexContent>
|
159 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
160 |
|
|
<xs:sequence>
|
161 |
|
|
<xs:element name="geometricObjectType" type="gmd:MD_GeometricObjectTypeCode_PropertyType"/>
|
162 |
|
|
<xs:element name="geometricObjectCount" type="gco:Integer_PropertyType" minOccurs="0"/>
|
163 |
|
|
</xs:sequence>
|
164 |
|
|
</xs:extension>
|
165 |
|
|
</xs:complexContent>
|
166 |
|
|
</xs:complexType>
|
167 |
|
|
<!-- ........................................................................ -->
|
168 |
|
|
<xs:element name="MD_GeometricObjects" type="gmd:MD_GeometricObjects_Type"/>
|
169 |
|
|
<!-- ........................................................................ -->
|
170 |
|
|
<xs:complexType name="MD_GeometricObjects_PropertyType">
|
171 |
|
|
<xs:sequence minOccurs="0">
|
172 |
|
|
<xs:element ref="gmd:MD_GeometricObjects"/>
|
173 |
|
|
</xs:sequence>
|
174 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
175 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
176 |
|
|
</xs:complexType>
|
177 |
|
|
<!-- =========================================================================== -->
|
178 |
|
|
<xs:simpleType name="MD_PixelOrientationCode_Type">
|
179 |
|
|
<xs:restriction base="xs:string">
|
180 |
|
|
<xs:enumeration value="center"/>
|
181 |
|
|
<xs:enumeration value="lowerLeft"/>
|
182 |
|
|
<xs:enumeration value="lowerRight"/>
|
183 |
|
|
<xs:enumeration value="upperRight"/>
|
184 |
|
|
<xs:enumeration value="upperLeft"/>
|
185 |
|
|
</xs:restriction>
|
186 |
|
|
</xs:simpleType>
|
187 |
|
|
<!-- ........................................................................ -->
|
188 |
|
|
<xs:element name="MD_PixelOrientationCode" type="gmd:MD_PixelOrientationCode_Type" substitutionGroup="gco:CharacterString"/>
|
189 |
|
|
<!-- ........................................................................ -->
|
190 |
|
|
<xs:complexType name="MD_PixelOrientationCode_PropertyType">
|
191 |
|
|
<xs:sequence minOccurs="0">
|
192 |
|
|
<xs:element ref="gmd:MD_PixelOrientationCode"/>
|
193 |
|
|
</xs:sequence>
|
194 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
195 |
|
|
</xs:complexType>
|
196 |
|
|
<!-- =========================================================================== -->
|
197 |
|
|
<!-- ........................................................................ -->
|
198 |
|
|
<xs:element name="MD_TopologyLevelCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
|
199 |
|
|
<!-- ........................................................................ -->
|
200 |
|
|
<xs:complexType name="MD_TopologyLevelCode_PropertyType">
|
201 |
|
|
<xs:sequence minOccurs="0">
|
202 |
|
|
<xs:element ref="gmd:MD_TopologyLevelCode"/>
|
203 |
|
|
</xs:sequence>
|
204 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
205 |
|
|
</xs:complexType>
|
206 |
|
|
<!-- =========================================================================== -->
|
207 |
|
|
<!-- ........................................................................ -->
|
208 |
|
|
<xs:element name="MD_GeometricObjectTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
|
209 |
|
|
<!-- ........................................................................ -->
|
210 |
|
|
<xs:complexType name="MD_GeometricObjectTypeCode_PropertyType">
|
211 |
|
|
<xs:sequence minOccurs="0">
|
212 |
|
|
<xs:element ref="gmd:MD_GeometricObjectTypeCode"/>
|
213 |
|
|
</xs:sequence>
|
214 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
215 |
|
|
</xs:complexType>
|
216 |
|
|
<!-- =========================================================================== -->
|
217 |
|
|
<!-- ........................................................................ -->
|
218 |
|
|
<xs:element name="MD_CellGeometryCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
|
219 |
|
|
<!-- ........................................................................ -->
|
220 |
|
|
<xs:complexType name="MD_CellGeometryCode_PropertyType">
|
221 |
|
|
<xs:sequence minOccurs="0">
|
222 |
|
|
<xs:element ref="gmd:MD_CellGeometryCode"/>
|
223 |
|
|
</xs:sequence>
|
224 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
225 |
|
|
</xs:complexType>
|
226 |
|
|
<!-- =========================================================================== -->
|
227 |
|
|
<!-- ........................................................................ -->
|
228 |
|
|
<xs:element name="MD_DimensionNameTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
|
229 |
|
|
<!-- ........................................................................ -->
|
230 |
|
|
<xs:complexType name="MD_DimensionNameTypeCode_PropertyType">
|
231 |
|
|
<xs:sequence minOccurs="0">
|
232 |
|
|
<xs:element ref="gmd:MD_DimensionNameTypeCode"/>
|
233 |
|
|
</xs:sequence>
|
234 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
235 |
|
|
</xs:complexType>
|
236 |
|
|
<!-- =========================================================================== -->
|
237 |
|
|
</xs:schema>
|