SpatialCoordinate

Lists the value and format type for the coordinate value. Note that this is a single value (X coordinate or Y coordinate) rather than a coordinate pair.

Properties

Name Type Cardinality
coordinateValue xs:string 0..1
coordinateType PointFormat 1..1

coordinateValue

The value of the coordinate expressed as a string.

coordinateType

Identifies the type of point coordinate system using a controlled vocabulary. Point formats include decimal degree, degrees minutes seconds, decimal minutes, meters, and feet.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_SpatialCoordinate [ label = "{<id>SpatialCoordinate | + coordinateValue : xs:string \l + coordinateType : PointFormat \l \l \l| \l \l}" tooltip = "ComplexDataTypes:SpatialCoordinate" ] subgraph { label = "" node [ color = "#" ] } }