| namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||
| type | restriction of xs:string | ||||||||
| properties | 
  | 
				||||||||
| used by | 
  | 
				||||||||
| facets | 
  | 
				||||||||
| annotation | 
  | 
				||||||||
| source | <xs:simpleType name="FlightDelayStatusType"> <xs:annotation> <xs:documentation>Provides the delay status for a flight.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="DELAYED"> <xs:annotation> <xs:documentation>The flight is delayed.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>  |