namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="TfmsFlightStatusType"> <xs:annotation> <xs:documentation>Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ACTIVE"> <xs:annotation> <xs:documentation>Active</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CANCELED"> <xs:annotation> <xs:documentation>Canceled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="COMPLETED"> <xs:annotation> <xs:documentation>Completed</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PLANNED"> <xs:annotation> <xs:documentation>Planned</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |