simpleType DiversionStateType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasDiversionType/state
facets
Kind Value Annotation
enumeration AIRBORN_NOCTL
documentation
Airborne - Not Controlled
enumeration AIRBORN_CTL
documentation
Airborne - Controlled
enumeration GROUND_NOCTL
documentation
Ground - Not Controlled
enumeration GROUND_CTL
documentation
Ground - Controlled
enumeration NO_DIVERSION
documentation
No Diversion
enumeration DIVERSION_CANCELLED
documentation
Diversion Canceled
annotation
documentation
Indicator used to define the diversion state of a flight.
source <xs:simpleType name="DiversionStateType">
 
<xs:annotation>
   
<xs:documentation>Indicator used to define the diversion state of a flight.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AIRBORN_NOCTL">
     
<xs:annotation>
       
<xs:documentation>Airborne - Not Controlled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AIRBORN_CTL">
     
<xs:annotation>
       
<xs:documentation>Airborne - Controlled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GROUND_NOCTL">
     
<xs:annotation>
       
<xs:documentation>Ground - Not Controlled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GROUND_CTL">
     
<xs:annotation>
       
<xs:documentation>Ground - Controlled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NO_DIVERSION">
     
<xs:annotation>
       
<xs:documentation>No Diversion</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DIVERSION_CANCELLED">
     
<xs:annotation>
       
<xs:documentation>Diversion Canceled</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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