Documentation for ATIS-Draft-03-00-79

Complex Type: PublicGridUSNG

[Table of contents]

Super-types: None
Sub-types: None
Name PublicGridUSNG
Used by (from the same schema document) Complex Type PublicGrid
Abstract no
XML Instance Representation
<...>
<gridZone> PublicGridGridZone </gridZone> [1]
<gridSquare> PublicGridGridSquare </gridSquare> [1]
<gridStep> PublicGridGridStep </gridStep> [1]
Start Choice [1]
<easting16> PublicGridEasting16 </easting16> [1]
<easting32> PublicGridEasting32 </easting32> [1]
End Choice
Start Choice [1]
<northing16> PublicGridNorthing16 </northing16> [1]
<northing32> PublicGridNorthing32 </northing32> [1]
End Choice
<horDatum> HorizontalDatum </horDatum> [0..1]
</...>
Diagram
h2109452230 h-239319369 h2109248230 h1482430070 h1482430128 h-73317802 h-73317744 h-1247450234
Schema Component Representation
<xs:complexType name="PublicGridUSNG">
<xs:sequence>
<xs:element name="gridZone" type=" PublicGridGridZone "/>
<xs:element name="gridSquare" type=" PublicGridGridSquare "/>
<xs:element name="gridStep" type=" PublicGridGridStep "/>
<xs:choice>
<xs:element name="easting16" type=" PublicGridEasting16 "/>
<xs:element name="easting32" type=" PublicGridEasting32 "/>
</xs:choice>
<xs:choice>
<xs:element name="northing16" type=" PublicGridNorthing16 "/>
<xs:element name="northing32" type=" PublicGridNorthing32 "/>
</xs:choice>
<xs:element name="horDatum" type=" HorizontalDatum " minOccurs="0"/>
</xs:sequence>
</xs:complexType>