gmx:ML_ConcatenatedOperation
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/crsItem.xsd
Type: gmx:ML_ConcatenatedOperation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:coordinateOperationName [1..1] The name by which this coordinate operation is identified.
- gml:coordinateOperationID [0..*] Set of alternative identifications of this coordinate operation. The first coordinateOperationID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this coordinate operation, including source information.
- gml:operationVersion [0..1] 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.
- gml:validArea [0..1] Area or region in which this CRS object is valid.
- gml:scope [0..1] Description of domain of usage, or limitations of usage, for which this CRS object is valid.
- gml:_positionalAccuracyAbstract [0..*] Unordered set of estimates of the impact of this coordinate operation on point position accuracy. Gives position error estimates for target coordinates of this coordinate operation, assuming no errors in source coordinates.
- gml:sourceCRS [0..1] Association to the source CRS (coordinate reference system) of this coordinate operation.
- gml:targetCRS [0..1] Association to the target CRS (coordinate reference system) of this coordinate operation. For constraints on multiplicity of "sourceCRS" and "targetCRS", see UML model of Coordinate Operation package in OGC Abstract Specification topic 2.
- gml:usesSingleOperation [2..*] Ordered sequence of associations to the two or more single operations used by this concatenated operation.
- gmx:alternativeExpression [1..*]
from type gml:AbstractCoordinateOperationBaseTypefrom type gml:AbstractCoordinateOperationTypefrom subst. group gml:_positionalAccuracyfrom type gml:ConcatenatedOperationType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractCoordinateOperationBaseType |
Used in
- Group gml:Value
- Type gmx:ML_ConcatenatedOperation_PropertyType
- Type gml:ConcatenatedOperationRefType (Element gml:concatenatedOperationRef)
- Type gml:CoordinateOperationRefType (Element gml:coordinateOperationRef)
- Type gmx:CT_Operation_PropertyType (Element gmx:operation)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:Definition
- can be substituted with gml:_CoordinateOperation
- can be substituted with gml:ConcatenatedOperation
- can be substituted with gmx:ML_ConcatenatedOperation
- can be substituted with gml:ConcatenatedOperation
- can be substituted with gml:_CoordinateOperation
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_ConcatenatedOperation gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:coordinateOperationName>string</gml:coordinateOperationName> <gml:coordinateOperationID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:coordinateOperationID> <gml:remarks>string</gml:remarks> <gml:operationVersion>string</gml:operationVersion> <gml:validArea> <gml:description>string</gml:description> <gml:boundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:boundingBox> <gml:verticalExtent> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:verticalExtent> <gml:temporalExtent> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:beginPosition>12:00:00</gml:beginPosition> <gml:endPosition>12:00:00</gml:endPosition> <gml:duration>P1Y2M3DT10H</gml:duration> </gml:temporalExtent> </gml:validArea> <gml:scope>string</gml:scope> <gml:_positionalAccuracy> <gml:measureDescription>string</gml:measureDescription> </gml:_positionalAccuracy> <gml:sourceCRS> <gml:GeographicCRS gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID>... </gml:srsID> <gml:remarks>string</gml:remarks> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:usesEllipsoidalCS>... </gml:usesEllipsoidalCS> <gml:usesGeodeticDatum>... </gml:usesGeodeticDatum> </gml:GeographicCRS> </gml:sourceCRS> <gml:targetCRS> <gml:GeographicCRS gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID>... </gml:srsID> <gml:remarks>string</gml:remarks> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:usesEllipsoidalCS>... </gml:usesEllipsoidalCS> <gml:usesGeodeticDatum>... </gml:usesGeodeticDatum> </gml:GeographicCRS> </gml:targetCRS> <gml:usesSingleOperation> <gml:PassThroughOperation gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:coordinateOperationName>string</gml:coordinateOperationName> <gml:coordinateOperationID>... </gml:coordinateOperationID> <gml:remarks>string</gml:remarks> <gml:operationVersion>string</gml:operationVersion> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:_positionalAccuracy>... </gml:_positionalAccuracy> <gml:sourceCRS>... </gml:sourceCRS> <gml:targetCRS>... </gml:targetCRS> <gml:modifiedCoordinate>1</gml:modifiedCoordinate> <gml:usesOperation>... </gml:usesOperation> </gml:PassThroughOperation> </gml:usesSingleOperation> <gmx:alternativeExpression> <gmx:OperationAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:coordinateOperationName>string</gml:coordinateOperationName> <gml:coordinateOperationID>... </gml:coordinateOperationID> <gml:remarks>string</gml:remarks> <gml:operationVersion>string</gml:operationVersion> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:_positionalAccuracy>... </gml:_positionalAccuracy> <gml:sourceCRS>... </gml:sourceCRS> <gml:targetCRS>... </gml:targetCRS> <gmx:locale>... </gmx:locale> </gmx:OperationAlt> </gmx:alternativeExpression> </gmx:ML_ConcatenatedOperation>