1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gmi="http://www.isotc211.org/2005/gmi" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" targetNamespace="http://www.isotc211.org/2005/gmi" elementFormDefault="qualified" version="0.1">
|
3
|
<!-- ================================= Annotation ================================ -->
|
4
|
<xs:annotation>
|
5
|
<xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:33 ====== Name: Lineage - Position: 2</xs:documentation>
|
6
|
<xs:documentation>2012-12-08: Documentation of LE_ProcessStepReport_Type. Typo reported by XMG: "occured" replaced by "occurred".</xs:documentation>
|
7
|
</xs:annotation>
|
8
|
<!-- ================================== Imports ================================== -->
|
9
|
<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gmd/gmd.xsd"/>
|
10
|
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gco/gco.xsd"/>
|
11
|
<!-- ########################################################################### -->
|
12
|
<!-- ########################################################################### -->
|
13
|
<!-- ================================== Classes ================================= -->
|
14
|
<xs:complexType name="LE_ProcessStep_Type">
|
15
|
<xs:annotation>
|
16
|
<xs:documentation>Description: Information about an event or transformation in the life of the dataset including details of the algorithm and software used for processing - FGDC: - shortName: DetailProcStep</xs:documentation>
|
17
|
</xs:annotation>
|
18
|
<xs:complexContent>
|
19
|
<xs:extension base="gmd:LI_ProcessStep_Type">
|
20
|
<xs:sequence>
|
21
|
<xs:element name="output" type="gmi:LE_Source_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
22
|
<xs:element name="report" type="gmi:LE_ProcessStepReport_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
23
|
<xs:element name="processingInformation" type="gmi:LE_Processing_PropertyType" minOccurs="0"/>
|
24
|
</xs:sequence>
|
25
|
</xs:extension>
|
26
|
</xs:complexContent>
|
27
|
</xs:complexType>
|
28
|
<!-- ........................................................................ -->
|
29
|
<xs:element name="LE_ProcessStep" type="gmi:LE_ProcessStep_Type" substitutionGroup="gmd:LI_ProcessStep"/>
|
30
|
<!-- ........................................................................ -->
|
31
|
<xs:complexType name="LE_ProcessStep_PropertyType">
|
32
|
<xs:sequence>
|
33
|
<xs:element ref="gmi:LE_ProcessStep" minOccurs="0"/>
|
34
|
</xs:sequence>
|
35
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
36
|
<xs:attribute ref="gco:nilReason"/>
|
37
|
</xs:complexType>
|
38
|
<!-- =========================================================================== -->
|
39
|
<xs:complexType name="MX_DataFile_Type">
|
40
|
<xs:complexContent>
|
41
|
<xs:extension base="gco:AbstractObject_Type">
|
42
|
<xs:sequence>
|
43
|
<xs:element name="fileFormat" type="gmd:MD_Format_PropertyType"/>
|
44
|
</xs:sequence>
|
45
|
</xs:extension>
|
46
|
</xs:complexContent>
|
47
|
</xs:complexType>
|
48
|
<!-- ........................................................................ -->
|
49
|
<xs:element name="MX_DataFile" type="gmi:MX_DataFile_Type"/>
|
50
|
<!-- ........................................................................ -->
|
51
|
<xs:complexType name="MX_DataFile_PropertyType">
|
52
|
<xs:sequence>
|
53
|
<xs:element ref="gmi:MX_DataFile" minOccurs="0"/>
|
54
|
</xs:sequence>
|
55
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
56
|
<xs:attribute ref="gco:nilReason"/>
|
57
|
</xs:complexType>
|
58
|
<!-- =========================================================================== -->
|
59
|
<xs:complexType name="LE_Processing_Type">
|
60
|
<xs:annotation>
|
61
|
<xs:documentation>Description: Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step - shortName: Procsg</xs:documentation>
|
62
|
</xs:annotation>
|
63
|
<xs:complexContent>
|
64
|
<xs:extension base="gco:AbstractObject_Type">
|
65
|
<xs:sequence>
|
66
|
<xs:element name="identifier" type="gmd:MD_Identifier_PropertyType"/>
|
67
|
<xs:element name="softwareReference" type="gmd:CI_Citation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
68
|
<xs:element name="procedureDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
69
|
<xs:element name="documentation" type="gmd:CI_Citation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
70
|
<xs:element name="runTimeParameters" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
71
|
<xs:element name="algorithm" type="gmi:LE_Algorithm_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
|
72
|
</xs:sequence>
|
73
|
</xs:extension>
|
74
|
</xs:complexContent>
|
75
|
</xs:complexType>
|
76
|
<!-- ........................................................................ -->
|
77
|
<xs:element name="LE_Processing" type="gmi:LE_Processing_Type"/>
|
78
|
<!-- ........................................................................ -->
|
79
|
<xs:complexType name="LE_Processing_PropertyType">
|
80
|
<xs:sequence>
|
81
|
<xs:element ref="gmi:LE_Processing" minOccurs="0"/>
|
82
|
</xs:sequence>
|
83
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
84
|
<xs:attribute ref="gco:nilReason"/>
|
85
|
</xs:complexType>
|
86
|
<!-- =========================================================================== -->
|
87
|
<xs:complexType name="QE_CoverageResult_Type">
|
88
|
<xs:annotation>
|
89
|
<xs:documentation>Description: Result of a data quality measure organising the measured values as a coverage - shortName: CoverageResult</xs:documentation>
|
90
|
</xs:annotation>
|
91
|
<xs:complexContent>
|
92
|
<xs:extension base="gmd:AbstractDQ_Result_Type">
|
93
|
<xs:sequence>
|
94
|
<xs:element name="spatialRepresentationType" type="gmd:MD_SpatialRepresentationTypeCode_PropertyType"/>
|
95
|
<xs:element name="resultSpatialRepresentation" type="gmd:MD_SpatialRepresentation_PropertyType"/>
|
96
|
<xs:element name="resultContentDescription" type="gmd:MD_CoverageDescription_PropertyType"/>
|
97
|
<xs:element name="resultFormat" type="gmd:MD_Format_PropertyType"/>
|
98
|
<xs:element name="resultFile" type="gmi:MX_DataFile_PropertyType"/>
|
99
|
</xs:sequence>
|
100
|
</xs:extension>
|
101
|
</xs:complexContent>
|
102
|
</xs:complexType>
|
103
|
<!-- ........................................................................ -->
|
104
|
<xs:element name="QE_CoverageResult" type="gmi:QE_CoverageResult_Type" substitutionGroup="gmd:AbstractDQ_Result"/>
|
105
|
<!-- ........................................................................ -->
|
106
|
<xs:complexType name="QE_CoverageResult_PropertyType">
|
107
|
<xs:sequence>
|
108
|
<xs:element ref="gmi:QE_CoverageResult" minOccurs="0"/>
|
109
|
</xs:sequence>
|
110
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
111
|
<xs:attribute ref="gco:nilReason"/>
|
112
|
</xs:complexType>
|
113
|
<!-- =========================================================================== -->
|
114
|
<xs:complexType name="LE_ProcessStepReport_Type">
|
115
|
<xs:annotation>
|
116
|
<xs:documentation>Description: Report of what occurred during the process step - shortName: ProcStepRep</xs:documentation>
|
117
|
</xs:annotation>
|
118
|
<xs:complexContent>
|
119
|
<xs:extension base="gco:AbstractObject_Type">
|
120
|
<xs:sequence>
|
121
|
<xs:element name="name" type="gco:CharacterString_PropertyType"/>
|
122
|
<xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
123
|
<xs:element name="fileType" type="gco:CharacterString_PropertyType" minOccurs="0"/>
|
124
|
</xs:sequence>
|
125
|
</xs:extension>
|
126
|
</xs:complexContent>
|
127
|
</xs:complexType>
|
128
|
<!-- ........................................................................ -->
|
129
|
<xs:element name="LE_ProcessStepReport" type="gmi:LE_ProcessStepReport_Type"/>
|
130
|
<!-- ........................................................................ -->
|
131
|
<xs:complexType name="LE_ProcessStepReport_PropertyType">
|
132
|
<xs:sequence>
|
133
|
<xs:element ref="gmi:LE_ProcessStepReport" minOccurs="0"/>
|
134
|
</xs:sequence>
|
135
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
136
|
<xs:attribute ref="gco:nilReason"/>
|
137
|
</xs:complexType>
|
138
|
<!-- =========================================================================== -->
|
139
|
<xs:complexType name="LE_Algorithm_Type">
|
140
|
<xs:annotation>
|
141
|
<xs:documentation>Description: Details of the methodology by which geographic information was derived from the instrument readings - FGDC: Algorithm_Information - shortName: Algorithm</xs:documentation>
|
142
|
</xs:annotation>
|
143
|
<xs:complexContent>
|
144
|
<xs:extension base="gco:AbstractObject_Type">
|
145
|
<xs:sequence>
|
146
|
<xs:element name="citation" type="gmd:CI_Citation_PropertyType"/>
|
147
|
<xs:element name="description" type="gco:CharacterString_PropertyType"/>
|
148
|
</xs:sequence>
|
149
|
</xs:extension>
|
150
|
</xs:complexContent>
|
151
|
</xs:complexType>
|
152
|
<!-- ........................................................................ -->
|
153
|
<xs:element name="LE_Algorithm" type="gmi:LE_Algorithm_Type"/>
|
154
|
<!-- ........................................................................ -->
|
155
|
<xs:complexType name="LE_Algorithm_PropertyType">
|
156
|
<xs:sequence>
|
157
|
<xs:element ref="gmi:LE_Algorithm" minOccurs="0"/>
|
158
|
</xs:sequence>
|
159
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
160
|
<xs:attribute ref="gco:nilReason"/>
|
161
|
</xs:complexType>
|
162
|
<!-- =========================================================================== -->
|
163
|
<xs:complexType name="LE_Source_Type">
|
164
|
<xs:annotation>
|
165
|
<xs:documentation>Description: information on source of data sets for processing step - shortName: SrcDataset</xs:documentation>
|
166
|
</xs:annotation>
|
167
|
<xs:complexContent>
|
168
|
<xs:extension base="gmd:LI_Source_Type">
|
169
|
<xs:sequence>
|
170
|
<xs:element name="processedLevel" type="gmd:MD_Identifier_PropertyType" minOccurs="0"/>
|
171
|
<xs:element name="resolution" type="gmi:LE_NominalResolution_PropertyType" minOccurs="0"/>
|
172
|
</xs:sequence>
|
173
|
</xs:extension>
|
174
|
</xs:complexContent>
|
175
|
</xs:complexType>
|
176
|
<!-- ........................................................................ -->
|
177
|
<xs:element name="LE_Source" type="gmi:LE_Source_Type" substitutionGroup="gmd:LI_Source"/>
|
178
|
<!-- ........................................................................ -->
|
179
|
<xs:complexType name="LE_Source_PropertyType">
|
180
|
<xs:sequence>
|
181
|
<xs:element ref="gmi:LE_Source" minOccurs="0"/>
|
182
|
</xs:sequence>
|
183
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
184
|
<xs:attribute ref="gco:nilReason"/>
|
185
|
</xs:complexType>
|
186
|
<!-- =========================================================================== -->
|
187
|
<xs:complexType name="QE_Usability_Type">
|
188
|
<xs:annotation>
|
189
|
<xs:documentation>Description: to: degree of adherence of a dataset to a specific set of user requirements - shortName: Usability</xs:documentation>
|
190
|
</xs:annotation>
|
191
|
<xs:complexContent>
|
192
|
<xs:extension base="gmd:AbstractDQ_Element_Type"/>
|
193
|
</xs:complexContent>
|
194
|
</xs:complexType>
|
195
|
<!-- ........................................................................ -->
|
196
|
<xs:element name="QE_Usability" type="gmi:QE_Usability_Type" substitutionGroup="gmd:AbstractDQ_Element"/>
|
197
|
<!-- ........................................................................ -->
|
198
|
<xs:complexType name="QE_Usability_PropertyType">
|
199
|
<xs:sequence>
|
200
|
<xs:element ref="gmi:QE_Usability" minOccurs="0"/>
|
201
|
</xs:sequence>
|
202
|
<xs:attributeGroup ref="gco:ObjectReference"/>
|
203
|
<xs:attribute ref="gco:nilReason"/>
|
204
|
</xs:complexType>
|
205
|
<!-- =========================================================================== -->
|
206
|
<xs:complexType name="LE_NominalResolution_Type">
|
207
|
<xs:annotation>
|
208
|
<xs:documentation>Description: Distance between adjacent pixels - shortName: nomRes</xs:documentation>
|
209
|
</xs:annotation>
|
210
|
<xs:choice>
|
211
|
<xs:element name="scanningResolution" type="gco:Distance_PropertyType"/>
|
212
|
<xs:element name="groundResolution" type="gco:Distance_PropertyType"/>
|
213
|
</xs:choice>
|
214
|
</xs:complexType>
|
215
|
<!-- ........................................................................ -->
|
216
|
<xs:element name="LE_NominalResolution" type="gmi:LE_NominalResolution_Type"/>
|
217
|
<!-- ........................................................................ -->
|
218
|
<xs:complexType name="LE_NominalResolution_PropertyType">
|
219
|
<xs:sequence>
|
220
|
<xs:element ref="gmi:LE_NominalResolution" minOccurs="0"/>
|
221
|
</xs:sequence>
|
222
|
<xs:attribute ref="gco:nilReason"/>
|
223
|
</xs:complexType>
|
224
|
<!-- =========================================================================== -->
|
225
|
</xs:schema>
|