Documentation for ATIS-Draft-03-00-79

Simple Type: SP-NoDimCoord

[Table of contents]

Super-types: xs:int < SP-NoDimCoord (by restriction)
Sub-types: None
Name SP-NoDimCoord
Used by (from the same schema document) Complex Type SPNoDimPoint , Complex Type SPNoDimPoint
Content
  • Base XSD Type: int
  • -2147483648 <= value <= 2147483647
Diagram
Schema Component Representation
<xs:simpleType name="SP-NoDimCoord">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="-2147483648"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>