Documentation for ATIS-Draft-03-00-79

Simple Type: GridLatLonPointDelta

[Table of contents]

Super-types: xs:unsignedByte < GridLatLonPointDelta (by restriction)
Sub-types: None
Name GridLatLonPointDelta
Used by (from the same schema document) Complex Type GridPointPair , Complex Type GridPointPair , Complex Type GridPointSequence , Complex Type GridPointSequence
Content
  • Base XSD Type: unsignedByte
  • 1 <= value <= 254
Diagram
Schema Component Representation
<xs:simpleType name="GridLatLonPointDelta">
<xs:restriction base=" xs:unsignedByte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="254"/>
</xs:restriction>
</xs:simpleType>