simpleType TfmsFlightClassType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightType/@tfmsFlightClass
facets
Kind Value Annotation
enumeration AIR_TAXI
documentation

                  taxi flights
              
enumeration LIFEGUARD
enumeration GA
documentation

                  General Aviation
              
enumeration CANADIAN_GA
enumeration MILITARY
documentation

                  Military flight
              
annotation
documentation

            Denotes the flight class of the aircraft which is determined by the aircraft call
            sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
        
source <simpleType name="TfmsFlightClassType">
 
<annotation>
   
<documentation>
            Denotes the flight class of the aircraft which is determined by the aircraft call
            sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AIR_TAXI">
     
<annotation>
       
<documentation>
                  taxi flights
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="LIFEGUARD"/>
   
<enumeration value="GA">
     
<annotation>
       
<documentation>
                  General Aviation
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="CANADIAN_GA"/>
   
<enumeration value="MILITARY">
     
<annotation>
       
<documentation>
                  Military flight
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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