namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="StarsFlightStatusType"> <xs:annotation> <xs:documentation>STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ARRIVAL"> <xs:annotation> <xs:documentation>Arrival</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DEPARTURE"> <xs:annotation> <xs:documentation>Departure</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ENROUTE"> <xs:annotation> <xs:documentation>En Route</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |