complexType "SpatialCoordinateType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet")
   
>
   
Content: 
</...>
Content Model Elements (1):
CoordinateValue
All Direct / Indirect Based Elements (2):
XCoordinate, YCoordinate
Known Usage Locations
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:complexType name="SpatialCoordinateType">
<xs:sequence>
<xs:element name="CoordinateValue" type="xs:string"/>
</xs:sequence>
<xs:attribute name="coordinateType" type="PointFormatType" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
coordinateType
Type:
Use:
required
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)
<xs:attribute name="coordinateType" type="PointFormatType" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
CoordinateValue
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)
<xs:element name="CoordinateValue" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set