Documentation for ATIS-Draft-03-00-79

Complex Type: PolarCoordinates

[Table of contents]

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