simpleType FlightDelayReasonType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
element FlightDelayType/delayReason
facets
Kind Value Annotation
enumeration ALD
enumeration GDP
enumeration AFP
enumeration CTOP
enumeration DAS
enumeration GSD
enumeration TOD
annotation
documentation

            For a delayed flight, it provides the reason for the delay.
        
source <simpleType name="FlightDelayReasonType">
 
<annotation>
   
<documentation>
            For a delayed flight, it provides the reason for the delay.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="ALD"/>
   
<enumeration value="GDP"/>
   
<enumeration value="AFP"/>
   
<enumeration value="CTOP"/>
   
<enumeration value="DAS"/>
   
<enumeration value="GSD"/>
   
<enumeration value="TOD"/>
 
</restriction>
</simpleType>


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