simpleType DepartureDelayReasonType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element DepartureDelayType/reason
facets
Kind Value Annotation
enumeration WEATHER
documentation
Weather
enumeration EQUIPMENT
documentation
Equipment
enumeration RUNWAY_TAXIWAY
documentation
Runway/Taxiway
enumeration OTHER
documentation
Other
enumeration VOLUME
documentation
Volume
annotation
documentation
Represents the reason for flight departure delay.
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>


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