Documentation for ATIS-Draft-03-00-79

Complex Type: GeoLocationDelta

[Table of contents]

Super-types: None
Sub-types: None
Name GeoLocationDelta
Used by (from the same schema document) Complex Type GeoCoord
Abstract no
XML Instance Representation
<...>
<deltaHeight> Height </deltaHeight> [0..1]
<delta> [1]
Start Choice [1]
<deltaCoords> [1]
<deltaLatitude> Latitude </deltaLatitude> [1]
<deltaLongitude> Longitude </deltaLongitude> [1]
</deltaCoords>
<deltaDistance> [1]
<offsetEast> Distance </offsetEast> [1]
<offsetNorth> Distance </offsetNorth> [1]
</deltaDistance>
End Choice
</delta>
</...>
Diagram
h-366201364 h-288803855 h1464038090 h1439634298 h1439634298
Schema Component Representation
<xs:complexType name="GeoLocationDelta">
<xs:sequence>
<xs:element name="deltaHeight" type=" Height " minOccurs="0"/>
<xs:element name="delta">
<xs:complexType>
<xs:choice>
<xs:element name="deltaCoords">
<xs:complexType>
<xs:sequence>
<xs:element name="deltaLatitude" type=" Latitude "/>
<xs:element name="deltaLongitude" type=" Longitude "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deltaDistance">
<xs:complexType>
<xs:sequence>
<xs:element name="offsetEast" type=" Distance "/>
<xs:element name="offsetNorth" type=" Distance "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>