namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="DepartureDelayReasonType"> <xs:annotation> <xs:documentation>Represents the reason for flight departure delay.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="WEATHER"> <xs:annotation> <xs:documentation>Weather</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="EQUIPMENT"> <xs:annotation> <xs:documentation>Equipment</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RUNWAY_TAXIWAY"> <xs:annotation> <xs:documentation>Runway/Taxiway</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OTHER"> <xs:annotation> <xs:documentation>Other</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VOLUME"> <xs:annotation> <xs:documentation>Volume</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |