simpleType FlightDelayStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element FlightDelayType/delayStatus
facets
Kind Value Annotation
enumeration DELAYED
documentation
The flight is delayed.
annotation
documentation
Provides the delay status for a flight.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy