Documentation for ATIS-Draft-03-00-79

Simple Type: Urgency

[Table of contents]

Super-types: xs:unsignedByte < Urgency (by restriction)
Sub-types: None
Name Urgency
Content
  • Base XSD Type: unsignedByte
  • value <= 5
Documentation <Definition> The reporting person's or center's assessment of urgency, 0 as least urgent.</Definition>
Diagram
Schema Component Representation
<xs:simpleType name="Urgency">
<xs:restriction base=" xs:unsignedByte ">
<xs:maxInclusive value="5"/>
</xs:restriction>
</xs:simpleType>