Documentation for ATIS-Draft-03-00-79

Complex Type: GeoCoord

[Table of contents]

Super-types: None
Sub-types: None
Name GeoCoord
Used by (from the same schema document) Complex Type LocationReference
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<locationName> Text-name255 </locationName> [0..1]
Start Choice [1]
<geoLocationPoint> GeoLocation </geoLocationPoint> [1]
<geoLocationLink> GeoLocationLink </geoLocationLink> [1]
<polarCoordinates> PolarCoordinates </polarCoordinates> [1]
<geoLocationDelta> GeoLocationDelta </geoLocationDelta> [1]
End Choice
</...>
Diagram
h-1187766196 h-542031743 h743390235 h83321442 h1562751927 h-568134375
Schema Component Representation
<xs:complexType name="GeoCoord">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:choice>
<xs:element name="geoLocationPoint" type=" GeoLocation "/>
<xs:element name="geoLocationLink" type=" GeoLocationLink "/>
<xs:element name="polarCoordinates" type=" PolarCoordinates "/>
<xs:element name="geoLocationDelta" type=" GeoLocationDelta "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>