Documentation for ATIS-Draft-03-00-79

Simple Type: Speed

[Table of contents]

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