| namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="DiversionStateType"> <xs:annotation> <xs:documentation>Indicator used to define the diversion state of a flight.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AIRBORN_NOCTL"> <xs:annotation> <xs:documentation>Airborne - Not Controlled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AIRBORN_CTL"> <xs:annotation> <xs:documentation>Airborne - Controlled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GROUND_NOCTL"> <xs:annotation> <xs:documentation>Ground - Not Controlled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GROUND_CTL"> <xs:annotation> <xs:documentation>Ground - Controlled</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NO_DIVERSION"> <xs:annotation> <xs:documentation>No Diversion</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DIVERSION_CANCELLED"> <xs:annotation> <xs:documentation>Diversion Canceled</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |