Documentation for ATIS-Draft-03-00-79

Complex Type: Grid

[Table of contents]

Super-types: None
Sub-types: None
Name Grid
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]
<gridArray> GridArray </gridArray> [1]
<gridPoint> GridPoint </gridPoint> [1]
<gridPointPair> GridPointPair </gridPointPair> [1]
<gridPointSequence> GridPointSequence </gridPointSequence> [1]
<localGridProfile> local:GridProfile </localGridProfile> [0..1]
</...>
Diagram
h-1187766196 h-1715569714 h-1701814523 h229976959 h-1453169178 h1029966302 h-568134375
Schema Component Representation
<xs:complexType name="Grid">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:element name="gridArray" type=" GridArray "/>
<-- sets of grids -->
<xs:element name="gridPoint" type=" GridPoint "/>
<-- sets of points -->
<xs:element name="gridPointPair" type=" GridPointPair "/>
<-- sets of set of points -->
<xs:element name="gridPointSequence" type=" GridPointSequence "/>
<-- set of points forming a line -->
<xs:element name="localGridProfile" type=" local:GridProfile " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>