Documentation for ATIS-Draft-03-00-79

Simple Type: GridPointCoordinateType

[Table of contents]

Super-types: None
Sub-types: None
Name GridPointCoordinateType
Used by (from the same schema document) Complex Type GridPoint
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 1
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'32-bit-lat-long'|'point-with-delta'}
Application Data 32-bit-lat-long (0) point-with-delta (1)
Diagram
Schema Component Representation
<xs:simpleType name="GridPointCoordinateType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="32-bit-lat-long"/>
<xs:enumeration value="point-with-delta"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>