namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:simpleType name="TfmsEstimatedArrivalTypeType"> <xs:annotation> <xs:documentation>The type for the estimated runway arrival time determined by Traffic Flow Management System (TFMS).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ACTUAL"> <xs:annotation> <xs:documentation>Actual time at arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ESTIMATED"> <xs:annotation> <xs:documentation>Estimated time at the arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PROPOSED"> <xs:annotation> <xs:documentation>Proposed time at the arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SCHEDULED"> <xs:annotation> <xs:documentation>Scheduled time at the arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AIRLINE"> <xs:annotation> <xs:documentation>Airline time at the arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CONTROLLED"> <xs:annotation> <xs:documentation>Controlled time at the arrival runway.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |