Documentation for ATIS-Draft-03-00-79

Complex Type: PointOffset

[Table of contents]

Super-types: None
Sub-types: None
Name PointOffset
Used by (from the same schema document) Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
<point> PointLocation </point> [1]
<offsetEast> Distance </offsetEast> [1]
<offsetNorth> Distance </offsetNorth> [1]
<height> Height </height> [0..1]
</...>
Diagram
h-1282069248 h1439634298 h1439634298 h-366201364
Schema Component Representation
<xs:complexType name="PointOffset">
<xs:sequence>
<xs:element name="point" type=" PointLocation "/>
<xs:element name="offsetEast" type=" Distance "/>
<xs:element name="offsetNorth" type=" Distance "/>
<xs:element name="height" type=" Height " minOccurs="0"/>
</xs:sequence>
</xs:complexType>