namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="TypeOfFlightType"> <xs:annotation> <xs:documentation>Indication of the rule under which an air traffic controller provides categorical handling of a flight. [FIXM]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Military [ICAO Doc 4444, Item 8]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="G"> <xs:annotation> <xs:documentation>General aviation [ICAO Doc 4444, Item 8]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Non-scheduled air transport operation [ICAO Doc 4444, Item 8]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Scheduled air service [ICAO Doc 4444, Item 8]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>Other than any of the defined categories above. [ICAO Doc 4444, Item 8]</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |