complexType "SpatialCoordinateType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet") |
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (2):
-
Annotation
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.
XML Source (w/o annotations (3); see within schema source)
<xs:sequence>
</xs:sequence>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 1/1)
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.
Attribute Value
enumeration of xs:NMTOKEN
|
Enumeration: |
"DecimalDegree" |
- |
Value is expressed as a decimal degree.
|
"DegreesMinutesSeconds" |
- |
Value is expressed as Degrees-minutes-seconds.
|
"DecimalMinutes" |
- |
Value is expressed as Decimal Minutes.
|
"Meters" |
- |
Value is expressed in meters.
|
"Feet" |
- |
Value is expressed in feet.
|
|
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 1/1)
-
Type: |
xs:string, predefined, simple content |
The value of the coordinate expressed as a string.
XML Source (w/o annotations (1); see within schema source)