Documentation for ATIS-Draft-03-00-79

Complex Type: PublicGrid

[Table of contents]

Super-types: None
Sub-types: None
Name PublicGrid
Used by (from the same schema document) Complex Type LocationReference , Complex Type PointLocation
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<locationName> Text-name255 </locationName> [0..1]
Start Choice [1]
<usng> PublicGridUSNG </usng> [1]
<localReference> PublicGridLocalReference </localReference> [1]
<statePlane> PublicGridStatePlane </statePlane> [1]
End Choice
</...>
Diagram
h-1187766196 h-1266283925 h-1523142444 h-1175266561 h-568134375
Schema Component Representation
<xs:complexType name="PublicGrid">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:choice>
<xs:element name="usng" type=" PublicGridUSNG "/>
<xs:element name="localReference" type=" PublicGridLocalReference "/>
<xs:element name="statePlane" type=" PublicGridStatePlane "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>