Documentation for ATIS-Draft-03-00-79

Complex Type: GridInfo

[Table of contents]

Super-types: None
Sub-types: None
Name GridInfo
Abstract no
XML Instance Representation
<...>
<id> Int-index8 </id> [1]
<latitude> GridLatitude </latitude> [1]
<longitude> GridLongitude </longitude> [1]
<zoom> GridZoom </zoom> [1]
<altitude> GridAltitude </altitude> [0..1]
</...>
Diagram
h-1832156279 h1426469591 h-1197059932 h1469421502 h608030989
Schema Component Representation
<xs:complexType name="GridInfo">
<xs:sequence>
<xs:element name="id" type=" Int-index8 "/>
<xs:element name="latitude" type=" GridLatitude "/>
<xs:element name="longitude" type=" GridLongitude "/>
<xs:element name="zoom" type=" GridZoom "/>
<xs:element name="altitude" type=" GridAltitude " minOccurs="0"/>
</xs:sequence>
</xs:complexType>