Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<schema targetNamespace="http://www.opengis.net/gml/3.2" elementFormDefault="qualified" xml:lang="en" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns="http://www.w3.org/2001/XMLSchema" version="3.2.1.2">
3
	<annotation>
4
		<appinfo source="urn:x-ogc:specification:gml:schema-xsd:coordinateOperations:3.2.1">coordinateOperations.xsd</appinfo>
5
		<documentation>See ISO/DIS 19136 13.6.
6
The spatial or temporal coordinate operations schema components can be divided into five logical parts, which define elements and types for XML encoding of the definitions of:
7
-	Multiple abstract coordinate operations
8
-	Multiple concrete types of coordinate operations, including Transformations and Conversions
9
-	Abstract and concrete parameter values and groups
10
-	Operation methods
11
-	Abstract and concrete operation parameters and groups
12
These schema component encodes the Coordinate Operation package of the UML Model for ISO 19111 Clause 11.
13

    
14
GML is an OGC Standard.
15
Copyright (c) 2007,2010 Open Geospatial Consortium.
16
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
17
		</documentation>
18
	</annotation>
19
	<include schemaLocation="gml.xsd"/>
20
	<include schemaLocation="referenceSystems.xsd"/>
21
	<include schemaLocation="measures.xsd"/>
22
	<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
23
	<element name="AbstractCoordinateOperation" type="gml:AbstractCoordinateOperationType" abstract="true" substitutionGroup="gml:Definition">
24
		<annotation>
25
			<documentation>gml:AbstractCoordinateOperation is a mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. Many but not all coordinate operations (from CRS A to CRS B) also uniquely define the inverse operation (from CRS B to CRS A). In some cases, the operation method algorithm for the inverse operation is the same as for the forward algorithm, but the signs of some operation parameter values shall be reversed. In other cases, different algorithms are required for the forward and inverse operations, but the same operation parameter values are used. If (some) entirely different parameter values are needed, a different coordinate operation shall be defined.
26
The optional coordinateOperationAccuracy property elements provide estimates of the impact of this coordinate operation on point position accuracy.</documentation>
27
		</annotation>
28
	</element>
29
	<complexType name="AbstractCoordinateOperationType" abstract="true">
30
		<complexContent>
31
			<extension base="gml:IdentifiedObjectType">
32
				<sequence>
33
					<element ref="gml:domainOfValidity" minOccurs="0"/>
34
					<element ref="gml:scope" maxOccurs="unbounded"/>
35
					<element ref="gml:operationVersion" minOccurs="0"/>
36
					<element ref="gml:coordinateOperationAccuracy" minOccurs="0" maxOccurs="unbounded"/>
37
					<element ref="gml:sourceCRS" minOccurs="0"/>
38
					<element ref="gml:targetCRS" minOccurs="0"/>
39
				</sequence>
40
			</extension>
41
		</complexContent>
42
	</complexType>
43
	<element name="operationVersion" type="string">
44
		<annotation>
45
			<documentation>gml:operationVersion is the version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters). Mandatory when describing a transformation, and should not be supplied for a conversion.</documentation>
46
		</annotation>
47
	</element>
48
	<element name="coordinateOperationAccuracy">
49
		<annotation>
50
			<documentation>gml:coordinateOperationAccuracy is an association role to a DQ_PositionalAccuracy object as encoded in ISO/TS 19139, either referencing or containing the definition of that positional accuracy. That object contains an estimate of the impact of this coordinate operation on point accuracy. That is, it gives position error estimates for the target coordinates of this coordinate operation, assuming no errors in the source coordinates.</documentation>
51
		</annotation>
52
		<complexType>
53
			<sequence minOccurs="0">
54
				<element ref="gmd:AbstractDQ_PositionalAccuracy"/>
55
			</sequence>
56
			<attributeGroup ref="gml:AssociationAttributeGroup"/>
57
		</complexType>
58
	</element>
59
	<element name="sourceCRS" type="gml:CRSPropertyType">
60
		<annotation>
61
			<documentation>gml:sourceCRS is an association role to the source CRS (coordinate reference system) of this coordinate operation.</documentation>
62
		</annotation>
63
	</element>
64
	<element name="targetCRS" type="gml:CRSPropertyType">
65
		<annotation>
66
			<documentation>gml:targetCRS is an association role to the target CRS (coordinate reference system) of this coordinate operation.</documentation>
67
		</annotation>
68
	</element>
69
	<complexType name="CoordinateOperationPropertyType">
70
		<annotation>
71
			<documentation>gml:CoordinateOperationPropertyType is a property type for association roles to a coordinate operation, either referencing or containing the definition of that coordinate operation.</documentation>
72
		</annotation>
73
		<sequence minOccurs="0">
74
			<element ref="gml:AbstractCoordinateOperation"/>
75
		</sequence>
76
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
77
	</complexType>
78
	<element name="AbstractSingleOperation" type="gml:AbstractCoordinateOperationType" abstract="true" substitutionGroup="gml:AbstractCoordinateOperation">
79
		<annotation>
80
			<documentation>gml:AbstractSingleOperation is a single (not concatenated) coordinate operation.</documentation>
81
		</annotation>
82
	</element>
83
	<complexType name="SingleOperationPropertyType">
84
		<annotation>
85
			<documentation>gml:SingleOperationPropertyType is a property type for association roles to a single operation, either referencing or containing the definition of that single operation.</documentation>
86
		</annotation>
87
		<sequence minOccurs="0">
88
			<element ref="gml:AbstractSingleOperation"/>
89
		</sequence>
90
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
91
	</complexType>
92
	<element name="AbstractGeneralConversion" type="gml:AbstractGeneralConversionType" abstract="true" substitutionGroup="gml:AbstractOperation">
93
		<annotation>
94
			<documentation>gm:AbstractGeneralConversion is an abstract operation on coordinates that does not include any change of datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. The operationVersion, sourceCRS, and targetCRS elements are omitted in a coordinate conversion.
95
This abstract complex type is expected to be extended for well-known operation methods with many Conversion instances, in GML Application Schemas that define operation-method-specialized element names and contents. This conversion uses an operation method, usually with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references the "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include zero or more elements each named "uses...Value" that each use the type of an element substitutable for the "AbstractGeneralParameterValue" element.</documentation>
96
		</annotation>
97
	</element>
98
	<complexType name="AbstractGeneralConversionType" abstract="true">
99
		<complexContent>
100
			<restriction base="gml:AbstractCoordinateOperationType">
101
				<sequence>
102
					<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
103
					<element ref="gml:description" minOccurs="0"/>
104
					<element ref="gml:descriptionReference" minOccurs="0"/>
105
					<element ref="gml:identifier"/>
106
					<element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/>
107
					<element ref="gml:remarks" minOccurs="0"/>
108
					<element ref="gml:domainOfValidity" minOccurs="0"/>
109
					<element ref="gml:scope" maxOccurs="unbounded"/>
110
					<element ref="gml:coordinateOperationAccuracy" minOccurs="0" maxOccurs="unbounded"/>
111
				</sequence>
112
				<attribute ref="gml:id" use="required"/>
113
			</restriction>
114
		</complexContent>
115
	</complexType>
116
	<complexType name="GeneralConversionPropertyType">
117
		<annotation>
118
			<documentation>gml:GeneralConversionPropertyType is a property type for association roles to a general conversion, either referencing or containing the definition of that conversion.</documentation>
119
		</annotation>
120
		<sequence minOccurs="0">
121
			<element ref="gml:AbstractGeneralConversion"/>
122
		</sequence>
123
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
124
	</complexType>
125
	<element name="AbstractGeneralTransformation" type="gml:AbstractGeneralTransformationType" abstract="true" substitutionGroup="gml:AbstractOperation">
126
		<annotation>
127
			<documentation>gml:AbstractGeneralTransformation is an abstract operation on coordinates that usually includes a change of Datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually "over-determined", allowing derivation of error (or accuracy) estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple (different) versions of the same coordinate transformation. The operationVersion, sourceCRS, and targetCRS proeprty elements are mandatory in a coordinate transformation.
128
This abstract complex type is expected to be extended for well-known operation methods with many Transformation instances, in Application Schemas that define operation-method-specialized value element names and contents. This transformation uses an operation method with associated parameter values. However, operation methods and parameter values are directly associated with concrete subtypes, not with this abstract type. All concrete types derived from this type shall extend this type to include a "usesMethod" element that references one "OperationMethod" element. Similarly, all concrete types derived from this type shall extend this type to include one or more elements each named "uses...Value" that each use the type of an element substitutable for the "AbstractGeneralParameterValue" element.</documentation>
129
		</annotation>
130
	</element>
131
	<complexType name="AbstractGeneralTransformationType" abstract="true">
132
		<complexContent>
133
			<restriction base="gml:AbstractCoordinateOperationType">
134
				<sequence>
135
					<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
136
					<element ref="gml:description" minOccurs="0"/>
137
					<element ref="gml:descriptionReference" minOccurs="0"/>
138
					<element ref="gml:identifier"/>
139
					<element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/>
140
					<element ref="gml:remarks" minOccurs="0"/>
141
					<element ref="gml:domainOfValidity" minOccurs="0"/>
142
					<element ref="gml:scope" maxOccurs="unbounded"/>
143
					<element ref="gml:operationVersion"/>
144
					<element ref="gml:coordinateOperationAccuracy" minOccurs="0" maxOccurs="unbounded"/>
145
					<element ref="gml:sourceCRS"/>
146
					<element ref="gml:targetCRS"/>
147
				</sequence>
148
				<attribute ref="gml:id" use="required"/>
149
			</restriction>
150
		</complexContent>
151
	</complexType>
152
	<complexType name="GeneralTransformationPropertyType">
153
		<annotation>
154
			<documentation>gml:GeneralTransformationPropertyType is a property type for association roles to a general transformation, either referencing or containing the definition of that transformation.</documentation>
155
		</annotation>
156
		<sequence minOccurs="0">
157
			<element ref="gml:AbstractGeneralTransformation"/>
158
		</sequence>
159
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
160
	</complexType>
161
	<element name="ConcatenatedOperation" type="gml:ConcatenatedOperationType" substitutionGroup="gml:AbstractCoordinateOperation"/>
162
	<complexType name="ConcatenatedOperationType">
163
		<annotation>
164
			<documentation>gml:ConcatenatedOperation is an ordered sequence of two or more coordinate operations. This sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation. Instead of a forward operation, an inverse operation may be used for one or more of the operation steps mentioned above, if the inverse operation is uniquely defined by the forward operation.
165
The gml:coordOperation property elements are an ordered sequence of associations to the two or more operations used by this concatenated operation. The AggregationAttributeGroup should be used to specify that the coordOperation associations are ordered.</documentation>
166
		</annotation>
167
		<complexContent>
168
			<extension base="gml:AbstractCoordinateOperationType">
169
				<sequence>
170
					<element ref="gml:coordOperation" minOccurs="2" maxOccurs="unbounded"/>
171
				</sequence>
172
				<attributeGroup ref="gml:AggregationAttributeGroup"/>
173
			</extension>
174
		</complexContent>
175
	</complexType>
176
	<element name="coordOperation" type="gml:CoordinateOperationPropertyType">
177
		<annotation>
178
			<documentation>gml:coordOperation is an association role to a coordinate operation.</documentation>
179
		</annotation>
180
	</element>
181
	<complexType name="ConcatenatedOperationPropertyType">
182
		<annotation>
183
			<documentation>gml:ConcatenatedOperationPropertyType is a property type for association roles to a concatenated operation, either referencing or containing the definition of that concatenated operation.</documentation>
184
		</annotation>
185
		<sequence minOccurs="0">
186
			<element ref="gml:ConcatenatedOperation"/>
187
		</sequence>
188
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
189
	</complexType>
190
	<element name="PassThroughOperation" type="gml:PassThroughOperationType" substitutionGroup="gml:AbstractSingleOperation">
191
		<annotation>
192
			<documentation>gml:PassThroughOperation is a pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
193
The modifiedCoordinate property elements are an ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. The AggregationAttributeGroup should be used to specify that the modifiedCoordinate elements are ordered.</documentation>
194
		</annotation>
195
	</element>
196
	<complexType name="PassThroughOperationType">
197
		<complexContent>
198
			<extension base="gml:AbstractCoordinateOperationType">
199
				<sequence>
200
					<element ref="gml:modifiedCoordinate" maxOccurs="unbounded"/>
201
					<element ref="gml:coordOperation"/>
202
				</sequence>
203
				<attributeGroup ref="gml:AggregationAttributeGroup"/>
204
			</extension>
205
		</complexContent>
206
	</complexType>
207
	<element name="modifiedCoordinate" type="positiveInteger">
208
		<annotation>
209
			<documentation>gml:modifiedCoordinate is a positive integer defining a position in a coordinate tuple.</documentation>
210
		</annotation>
211
	</element>
212
	<complexType name="PassThroughOperationPropertyType">
213
		<annotation>
214
			<documentation>gml:PassThroughOperationPropertyType is a property type for association roles to a pass through operation, either referencing or containing the definition of that pass through operation.</documentation>
215
		</annotation>
216
		<sequence minOccurs="0">
217
			<element ref="gml:PassThroughOperation"/>
218
		</sequence>
219
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
220
	</complexType>
221
	<element name="Conversion" type="gml:ConversionType" substitutionGroup="gml:AbstractGeneralConversion">
222
		<annotation>
223
			<documentation>gml:Conversion is a concrete operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters.
224
This concrete complex type can be used without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance.
225
The usesValue property elements are an unordered list of composition associations to the set of parameter values used by this conversion operation.</documentation>
226
		</annotation>
227
	</element>
228
	<complexType name="ConversionType">
229
		<complexContent>
230
			<extension base="gml:AbstractGeneralConversionType">
231
				<sequence>
232
					<element ref="gml:method"/>
233
					<element ref="gml:parameterValue" minOccurs="0" maxOccurs="unbounded"/>
234
				</sequence>
235
			</extension>
236
		</complexContent>
237
	</complexType>
238
	<element name="method" type="gml:OperationMethodPropertyType">
239
		<annotation>
240
			<documentation>gml:method is an association role to the operation method used by a coordinate operation.</documentation>
241
		</annotation>
242
	</element>
243
	<element name="parameterValue" type="gml:AbstractGeneralParameterValuePropertyType">
244
		<annotation>
245
			<documentation>gml:parameterValue is a composition association to a parameter value or group of parameter values used by a coordinate operation.</documentation>
246
		</annotation>
247
	</element>
248
	<complexType name="ConversionPropertyType">
249
		<annotation>
250
			<documentation>gml:ConversionPropertyType is a property type for association roles to a concrete general-purpose conversion, either referencing or containing the definition of that conversion.</documentation>
251
		</annotation>
252
		<sequence minOccurs="0">
253
			<element ref="gml:Conversion"/>
254
		</sequence>
255
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
256
	</complexType>
257
	<element name="Transformation" type="gml:TransformationType" substitutionGroup="gml:AbstractGeneralTransformation">
258
		<annotation>
259
			<documentation>gml:Transformation is a concrete object element derived from gml:GeneralTransformation (13.6.2.13).
260
This concrete object can be used for all operation methods, without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Transformation instance.
261
The parameterValue elements are an unordered list of composition associations to the set of parameter values used by this conversion operation.</documentation>
262
		</annotation>
263
	</element>
264
	<complexType name="TransformationType">
265
		<complexContent>
266
			<extension base="gml:AbstractGeneralTransformationType">
267
				<sequence>
268
					<element ref="gml:method"/>
269
					<element ref="gml:parameterValue" minOccurs="0" maxOccurs="unbounded"/>
270
				</sequence>
271
			</extension>
272
		</complexContent>
273
	</complexType>
274
	<complexType name="TransformationPropertyType">
275
		<annotation>
276
			<documentation>gml:TransformationPropertyType is a property type for association roles to a transformation, either referencing or containing the definition of that transformation.</documentation>
277
		</annotation>
278
		<sequence minOccurs="0">
279
			<element ref="gml:Transformation"/>
280
		</sequence>
281
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
282
	</complexType>
283
	<element name="AbstractGeneralParameterValue" type="gml:AbstractGeneralParameterValueType" abstract="true" substitutionGroup="gml:AbstractObject">
284
		<annotation>
285
			<documentation>gml:AbstractGeneralParameterValue is an abstract parameter value or group of parameter values.
286
This abstract complexType is expected to be extended and restricted for well-known operation methods with many instances, in Application Schemas that define operation-method-specialized element names and contents. Specific parameter value elements are directly contained in concrete subtypes, not in this abstract type. All concrete types derived from this type shall extend this type to include one "...Value" element with an appropriate type, which should be one of the element types allowed in the ParameterValueType. In addition, all derived concrete types shall extend this type to include a "operationParameter" property element that references one element substitutable for the "OperationParameter" object element.</documentation>
287
		</annotation>
288
	</element>
289
	<complexType name="AbstractGeneralParameterValueType" abstract="true">
290
		<sequence/>
291
	</complexType>
292
	<complexType name="AbstractGeneralParameterValuePropertyType">
293
		<annotation>
294
			<documentation>gml:AbstractGeneralParameterValuePropertyType is a  property type for inline association roles to a parameter value or group of parameter values, always containing the values.</documentation>
295
		</annotation>
296
		<sequence>
297
			<element ref="gml:AbstractGeneralParameterValue"/>
298
		</sequence>
299
	</complexType>
300
	<element name="ParameterValue" type="gml:ParameterValueType" substitutionGroup="gml:AbstractGeneralParameterValue">
301
		<annotation>
302
			<documentation>gml:ParameterValue is a parameter value, an ordered sequence of values, or a reference to a file of parameter values. This concrete complex type may be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with many instances.</documentation>
303
		</annotation>
304
	</element>
305
	<complexType name="ParameterValueType">
306
		<complexContent>
307
			<extension base="gml:AbstractGeneralParameterValueType">
308
				<sequence>
309
					<choice>
310
						<element ref="gml:value"/>
311
						<element ref="gml:dmsAngleValue"/>
312
						<element ref="gml:stringValue"/>
313
						<element ref="gml:integerValue"/>
314
						<element ref="gml:booleanValue"/>
315
						<element ref="gml:valueList"/>
316
						<element ref="gml:integerValueList"/>
317
						<element ref="gml:valueFile"/>
318
					</choice>
319
					<element ref="gml:operationParameter"/>
320
				</sequence>
321
			</extension>
322
		</complexContent>
323
	</complexType>
324
	<element name="value" type="gml:MeasureType">
325
		<annotation>
326
			<documentation>gml:value is a numeric value of an operation parameter, with its associated unit of measure.</documentation>
327
		</annotation>
328
	</element>
329
	<element name="stringValue" type="string">
330
		<annotation>
331
			<documentation>gml:stringValue is a character string value of an operation parameter. A string value does not have an associated unit of measure.</documentation>
332
		</annotation>
333
	</element>
334
	<element name="integerValue" type="positiveInteger">
335
		<annotation>
336
			<documentation>gml:integerValue is a positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure.</documentation>
337
		</annotation>
338
	</element>
339
	<element name="booleanValue" type="boolean">
340
		<annotation>
341
			<documentation>gml:booleanValue is a boolean value of an operation parameter. A Boolean value does not have an associated unit of measure.</documentation>
342
		</annotation>
343
	</element>
344
	<element name="valueList" type="gml:MeasureListType">
345
		<annotation>
346
			<documentation>gml:valueList is an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure. An element of this type contains a space-separated sequence of double values.</documentation>
347
		</annotation>
348
	</element>
349
	<element name="integerValueList" type="gml:integerList">
350
		<annotation>
351
			<documentation>gml:integerValueList is an ordered sequence of two or more integer values of an operation parameter list, usually used for counts. These integer values do not have an associated unit of measure. An element of this type contains a space-separated sequence of integer values.</documentation>
352
		</annotation>
353
	</element>
354
	<element name="valueFile" type="anyURI">
355
		<annotation>
356
			<documentation>gml:valueFile is a reference to a file or a part of a file containing one or more parameter values, each numeric value with its associated unit of measure. When referencing a part of a file, that file shall contain multiple identified parts, such as an XML encoded document. Furthermore, the referenced file or part of a file may reference another part of the same or different files, as allowed in XML documents.</documentation>
357
		</annotation>
358
	</element>
359
	<element name="operationParameter" type="gml:OperationParameterPropertyType">
360
		<annotation>
361
			<documentation>gml:operationParameter is an association role to the operation parameter of which this is a value.</documentation>
362
		</annotation>
363
	</element>
364
	<element name="ParameterValueGroup" type="gml:ParameterValueGroupType" substitutionGroup="gml:AbstractGeneralParameterValue">
365
		<annotation>
366
			<documentation>gml:ParameterValueGroup is a group of related parameter values. The same group can be repeated more than once in a Conversion, Transformation, or higher level ParameterValueGroup, if those instances contain different values of one or more parameterValues which suitably distinquish among those groups. This concrete complex type can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents. This complex type may be used, extended, or restricted for well-known operation methods, especially for methods with only one instance.
367
The parameterValue elements are an unordered set of composition association roles to the parameter values and groups of values included in this group.</documentation>
368
		</annotation>
369
	</element>
370
	<complexType name="ParameterValueGroupType">
371
		<complexContent>
372
			<extension base="gml:AbstractGeneralParameterValueType">
373
				<sequence>
374
					<element ref="gml:parameterValue" minOccurs="2" maxOccurs="unbounded"/>
375
					<element ref="gml:group"/>
376
				</sequence>
377
			</extension>
378
		</complexContent>
379
	</complexType>
380
	<element name="group" type="gml:OperationParameterGroupPropertyType">
381
		<annotation>
382
			<documentation>gml:group is an association role to the operation parameter group for which this element provides parameter values.</documentation>
383
		</annotation>
384
	</element>
385
	<element name="OperationMethod" type="gml:OperationMethodType" substitutionGroup="gml:Definition">
386
		<annotation>
387
			<documentation>gml:OperationMethod is a method (algorithm or procedure) used to perform a coordinate operation. Most operation methods use a number of operation parameters, although some coordinate conversions use none. Each coordinate operation using the method assigns values to these parameters.
388
The parameter elements are an unordered list of associations to the set of operation parameters and parameter groups used by this operation method.</documentation>
389
		</annotation>
390
	</element>
391
	<complexType name="OperationMethodType">
392
		<complexContent>
393
			<extension base="gml:IdentifiedObjectType">
394
				<sequence>
395
					<choice>
396
						<element ref="gml:formulaCitation"/>
397
						<element ref="gml:formula"/>
398
					</choice>
399
					<element ref="gml:sourceDimensions" minOccurs="0"/>
400
					<element ref="gml:targetDimensions" minOccurs="0"/>
401
					<element ref="gml:parameter" minOccurs="0" maxOccurs="unbounded"/>
402
				</sequence>
403
			</extension>
404
		</complexContent>
405
	</complexType>
406
	<element name="formulaCitation">
407
		<annotation>
408
			<documentation>gml:formulaCitation provides a reference to a publication giving the formula(s) or procedure used by an coordinate operation method.</documentation>
409
		</annotation>
410
		<complexType>
411
			<sequence minOccurs="0">
412
				<element ref="gmd:CI_Citation"/>
413
			</sequence>
414
			<attributeGroup ref="gml:AssociationAttributeGroup"/>
415
		</complexType>
416
	</element>
417
	<element name="formula" type="gml:CodeType">
418
		<annotation>
419
			<documentation>gml:formula Formula(s) or procedure used by an operation method. The use of the codespace attribite has been deprecated. The property value shall be a character string.</documentation>
420
		</annotation>
421
	</element>
422
	<element name="sourceDimensions" type="positiveInteger">
423
		<annotation>
424
			<documentation>gml:sourceDimensions is the number of dimensions in the source CRS of this operation method.</documentation>
425
		</annotation>
426
	</element>
427
	<element name="targetDimensions" type="positiveInteger">
428
		<annotation>
429
			<documentation>gml:targetDimensions is the number of dimensions in the target CRS of this operation method.</documentation>
430
		</annotation>
431
	</element>
432
	<element name="parameter" type="gml:AbstractGeneralOperationParameterPropertyType">
433
		<annotation>
434
			<documentation>gml:parameter is an association to an operation parameter or parameter group.</documentation>
435
		</annotation>
436
	</element>
437
	<complexType name="OperationMethodPropertyType">
438
		<annotation>
439
			<documentation>gml:OperationMethodPropertyType is a property type for association roles to a concrete general-purpose operation method, either referencing or containing the definition of that method.</documentation>
440
		</annotation>
441
		<sequence minOccurs="0">
442
			<element ref="gml:OperationMethod"/>
443
		</sequence>
444
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
445
	</complexType>
446
	<element name="AbstractGeneralOperationParameter" type="gml:AbstractGeneralOperationParameterType" abstract="true" substitutionGroup="gml:Definition">
447
		<annotation>
448
			<documentation>gml:GeneralOperationParameter is the abstract definition of a parameter or group of parameters used by an operation method.</documentation>
449
		</annotation>
450
	</element>
451
	<complexType name="AbstractGeneralOperationParameterType" abstract="true">
452
		<complexContent>
453
			<extension base="gml:IdentifiedObjectType">
454
				<sequence>
455
					<element ref="gml:minimumOccurs" minOccurs="0"/>
456
				</sequence>
457
			</extension>
458
		</complexContent>
459
	</complexType>
460
	<element name="minimumOccurs" type="nonNegativeInteger">
461
		<annotation>
462
			<documentation>gml:minimumOccurs is the minimum number of times that values for this parameter group or parameter are required. If this attribute is omitted, the minimum number shall be one.</documentation>
463
		</annotation>
464
	</element>
465
	<complexType name="AbstractGeneralOperationParameterPropertyType">
466
		<annotation>
467
			<documentation>gml:AbstractGeneralOperationParameterPropertyType is a property type for association roles to an operation parameter or group, either referencing or containing the definition of that parameter or group.</documentation>
468
		</annotation>
469
		<sequence minOccurs="0">
470
			<element ref="gml:AbstractGeneralOperationParameter"/>
471
		</sequence>
472
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
473
	</complexType>
474
	<element name="OperationParameter" type="gml:OperationParameterType" substitutionGroup="gml:AbstractGeneralOperationParameter">
475
		<annotation>
476
			<documentation>gml:OperationParameter is the definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. This complex type is expected to be used or extended for all operation methods, without defining operation-method-specialized element names.</documentation>
477
		</annotation>
478
	</element>
479
	<complexType name="OperationParameterType">
480
		<complexContent>
481
			<extension base="gml:AbstractGeneralOperationParameterType">
482
				<sequence/>
483
			</extension>
484
		</complexContent>
485
	</complexType>
486
	<complexType name="OperationParameterPropertyType">
487
		<annotation>
488
			<documentation>gml:OperationParameterPropertyType is a property type for association roles to an operation parameter, either referencing or containing the definition of that parameter.</documentation>
489
		</annotation>
490
		<sequence minOccurs="0">
491
			<element ref="gml:OperationParameter"/>
492
		</sequence>
493
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
494
	</complexType>
495
	<element name="OperationParameterGroup" type="gml:OperationParameterGroupType" substitutionGroup="gml:AbstractGeneralOperationParameter">
496
		<annotation>
497
			<documentation>gml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names.
498
The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.</documentation>
499
		</annotation>
500
	</element>
501
	<complexType name="OperationParameterGroupType">
502
		<complexContent>
503
			<extension base="gml:AbstractGeneralOperationParameterType">
504
				<sequence>
505
					<element ref="gml:maximumOccurs" minOccurs="0"/>
506
					<element ref="gml:parameter" minOccurs="2" maxOccurs="unbounded"/>
507
				</sequence>
508
			</extension>
509
		</complexContent>
510
	</complexType>
511
	<element name="maximumOccurs" type="positiveInteger">
512
		<annotation>
513
			<documentation>gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.</documentation>
514
		</annotation>
515
	</element>
516
	<complexType name="OperationParameterGroupPropertyType">
517
		<annotation>
518
			<documentation>gml:OperationParameterPropertyType is a property type for association roles to an operation parameter group, either referencing or containing the definition of that parameter group.</documentation>
519
		</annotation>
520
		<sequence minOccurs="0">
521
			<element ref="gml:OperationParameterGroup"/>
522
		</sequence>
523
		<attributeGroup ref="gml:AssociationAttributeGroup"/>
524
	</complexType>
525
</schema>
(3-3/30)