1 |
9559
|
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: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:01 ====== </xs:documentation>
|
6 |
|
|
</xs:annotation>
|
7 |
|
|
<!-- ================================== Imports ================================== -->
|
8 |
|
|
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
|
9 |
|
|
<xs:include schemaLocation="../gmd/identification.xsd"/>
|
10 |
|
|
<!-- ########################################################################### -->
|
11 |
|
|
<!-- ########################################################################### -->
|
12 |
|
|
<!-- ================================== Classes ================================= -->
|
13 |
|
|
<xs:complexType name="LI_ProcessStep_Type">
|
14 |
|
|
<xs:complexContent>
|
15 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
16 |
|
|
<xs:sequence>
|
17 |
|
|
<xs:element name="description" type="gco:CharacterString_PropertyType"/>
|
18 |
|
|
<xs:element name="rationale" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
19 |
|
|
<xs:element name="dateTime" type="gco:DateTime_PropertyType" minOccurs="0"/>
|
20 |
|
|
<xs:element name="processor" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
21 |
|
|
<xs:element name="source" type="gmd:LI_Source_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
22 |
|
|
</xs:sequence>
|
23 |
|
|
</xs:extension>
|
24 |
|
|
</xs:complexContent>
|
25 |
|
|
</xs:complexType>
|
26 |
|
|
<!-- ........................................................................ -->
|
27 |
|
|
<xs:element name="LI_ProcessStep" type="gmd:LI_ProcessStep_Type"/>
|
28 |
|
|
<!-- ........................................................................ -->
|
29 |
|
|
<xs:complexType name="LI_ProcessStep_PropertyType">
|
30 |
|
|
<xs:sequence minOccurs="0">
|
31 |
|
|
<xs:element ref="gmd:LI_ProcessStep"/>
|
32 |
|
|
</xs:sequence>
|
33 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
34 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
35 |
|
|
</xs:complexType>
|
36 |
|
|
<!-- =========================================================================== -->
|
37 |
|
|
<xs:complexType name="LI_Source_Type">
|
38 |
|
|
<xs:complexContent>
|
39 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
40 |
|
|
<xs:sequence>
|
41 |
|
|
<xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
42 |
|
|
<xs:element name="scaleDenominator" type="gmd:MD_RepresentativeFraction_PropertyType" minOccurs="0"/>
|
43 |
|
|
<xs:element name="sourceReferenceSystem" type="gmd:MD_ReferenceSystem_PropertyType" minOccurs="0"/>
|
44 |
|
|
<xs:element name="sourceCitation" type="gmd:CI_Citation_PropertyType" minOccurs="0"/>
|
45 |
|
|
<xs:element name="sourceExtent" type="gmd:EX_Extent_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
46 |
|
|
<xs:element name="sourceStep" type="gmd:LI_ProcessStep_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
47 |
|
|
</xs:sequence>
|
48 |
|
|
</xs:extension>
|
49 |
|
|
</xs:complexContent>
|
50 |
|
|
</xs:complexType>
|
51 |
|
|
<!-- ........................................................................ -->
|
52 |
|
|
<xs:element name="LI_Source" type="gmd:LI_Source_Type"/>
|
53 |
|
|
<!-- ........................................................................ -->
|
54 |
|
|
<xs:complexType name="LI_Source_PropertyType">
|
55 |
|
|
<xs:sequence minOccurs="0">
|
56 |
|
|
<xs:element ref="gmd:LI_Source"/>
|
57 |
|
|
</xs:sequence>
|
58 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
59 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
60 |
|
|
</xs:complexType>
|
61 |
|
|
<!-- =========================================================================== -->
|
62 |
|
|
<xs:complexType name="LI_Lineage_Type">
|
63 |
|
|
<xs:complexContent>
|
64 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
65 |
|
|
<xs:sequence>
|
66 |
|
|
<xs:element name="statement" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
67 |
|
|
<xs:element name="processStep" type="gmd:LI_ProcessStep_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
68 |
|
|
<xs:element name="source" type="gmd:LI_Source_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
69 |
|
|
</xs:sequence>
|
70 |
|
|
</xs:extension>
|
71 |
|
|
</xs:complexContent>
|
72 |
|
|
</xs:complexType>
|
73 |
|
|
<!-- ........................................................................ -->
|
74 |
|
|
<xs:element name="LI_Lineage" type="gmd:LI_Lineage_Type"/>
|
75 |
|
|
<!-- ........................................................................ -->
|
76 |
|
|
<xs:complexType name="LI_Lineage_PropertyType">
|
77 |
|
|
<xs:sequence minOccurs="0">
|
78 |
|
|
<xs:element ref="gmd:LI_Lineage"/>
|
79 |
|
|
</xs:sequence>
|
80 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
81 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
82 |
|
|
</xs:complexType>
|
83 |
|
|
<!-- =========================================================================== -->
|
84 |
|
|
<xs:complexType name="DQ_ConformanceResult_Type">
|
85 |
|
|
<xs:annotation>
|
86 |
|
|
<xs:documentation>quantitative_result from Quality Procedures - - renamed to remove implied use limitiation.</xs:documentation>
|
87 |
|
|
</xs:annotation>
|
88 |
|
|
<xs:complexContent>
|
89 |
|
|
<xs:extension base="gmd:AbstractDQ_Result_Type">
|
90 |
|
|
<xs:sequence>
|
91 |
|
|
<xs:element name="specification" type="gmd:CI_Citation_PropertyType"/>
|
92 |
|
|
<xs:element name="explanation" type="gco:CharacterString_PropertyType"/>
|
93 |
|
|
<xs:element name="pass" type="gco:Boolean_PropertyType"/>
|
94 |
|
|
</xs:sequence>
|
95 |
|
|
</xs:extension>
|
96 |
|
|
</xs:complexContent>
|
97 |
|
|
</xs:complexType>
|
98 |
|
|
<!-- ........................................................................ -->
|
99 |
|
|
<xs:element name="DQ_ConformanceResult" type="gmd:DQ_ConformanceResult_Type" substitutionGroup="gmd:AbstractDQ_Result"/>
|
100 |
|
|
<!-- ........................................................................ -->
|
101 |
|
|
<xs:complexType name="DQ_ConformanceResult_PropertyType">
|
102 |
|
|
<xs:sequence minOccurs="0">
|
103 |
|
|
<xs:element ref="gmd:DQ_ConformanceResult"/>
|
104 |
|
|
</xs:sequence>
|
105 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
106 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
107 |
|
|
</xs:complexType>
|
108 |
|
|
<!-- =========================================================================== -->
|
109 |
|
|
<xs:complexType name="DQ_QuantitativeResult_Type">
|
110 |
|
|
<xs:annotation>
|
111 |
|
|
<xs:documentation>Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomain</xs:documentation>
|
112 |
|
|
</xs:annotation>
|
113 |
|
|
<xs:complexContent>
|
114 |
|
|
<xs:extension base="gmd:AbstractDQ_Result_Type">
|
115 |
|
|
<xs:sequence>
|
116 |
|
|
<xs:element name="valueType" type="gco:RecordType_PropertyType" minOccurs="0"/>
|
117 |
|
|
<xs:element name="valueUnit" type="gco:UnitOfMeasure_PropertyType"/>
|
118 |
|
|
<xs:element name="errorStatistic" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
119 |
|
|
<xs:element name="value" type="gco:Record_PropertyType" maxOccurs="unbounded"/>
|
120 |
|
|
</xs:sequence>
|
121 |
|
|
</xs:extension>
|
122 |
|
|
</xs:complexContent>
|
123 |
|
|
</xs:complexType>
|
124 |
|
|
<!-- ........................................................................ -->
|
125 |
|
|
<xs:element name="DQ_QuantitativeResult" type="gmd:DQ_QuantitativeResult_Type" substitutionGroup="gmd:AbstractDQ_Result"/>
|
126 |
|
|
<!-- ........................................................................ -->
|
127 |
|
|
<xs:complexType name="DQ_QuantitativeResult_PropertyType">
|
128 |
|
|
<xs:sequence minOccurs="0">
|
129 |
|
|
<xs:element ref="gmd:DQ_QuantitativeResult"/>
|
130 |
|
|
</xs:sequence>
|
131 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
132 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
133 |
|
|
</xs:complexType>
|
134 |
|
|
<!-- =========================================================================== -->
|
135 |
|
|
<xs:complexType name="AbstractDQ_Result_Type" abstract="true">
|
136 |
|
|
<xs:complexContent>
|
137 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
138 |
|
|
<xs:sequence/>
|
139 |
|
|
</xs:extension>
|
140 |
|
|
</xs:complexContent>
|
141 |
|
|
</xs:complexType>
|
142 |
|
|
<!-- ........................................................................ -->
|
143 |
|
|
<xs:element name="AbstractDQ_Result" type="gmd:AbstractDQ_Result_Type" abstract="true"/>
|
144 |
|
|
<!-- ........................................................................ -->
|
145 |
|
|
<xs:complexType name="DQ_Result_PropertyType">
|
146 |
|
|
<xs:sequence minOccurs="0">
|
147 |
|
|
<xs:element ref="gmd:AbstractDQ_Result"/>
|
148 |
|
|
</xs:sequence>
|
149 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
150 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
151 |
|
|
</xs:complexType>
|
152 |
|
|
<!-- =========================================================================== -->
|
153 |
|
|
<xs:complexType name="DQ_TemporalValidity_Type">
|
154 |
|
|
<xs:complexContent>
|
155 |
|
|
<xs:extension base="gmd:AbstractDQ_TemporalAccuracy_Type"/>
|
156 |
|
|
</xs:complexContent>
|
157 |
|
|
</xs:complexType>
|
158 |
|
|
<!-- ........................................................................ -->
|
159 |
|
|
<xs:element name="DQ_TemporalValidity" type="gmd:DQ_TemporalValidity_Type" substitutionGroup="gmd:AbstractDQ_TemporalAccuracy"/>
|
160 |
|
|
<!-- ........................................................................ -->
|
161 |
|
|
<xs:complexType name="DQ_TemporalValidity_PropertyType">
|
162 |
|
|
<xs:sequence minOccurs="0">
|
163 |
|
|
<xs:element ref="gmd:DQ_TemporalValidity"/>
|
164 |
|
|
</xs:sequence>
|
165 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
166 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
167 |
|
|
</xs:complexType>
|
168 |
|
|
<!-- =========================================================================== -->
|
169 |
|
|
<xs:complexType name="DQ_TemporalConsistency_Type">
|
170 |
|
|
<xs:complexContent>
|
171 |
|
|
<xs:extension base="gmd:AbstractDQ_TemporalAccuracy_Type"/>
|
172 |
|
|
</xs:complexContent>
|
173 |
|
|
</xs:complexType>
|
174 |
|
|
<!-- ........................................................................ -->
|
175 |
|
|
<xs:element name="DQ_TemporalConsistency" type="gmd:DQ_TemporalConsistency_Type" substitutionGroup="gmd:AbstractDQ_TemporalAccuracy"/>
|
176 |
|
|
<!-- ........................................................................ -->
|
177 |
|
|
<xs:complexType name="DQ_TemporalConsistency_PropertyType">
|
178 |
|
|
<xs:sequence minOccurs="0">
|
179 |
|
|
<xs:element ref="gmd:DQ_TemporalConsistency"/>
|
180 |
|
|
</xs:sequence>
|
181 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
182 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
183 |
|
|
</xs:complexType>
|
184 |
|
|
<!-- =========================================================================== -->
|
185 |
|
|
<xs:complexType name="DQ_AccuracyOfATimeMeasurement_Type">
|
186 |
|
|
<xs:complexContent>
|
187 |
|
|
<xs:extension base="gmd:AbstractDQ_TemporalAccuracy_Type"/>
|
188 |
|
|
</xs:complexContent>
|
189 |
|
|
</xs:complexType>
|
190 |
|
|
<!-- ........................................................................ -->
|
191 |
|
|
<xs:element name="DQ_AccuracyOfATimeMeasurement" type="gmd:DQ_AccuracyOfATimeMeasurement_Type" substitutionGroup="gmd:AbstractDQ_TemporalAccuracy"/>
|
192 |
|
|
<!-- ........................................................................ -->
|
193 |
|
|
<xs:complexType name="DQ_AccuracyOfATimeMeasurement_PropertyType">
|
194 |
|
|
<xs:sequence minOccurs="0">
|
195 |
|
|
<xs:element ref="gmd:DQ_AccuracyOfATimeMeasurement"/>
|
196 |
|
|
</xs:sequence>
|
197 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
198 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
199 |
|
|
</xs:complexType>
|
200 |
|
|
<!-- =========================================================================== -->
|
201 |
|
|
<xs:complexType name="DQ_QuantitativeAttributeAccuracy_Type">
|
202 |
|
|
<xs:complexContent>
|
203 |
|
|
<xs:extension base="gmd:AbstractDQ_ThematicAccuracy_Type"/>
|
204 |
|
|
</xs:complexContent>
|
205 |
|
|
</xs:complexType>
|
206 |
|
|
<!-- ........................................................................ -->
|
207 |
|
|
<xs:element name="DQ_QuantitativeAttributeAccuracy" type="gmd:DQ_QuantitativeAttributeAccuracy_Type" substitutionGroup="gmd:AbstractDQ_ThematicAccuracy"/>
|
208 |
|
|
<!-- ........................................................................ -->
|
209 |
|
|
<xs:complexType name="DQ_QuantitativeAttributeAccuracy_PropertyType">
|
210 |
|
|
<xs:sequence minOccurs="0">
|
211 |
|
|
<xs:element ref="gmd:DQ_QuantitativeAttributeAccuracy"/>
|
212 |
|
|
</xs:sequence>
|
213 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
214 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
215 |
|
|
</xs:complexType>
|
216 |
|
|
<!-- =========================================================================== -->
|
217 |
|
|
<xs:complexType name="DQ_NonQuantitativeAttributeAccuracy_Type">
|
218 |
|
|
<xs:complexContent>
|
219 |
|
|
<xs:extension base="gmd:AbstractDQ_ThematicAccuracy_Type"/>
|
220 |
|
|
</xs:complexContent>
|
221 |
|
|
</xs:complexType>
|
222 |
|
|
<!-- ........................................................................ -->
|
223 |
|
|
<xs:element name="DQ_NonQuantitativeAttributeAccuracy" type="gmd:DQ_NonQuantitativeAttributeAccuracy_Type" substitutionGroup="gmd:AbstractDQ_ThematicAccuracy"/>
|
224 |
|
|
<!-- ........................................................................ -->
|
225 |
|
|
<xs:complexType name="DQ_NonQuantitativeAttributeAccuracy_PropertyType">
|
226 |
|
|
<xs:sequence minOccurs="0">
|
227 |
|
|
<xs:element ref="gmd:DQ_NonQuantitativeAttributeAccuracy"/>
|
228 |
|
|
</xs:sequence>
|
229 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
230 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
231 |
|
|
</xs:complexType>
|
232 |
|
|
<!-- =========================================================================== -->
|
233 |
|
|
<xs:complexType name="DQ_ThematicClassificationCorrectness_Type">
|
234 |
|
|
<xs:complexContent>
|
235 |
|
|
<xs:extension base="gmd:AbstractDQ_ThematicAccuracy_Type"/>
|
236 |
|
|
</xs:complexContent>
|
237 |
|
|
</xs:complexType>
|
238 |
|
|
<!-- ........................................................................ -->
|
239 |
|
|
<xs:element name="DQ_ThematicClassificationCorrectness" type="gmd:DQ_ThematicClassificationCorrectness_Type" substitutionGroup="gmd:AbstractDQ_ThematicAccuracy"/>
|
240 |
|
|
<!-- ........................................................................ -->
|
241 |
|
|
<xs:complexType name="DQ_ThematicClassificationCorrectness_PropertyType">
|
242 |
|
|
<xs:sequence minOccurs="0">
|
243 |
|
|
<xs:element ref="gmd:DQ_ThematicClassificationCorrectness"/>
|
244 |
|
|
</xs:sequence>
|
245 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
246 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
247 |
|
|
</xs:complexType>
|
248 |
|
|
<!-- =========================================================================== -->
|
249 |
|
|
<xs:complexType name="DQ_RelativeInternalPositionalAccuracy_Type">
|
250 |
|
|
<xs:complexContent>
|
251 |
|
|
<xs:extension base="gmd:AbstractDQ_PositionalAccuracy_Type"/>
|
252 |
|
|
</xs:complexContent>
|
253 |
|
|
</xs:complexType>
|
254 |
|
|
<!-- ........................................................................ -->
|
255 |
|
|
<xs:element name="DQ_RelativeInternalPositionalAccuracy" type="gmd:DQ_RelativeInternalPositionalAccuracy_Type" substitutionGroup="gmd:AbstractDQ_PositionalAccuracy"/>
|
256 |
|
|
<!-- ........................................................................ -->
|
257 |
|
|
<xs:complexType name="DQ_RelativeInternalPositionalAccuracy_PropertyType">
|
258 |
|
|
<xs:sequence minOccurs="0">
|
259 |
|
|
<xs:element ref="gmd:DQ_RelativeInternalPositionalAccuracy"/>
|
260 |
|
|
</xs:sequence>
|
261 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
262 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
263 |
|
|
</xs:complexType>
|
264 |
|
|
<!-- =========================================================================== -->
|
265 |
|
|
<xs:complexType name="DQ_GriddedDataPositionalAccuracy_Type">
|
266 |
|
|
<xs:complexContent>
|
267 |
|
|
<xs:extension base="gmd:AbstractDQ_PositionalAccuracy_Type"/>
|
268 |
|
|
</xs:complexContent>
|
269 |
|
|
</xs:complexType>
|
270 |
|
|
<!-- ........................................................................ -->
|
271 |
|
|
<xs:element name="DQ_GriddedDataPositionalAccuracy" type="gmd:DQ_GriddedDataPositionalAccuracy_Type" substitutionGroup="gmd:AbstractDQ_PositionalAccuracy"/>
|
272 |
|
|
<!-- ........................................................................ -->
|
273 |
|
|
<xs:complexType name="DQ_GriddedDataPositionalAccuracy_PropertyType">
|
274 |
|
|
<xs:sequence minOccurs="0">
|
275 |
|
|
<xs:element ref="gmd:DQ_GriddedDataPositionalAccuracy"/>
|
276 |
|
|
</xs:sequence>
|
277 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
278 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
279 |
|
|
</xs:complexType>
|
280 |
|
|
<!-- =========================================================================== -->
|
281 |
|
|
<xs:complexType name="DQ_AbsoluteExternalPositionalAccuracy_Type">
|
282 |
|
|
<xs:complexContent>
|
283 |
|
|
<xs:extension base="gmd:AbstractDQ_PositionalAccuracy_Type"/>
|
284 |
|
|
</xs:complexContent>
|
285 |
|
|
</xs:complexType>
|
286 |
|
|
<!-- ........................................................................ -->
|
287 |
|
|
<xs:element name="DQ_AbsoluteExternalPositionalAccuracy" type="gmd:DQ_AbsoluteExternalPositionalAccuracy_Type" substitutionGroup="gmd:AbstractDQ_PositionalAccuracy"/>
|
288 |
|
|
<!-- ........................................................................ -->
|
289 |
|
|
<xs:complexType name="DQ_AbsoluteExternalPositionalAccuracy_PropertyType">
|
290 |
|
|
<xs:sequence minOccurs="0">
|
291 |
|
|
<xs:element ref="gmd:DQ_AbsoluteExternalPositionalAccuracy"/>
|
292 |
|
|
</xs:sequence>
|
293 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
294 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
295 |
|
|
</xs:complexType>
|
296 |
|
|
<!-- =========================================================================== -->
|
297 |
|
|
<xs:complexType name="DQ_TopologicalConsistency_Type">
|
298 |
|
|
<xs:complexContent>
|
299 |
|
|
<xs:extension base="gmd:AbstractDQ_LogicalConsistency_Type"/>
|
300 |
|
|
</xs:complexContent>
|
301 |
|
|
</xs:complexType>
|
302 |
|
|
<!-- ........................................................................ -->
|
303 |
|
|
<xs:element name="DQ_TopologicalConsistency" type="gmd:DQ_TopologicalConsistency_Type" substitutionGroup="gmd:AbstractDQ_LogicalConsistency"/>
|
304 |
|
|
<!-- ........................................................................ -->
|
305 |
|
|
<xs:complexType name="DQ_TopologicalConsistency_PropertyType">
|
306 |
|
|
<xs:sequence minOccurs="0">
|
307 |
|
|
<xs:element ref="gmd:DQ_TopologicalConsistency"/>
|
308 |
|
|
</xs:sequence>
|
309 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
310 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
311 |
|
|
</xs:complexType>
|
312 |
|
|
<!-- =========================================================================== -->
|
313 |
|
|
<xs:complexType name="DQ_FormatConsistency_Type">
|
314 |
|
|
<xs:complexContent>
|
315 |
|
|
<xs:extension base="gmd:AbstractDQ_LogicalConsistency_Type"/>
|
316 |
|
|
</xs:complexContent>
|
317 |
|
|
</xs:complexType>
|
318 |
|
|
<!-- ........................................................................ -->
|
319 |
|
|
<xs:element name="DQ_FormatConsistency" type="gmd:DQ_FormatConsistency_Type" substitutionGroup="gmd:AbstractDQ_LogicalConsistency"/>
|
320 |
|
|
<!-- ........................................................................ -->
|
321 |
|
|
<xs:complexType name="DQ_FormatConsistency_PropertyType">
|
322 |
|
|
<xs:sequence minOccurs="0">
|
323 |
|
|
<xs:element ref="gmd:DQ_FormatConsistency"/>
|
324 |
|
|
</xs:sequence>
|
325 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
326 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
327 |
|
|
</xs:complexType>
|
328 |
|
|
<!-- =========================================================================== -->
|
329 |
|
|
<xs:complexType name="DQ_DomainConsistency_Type">
|
330 |
|
|
<xs:complexContent>
|
331 |
|
|
<xs:extension base="gmd:AbstractDQ_LogicalConsistency_Type"/>
|
332 |
|
|
</xs:complexContent>
|
333 |
|
|
</xs:complexType>
|
334 |
|
|
<!-- ........................................................................ -->
|
335 |
|
|
<xs:element name="DQ_DomainConsistency" type="gmd:DQ_DomainConsistency_Type" substitutionGroup="gmd:AbstractDQ_LogicalConsistency"/>
|
336 |
|
|
<!-- ........................................................................ -->
|
337 |
|
|
<xs:complexType name="DQ_DomainConsistency_PropertyType">
|
338 |
|
|
<xs:sequence minOccurs="0">
|
339 |
|
|
<xs:element ref="gmd:DQ_DomainConsistency"/>
|
340 |
|
|
</xs:sequence>
|
341 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
342 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
343 |
|
|
</xs:complexType>
|
344 |
|
|
<!-- =========================================================================== -->
|
345 |
|
|
<xs:complexType name="DQ_ConceptualConsistency_Type">
|
346 |
|
|
<xs:complexContent>
|
347 |
|
|
<xs:extension base="gmd:AbstractDQ_LogicalConsistency_Type"/>
|
348 |
|
|
</xs:complexContent>
|
349 |
|
|
</xs:complexType>
|
350 |
|
|
<!-- ........................................................................ -->
|
351 |
|
|
<xs:element name="DQ_ConceptualConsistency" type="gmd:DQ_ConceptualConsistency_Type" substitutionGroup="gmd:AbstractDQ_LogicalConsistency"/>
|
352 |
|
|
<!-- ........................................................................ -->
|
353 |
|
|
<xs:complexType name="DQ_ConceptualConsistency_PropertyType">
|
354 |
|
|
<xs:sequence minOccurs="0">
|
355 |
|
|
<xs:element ref="gmd:DQ_ConceptualConsistency"/>
|
356 |
|
|
</xs:sequence>
|
357 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
358 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
359 |
|
|
</xs:complexType>
|
360 |
|
|
<!-- =========================================================================== -->
|
361 |
|
|
<xs:complexType name="DQ_CompletenessOmission_Type">
|
362 |
|
|
<xs:complexContent>
|
363 |
|
|
<xs:extension base="gmd:AbstractDQ_Completeness_Type"/>
|
364 |
|
|
</xs:complexContent>
|
365 |
|
|
</xs:complexType>
|
366 |
|
|
<!-- ........................................................................ -->
|
367 |
|
|
<xs:element name="DQ_CompletenessOmission" type="gmd:DQ_CompletenessOmission_Type" substitutionGroup="gmd:AbstractDQ_Completeness"/>
|
368 |
|
|
<!-- ........................................................................ -->
|
369 |
|
|
<xs:complexType name="DQ_CompletenessOmission_PropertyType">
|
370 |
|
|
<xs:sequence minOccurs="0">
|
371 |
|
|
<xs:element ref="gmd:DQ_CompletenessOmission"/>
|
372 |
|
|
</xs:sequence>
|
373 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
374 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
375 |
|
|
</xs:complexType>
|
376 |
|
|
<!-- =========================================================================== -->
|
377 |
|
|
<xs:complexType name="DQ_CompletenessCommission_Type">
|
378 |
|
|
<xs:complexContent>
|
379 |
|
|
<xs:extension base="gmd:AbstractDQ_Completeness_Type"/>
|
380 |
|
|
</xs:complexContent>
|
381 |
|
|
</xs:complexType>
|
382 |
|
|
<!-- ........................................................................ -->
|
383 |
|
|
<xs:element name="DQ_CompletenessCommission" type="gmd:DQ_CompletenessCommission_Type" substitutionGroup="gmd:AbstractDQ_Completeness"/>
|
384 |
|
|
<!-- ........................................................................ -->
|
385 |
|
|
<xs:complexType name="DQ_CompletenessCommission_PropertyType">
|
386 |
|
|
<xs:sequence minOccurs="0">
|
387 |
|
|
<xs:element ref="gmd:DQ_CompletenessCommission"/>
|
388 |
|
|
</xs:sequence>
|
389 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
390 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
391 |
|
|
</xs:complexType>
|
392 |
|
|
<!-- =========================================================================== -->
|
393 |
|
|
<xs:complexType name="AbstractDQ_TemporalAccuracy_Type" abstract="true">
|
394 |
|
|
<xs:complexContent>
|
395 |
|
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
396 |
|
|
</xs:complexContent>
|
397 |
|
|
</xs:complexType>
|
398 |
|
|
<!-- ........................................................................ -->
|
399 |
|
|
<xs:element name="AbstractDQ_TemporalAccuracy" type="gmd:AbstractDQ_TemporalAccuracy_Type" abstract="true" substitutionGroup="gmd:AbstractDQ_Element"/>
|
400 |
|
|
<!-- ........................................................................ -->
|
401 |
|
|
<xs:complexType name="DQ_TemporalAccuracy_PropertyType">
|
402 |
|
|
<xs:sequence minOccurs="0">
|
403 |
|
|
<xs:element ref="gmd:AbstractDQ_TemporalAccuracy"/>
|
404 |
|
|
</xs:sequence>
|
405 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
406 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
407 |
|
|
</xs:complexType>
|
408 |
|
|
<!-- =========================================================================== -->
|
409 |
|
|
<xs:complexType name="AbstractDQ_ThematicAccuracy_Type" abstract="true">
|
410 |
|
|
<xs:complexContent>
|
411 |
|
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
412 |
|
|
</xs:complexContent>
|
413 |
|
|
</xs:complexType>
|
414 |
|
|
<!-- ........................................................................ -->
|
415 |
|
|
<xs:element name="AbstractDQ_ThematicAccuracy" type="gmd:AbstractDQ_ThematicAccuracy_Type" abstract="true" substitutionGroup="gmd:AbstractDQ_Element"/>
|
416 |
|
|
<!-- ........................................................................ -->
|
417 |
|
|
<xs:complexType name="DQ_ThematicAccuracy_PropertyType">
|
418 |
|
|
<xs:sequence minOccurs="0">
|
419 |
|
|
<xs:element ref="gmd:AbstractDQ_ThematicAccuracy"/>
|
420 |
|
|
</xs:sequence>
|
421 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
422 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
423 |
|
|
</xs:complexType>
|
424 |
|
|
<!-- =========================================================================== -->
|
425 |
|
|
<xs:complexType name="AbstractDQ_PositionalAccuracy_Type" abstract="true">
|
426 |
|
|
<xs:complexContent>
|
427 |
|
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
428 |
|
|
</xs:complexContent>
|
429 |
|
|
</xs:complexType>
|
430 |
|
|
<!-- ........................................................................ -->
|
431 |
|
|
<xs:element name="AbstractDQ_PositionalAccuracy" type="gmd:AbstractDQ_PositionalAccuracy_Type" abstract="true" substitutionGroup="gmd:AbstractDQ_Element"/>
|
432 |
|
|
<!-- ........................................................................ -->
|
433 |
|
|
<xs:complexType name="DQ_PositionalAccuracy_PropertyType">
|
434 |
|
|
<xs:sequence minOccurs="0">
|
435 |
|
|
<xs:element ref="gmd:AbstractDQ_PositionalAccuracy"/>
|
436 |
|
|
</xs:sequence>
|
437 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
438 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
439 |
|
|
</xs:complexType>
|
440 |
|
|
<!-- =========================================================================== -->
|
441 |
|
|
<xs:complexType name="AbstractDQ_LogicalConsistency_Type" abstract="true">
|
442 |
|
|
<xs:complexContent>
|
443 |
|
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
444 |
|
|
</xs:complexContent>
|
445 |
|
|
</xs:complexType>
|
446 |
|
|
<!-- ........................................................................ -->
|
447 |
|
|
<xs:element name="AbstractDQ_LogicalConsistency" type="gmd:AbstractDQ_LogicalConsistency_Type" abstract="true" substitutionGroup="gmd:AbstractDQ_Element"/>
|
448 |
|
|
<!-- ........................................................................ -->
|
449 |
|
|
<xs:complexType name="DQ_LogicalConsistency_PropertyType">
|
450 |
|
|
<xs:sequence minOccurs="0">
|
451 |
|
|
<xs:element ref="gmd:AbstractDQ_LogicalConsistency"/>
|
452 |
|
|
</xs:sequence>
|
453 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
454 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
455 |
|
|
</xs:complexType>
|
456 |
|
|
<!-- =========================================================================== -->
|
457 |
|
|
<xs:complexType name="AbstractDQ_Completeness_Type" abstract="true">
|
458 |
|
|
<xs:complexContent>
|
459 |
|
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
460 |
|
|
</xs:complexContent>
|
461 |
|
|
</xs:complexType>
|
462 |
|
|
<!-- ........................................................................ -->
|
463 |
|
|
<xs:element name="AbstractDQ_Completeness" type="gmd:AbstractDQ_Completeness_Type" abstract="true" substitutionGroup="gmd:AbstractDQ_Element"/>
|
464 |
|
|
<!-- ........................................................................ -->
|
465 |
|
|
<xs:complexType name="DQ_Completeness_PropertyType">
|
466 |
|
|
<xs:sequence minOccurs="0">
|
467 |
|
|
<xs:element ref="gmd:AbstractDQ_Completeness"/>
|
468 |
|
|
</xs:sequence>
|
469 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
470 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
471 |
|
|
</xs:complexType>
|
472 |
|
|
<!-- =========================================================================== -->
|
473 |
|
|
<xs:complexType name="AbstractDQ_Element_Type" abstract="true">
|
474 |
|
|
<xs:complexContent>
|
475 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
476 |
|
|
<xs:sequence>
|
477 |
|
|
<xs:element name="nameOfMeasure" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
478 |
|
|
<xs:element name="measureIdentification" type="gmd:MD_Identifier_PropertyType" minOccurs="0"/>
|
479 |
|
|
<xs:element name="measureDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
480 |
|
|
<xs:element name="evaluationMethodType" type="gmd:DQ_EvaluationMethodTypeCode_PropertyType" minOccurs="0"/>
|
481 |
|
|
<xs:element name="evaluationMethodDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
482 |
|
|
<xs:element name="evaluationProcedure" type="gmd:CI_Citation_PropertyType" minOccurs="0"/>
|
483 |
|
|
<xs:element name="dateTime" type="gco:DateTime_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
484 |
|
|
<xs:element name="result" type="gmd:DQ_Result_PropertyType" maxOccurs="2"/>
|
485 |
|
|
</xs:sequence>
|
486 |
|
|
</xs:extension>
|
487 |
|
|
</xs:complexContent>
|
488 |
|
|
</xs:complexType>
|
489 |
|
|
<!-- ........................................................................ -->
|
490 |
|
|
<xs:element name="AbstractDQ_Element" type="gmd:AbstractDQ_Element_Type" abstract="true"/>
|
491 |
|
|
<!-- ........................................................................ -->
|
492 |
|
|
<xs:complexType name="DQ_Element_PropertyType">
|
493 |
|
|
<xs:sequence minOccurs="0">
|
494 |
|
|
<xs:element ref="gmd:AbstractDQ_Element"/>
|
495 |
|
|
</xs:sequence>
|
496 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
497 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
498 |
|
|
</xs:complexType>
|
499 |
|
|
<!-- =========================================================================== -->
|
500 |
|
|
<xs:complexType name="DQ_DataQuality_Type">
|
501 |
|
|
<xs:complexContent>
|
502 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
503 |
|
|
<xs:sequence>
|
504 |
|
|
<xs:element name="scope" type="gmd:DQ_Scope_PropertyType"/>
|
505 |
|
|
<xs:element name="report" type="gmd:DQ_Element_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
506 |
|
|
<xs:element name="lineage" type="gmd:LI_Lineage_PropertyType" minOccurs="0"/>
|
507 |
|
|
</xs:sequence>
|
508 |
|
|
</xs:extension>
|
509 |
|
|
</xs:complexContent>
|
510 |
|
|
</xs:complexType>
|
511 |
|
|
<!-- ........................................................................ -->
|
512 |
|
|
<xs:element name="DQ_DataQuality" type="gmd:DQ_DataQuality_Type"/>
|
513 |
|
|
<!-- ........................................................................ -->
|
514 |
|
|
<xs:complexType name="DQ_DataQuality_PropertyType">
|
515 |
|
|
<xs:sequence minOccurs="0">
|
516 |
|
|
<xs:element ref="gmd:DQ_DataQuality"/>
|
517 |
|
|
</xs:sequence>
|
518 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
519 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
520 |
|
|
</xs:complexType>
|
521 |
|
|
<!-- =========================================================================== -->
|
522 |
|
|
<xs:complexType name="DQ_Scope_Type">
|
523 |
|
|
<xs:complexContent>
|
524 |
|
|
<xs:extension base="gco:AbstractObject_Type">
|
525 |
|
|
<xs:sequence>
|
526 |
|
|
<xs:element name="level" type="gmd:MD_ScopeCode_PropertyType"/>
|
527 |
|
|
<xs:element name="extent" type="gmd:EX_Extent_PropertyType" minOccurs="0"/>
|
528 |
|
|
<xs:element name="levelDescription" type="gmd:MD_ScopeDescription_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
529 |
|
|
</xs:sequence>
|
530 |
|
|
</xs:extension>
|
531 |
|
|
</xs:complexContent>
|
532 |
|
|
</xs:complexType>
|
533 |
|
|
<!-- ........................................................................ -->
|
534 |
|
|
<xs:element name="DQ_Scope" type="gmd:DQ_Scope_Type"/>
|
535 |
|
|
<!-- ........................................................................ -->
|
536 |
|
|
<xs:complexType name="DQ_Scope_PropertyType">
|
537 |
|
|
<xs:sequence minOccurs="0">
|
538 |
|
|
<xs:element ref="gmd:DQ_Scope"/>
|
539 |
|
|
</xs:sequence>
|
540 |
|
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
541 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
542 |
|
|
</xs:complexType>
|
543 |
|
|
<!-- =========================================================================== -->
|
544 |
|
|
<!-- ........................................................................ -->
|
545 |
|
|
<xs:element name="DQ_EvaluationMethodTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
|
546 |
|
|
<!-- ........................................................................ -->
|
547 |
|
|
<xs:complexType name="DQ_EvaluationMethodTypeCode_PropertyType">
|
548 |
|
|
<xs:sequence minOccurs="0">
|
549 |
|
|
<xs:element ref="gmd:DQ_EvaluationMethodTypeCode"/>
|
550 |
|
|
</xs:sequence>
|
551 |
|
|
<xs:attribute ref="gco:nilReason"/>
|
552 |
|
|
</xs:complexType>
|
553 |
|
|
<!-- =========================================================================== -->
|
554 |
|
|
</xs:schema>
|