| namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties | 
 | |||||||||||||||||||||||
| used by | 
 | |||||||||||||||||||||||
| facets | 
 | |||||||||||||||||||||||
| annotation | 
 | |||||||||||||||||||||||
| source | <xs:simpleType name="NasFlightCodingType"> <xs:annotation> <xs:documentation>Current flight coding information.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="HIGH_PRIORITY"> <xs:annotation> <xs:documentation>High Priority</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NO_ROUTE_AVAILABLE"> <xs:annotation> <xs:documentation>No Route Available</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NOT_READ"> <xs:annotation> <xs:documentation>Not Read</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TERMINAL_EN_ROUTE_CONTROL"> <xs:annotation> <xs:documentation>Terminal En Route Control</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |