namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="TfmsSpecialAircraftQualifierType"> <xs:annotation> <xs:documentation>Indicates the flight is a heavy jet, B757 or, if not present, a large jet and if the flight is either equipped or not with TCAS. This indicator is used for output purposes such as strip printing and message transfers to other facilities such as Automated Radar Terminal System (ARTS). </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="HEAVY_JET"> <xs:annotation> <xs:documentation>Capable of takeoff weights of 300,000 pounds or more</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TCAS"> <xs:annotation> <xs:documentation>Traffic collision avoidance system or traffic alert and collision avoidance system</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B757"> <xs:annotation> <xs:documentation>Controllers are required to apply the special wake turbulence separation criteria for the Boeing 757. </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B757_TCAS"> <xs:annotation> <xs:documentation>Boeing 757 with traffic collision avoidance system</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HEAVY_JET_AND_TCAS"> <xs:annotation> <xs:documentation>Capable of takeoff weights of 300,000 pounds or more and traffic collision avoidance system.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WAKE_TURBULENCE"> <xs:annotation> <xs:documentation>Wake turbulence qualifier</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OTHER"> <xs:annotation> <xs:documentation>Other aircraft qualifier</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |