Documentation for ATIS-Draft-03-00-79

Simple Type: GridLatitude

[Table of contents]

Super-types: xs:short < GridLatitude (by restriction)
Sub-types: None
Name GridLatitude
Used by (from the same schema document) Complex Type GridInfo
Content
  • Base XSD Type: short
  • -10987 <= value <= +10987
Diagram
Schema Component Representation
<xs:simpleType name="GridLatitude">
<xs:restriction base=" xs:short ">
<xs:minInclusive value="-10987"/>
<xs:maxInclusive value="+10987"/>
</xs:restriction>
</xs:simpleType>