Documentation for ATIS-Draft-03-00-79

Complex Type: LocationPoint

[Table of contents]

Super-types: None
Sub-types: None
Name LocationPoint
Used by (from the same schema document) Complex Type WeatherInformation
Abstract no
XML Instance Representation
<...>
<lat> lrms:Latitude </lat> [1]
<long> lrms:Longitude </long> [1]
<vertical> Elevation </vertical> [0..1]
<radius> lrms:Distance </radius> [0..1]
</...>
Diagram
h-288803855 h1464038090 h1322293112 h1439634298
Schema Component Representation
<xs:complexType name="LocationPoint">
<xs:sequence>
<xs:element name="lat" type=" lrms:Latitude "/>
<xs:element name="long" type=" lrms:Longitude "/>
<xs:element name="vertical" type=" Elevation " minOccurs="0"/>
<xs:element name="radius" type=" lrms:Distance " minOccurs="0"/>
</xs:sequence>
</xs:complexType>