Documentation for ATIS-Draft-03-00-79

Simple Type: Elevation

[Table of contents]

Super-types: xs:unsignedByte < Elevation (by restriction)
Sub-types: None
Name Elevation
Used by (from the same schema document) Complex Type LocationPoint , Complex Type ShapePoint , Complex Type SpaceVector
Content
  • Base XSD Type: unsignedByte
  • value <= 100
Documentation edit to proper ranges
Diagram
Schema Component Representation
<xs:simpleType name="Elevation">
<xs:restriction base=" xs:unsignedByte ">
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>