gml:coordinateOperationID
An identification of a coordinate operation.
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:IdentifierType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- gml:name Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.
- gml:csName The name by which this coordinate system is identified.
- gml:coordinateOperationName The name by which this coordinate operation is identified.
- gml:methodName The name by which this operation method is identified.
- gml:parameterName The name by which this operation parameter is identified.
- gml:groupName The name by which this operation parameter group is identified.
- gml:datumName The name by which this datum is identified.
- gml:meridianName The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.
- gml:ellipsoidName The name by which this ellipsoid is identified.
- gml:srsName The name by which this reference system is identified.
from subst. group gml:name - gml:version [0..1] Identifier of the version of the associated codeSpace or code, as specified by the codeSpace or code authority. This version is included only when the "code" or "codeSpace" uses versions. When appropriate, the version is identified by the effective date, coded using ISO 8601 date format.
- gml:remarks [0..1] Remarks about this code or alias.
- Choice [1..1]
Attributes
None
Used in
- Type gml:AbstractGeneralConversionType (Element gml:_GeneralConversion)
- Type gml:AbstractGeneralTransformationType (Element gml:_GeneralTransformation)
- Type gml:ConcatenatedOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:ConcatenatedOperation)
- Type gml:ConversionType via extension of gml:AbstractGeneralConversionType (Element gml:Conversion)
- Type gml:PassThroughOperationType via extension of gml:AbstractCoordinateOperationType (Element gml:PassThroughOperation)
- Type gml:TransformationType via extension of gml:AbstractGeneralTransformationType (Element gml:Transformation)
- Type gmx:ML_ConcatenatedOperation_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:ML_ConcatenatedOperation)
- Type gmx:ML_Conversion_Type via extension of gml:AbstractGeneralConversionType (Element gmx:ML_Conversion)
- Type gmx:ML_PassThroughOperation_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:ML_PassThroughOperation)
- Type gmx:ML_Transformation_Type via extension of gml:AbstractGeneralTransformationType (Element gmx:ML_Transformation)
- Type gmx:OperationAlt_Type via extension of gml:AbstractCoordinateOperationType (Element gmx:OperationAlt)
- Type gml:AbstractCoordinateOperationType (Elements gml:_CoordinateOperation, gml:_SingleOperation, gml:_Operation)
Sample instance
<gml:coordinateOperationID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:coordinateOperationID>