simpleType DepartureDelayReasonType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute DepartureDelayType/@reason
facets
Kind Value Annotation
enumeration WEATHER
enumeration EQUIPMENT
enumeration RUNWAY_TAXIWAY
enumeration OTHER
enumeration VOLUME
annotation
documentation

            Represents the reason for flight departure delay.
        
source <simpleType name="DepartureDelayReasonType">
 
<annotation>
   
<documentation>
            Represents the reason for flight departure delay.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="WEATHER"/>
   
<enumeration value="EQUIPMENT"/>
   
<enumeration value="RUNWAY_TAXIWAY"/>
   
<enumeration value="OTHER"/>
   
<enumeration value="VOLUME"/>
 
</restriction>
</simpleType>


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