Documentation for ATIS-Draft-03-00-79

Complex Type: GridPoint

[Table of contents]

Super-types: None
Sub-types: None
Name GridPoint
Used by (from the same schema document) Complex Type Grid , Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
<pointCoordinateType> GridPointCoordinateType </pointCoordinateType> [0..1]
<side> Side </side> [0..1]
<gridPointInfo> [1]
Start Sequence [1..1000]
<longitude> GridPointLongitude </longitude> [0..1]
<latitude> GridPointLatitude </latitude> [0..1]
<gridId> Int-index8 </gridId> [0..1]
<latitudeDelta> GridPointLatLonDelta </latitudeDelta> [1]
<longitudeDelta> GridPointLatLonDelta </longitudeDelta> [1]
<altitudeDelta> GridPointAltitudeDelta </altitudeDelta> [0..1]
<offsetStart> GridPointOffsetDistance </offsetStart> [0..1]
<offsetEnd> GridPointOffsetDistance </offsetEnd> [0..1]
End Sequence
</gridPointInfo>
<localGridPoint> local:GridPoint </localGridPoint> [0..1]
</...>
Diagram
h-295044297 h518385500 h-847519702 h52271761 h-1832156279 h-1219389017 h-1219389017 h1102051121 h1618546701 h1618546701 h-1701814523
Schema Component Representation
<xs:complexType name="GridPoint">
<xs:sequence>
<xs:element name="pointCoordinateType" type=" GridPointCoordinateType " minOccurs="0"/>
<xs:element name="side" type=" Side " minOccurs="0"/>
<xs:element name="gridPointInfo">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:sequence>
<xs:element name="longitude" type=" GridPointLongitude " minOccurs="0"/>
<xs:element name="latitude" type=" GridPointLatitude " minOccurs="0"/>
<xs:element name="gridId" type=" Int-index8 " minOccurs="0"/>
<xs:element name="latitudeDelta" type=" GridPointLatLonDelta "/>
<xs:element name="longitudeDelta" type=" GridPointLatLonDelta "/>
<xs:element name="altitudeDelta" type=" GridPointAltitudeDelta " minOccurs="0"/>
<xs:element name="offsetStart" type=" GridPointOffsetDistance " minOccurs="0"/>
<xs:element name="offsetEnd" type=" GridPointOffsetDistance " minOccurs="0"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localGridPoint" type=" local:GridPoint " minOccurs="0"/>
</xs:sequence>
</xs:complexType>