Documentation for ATIS-Draft-03-00-79

Complex Type: GeoLocation

[Table of contents]

Super-types: None
Sub-types: None
Name GeoLocation
Used by (from the same schema document) Complex Type Geometry , Complex Type Geometry , Complex Type GeoCoord , Complex Type CrossStreetsLink , Complex Type CrossStreetsLink , Complex Type CrossStreetsPoint , Complex Type GeoLocationLink , Complex Type GeoLocationLink , Complex Type NodeAttribute , Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
<latitude> Latitude </latitude> [1]
<longitude> Longitude </longitude> [1]
<horizontalDatum> HorizontalDatum </horizontalDatum> [0..1]
<height> Height </height> [0..1]
</...>
Diagram
h-288803855 h1464038090 h-1247450234 h-366201364
Schema Component Representation
<xs:complexType name="GeoLocation">
<xs:sequence>
<xs:element name="latitude" type=" Latitude "/>
<xs:element name="longitude" type=" Longitude "/>
<xs:element name="horizontalDatum" type=" HorizontalDatum " minOccurs="0"/>
<xs:element name="height" type=" Height " minOccurs="0"/>
</xs:sequence>
</xs:complexType>