Documentation for ATIS-Draft-03-00-79

Simple Type: GridPointPairCoordinateType-item

[Table of contents]

Super-types: None
Sub-types: None
Name GridPointPairCoordinateType-item
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: int
      • 0 <= value <= 3
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'32-bit-lat-long'|'point-with-14bit-delta'|'point'|'variable'}
Application Data 32-bit-lat-long (0) point-with-14bit-delta (1) point (2) variable (3)
Diagram
Schema Component Representation
<xs:simpleType name="GridPointPairCoordinateType-item">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="32-bit-lat-long"/>
<xs:enumeration value="point-with-14bit-delta"/>
<xs:enumeration value="point"/>
<xs:enumeration value="variable"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>