Documentation for ATIS-Draft-03-00-79

Complex Type: ShapePoint

[Table of contents]

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