DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "SpatialCoordinateType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 1 attribute and 1 element
Used:
XML Representation Summary
<...
    coordinateType
 = 
("DecimalDegree" | "DegreesMinutesSeconds" | "DecimalMinutes" | "Meters" | "Feet")
    >
   
Content: 
CoordinateValue
</...>
Content Model Elements (1):
CoordinateValue (type xs:string)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Describes a coordinate (such as an X or Y coordinate)
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 (defined in 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 fee.
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 (defined in this component only; 1/1)
CoordinateValue
Type:
xs:string, predefined, simple content
The value of the coordinate
XML Source (w/o annotations (1); see within schema source)
<xs:element name="CoordinateValue" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set