simpleType DiversionStateType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightType/@diversionState
facets
Kind Value Annotation
enumeration AIRBORN_NOCTL
enumeration AIRBORN_CTL
enumeration GROUND_NOCTL
enumeration GROUND_CTL
enumeration NO_DIVERSION
enumeration DIVERSION_CANCELED
annotation
documentation

            Indicator used to define the diversion state of a flight.
        
source <simpleType name="DiversionStateType">
 
<annotation>
   
<documentation>
            Indicator used to define the diversion state of a flight.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AIRBORN_NOCTL"/>
   
<enumeration value="AIRBORN_CTL"/>
   
<enumeration value="GROUND_NOCTL"/>
   
<enumeration value="GROUND_CTL"/>
   
<enumeration value="NO_DIVERSION"/>
   
<enumeration value="DIVERSION_CANCELED"/>
 
</restriction>
</simpleType>


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