simpleType TfmsUserCategoryType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attribute NasFlightType/@userCategory
facets
Kind Value Annotation
enumeration AIR_TAXI
enumeration CARGO
enumeration GA
enumeration MILITARY
enumeration OTHER
enumeration UNKNOWN
enumeration COMMERCIAL
annotation
documentation

            Indicates the category of user operating the flight
        
source <simpleType name="TfmsUserCategoryType">
 
<annotation>
   
<documentation>
            Indicates the category of user operating the flight
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AIR_TAXI"/>
   
<enumeration value="CARGO"/>
   
<enumeration value="GA"/>
   
<enumeration value="MILITARY"/>
   
<enumeration value="OTHER"/>
   
<enumeration value="UNKNOWN"/>
   
<enumeration value="COMMERCIAL"/>
 
</restriction>
</simpleType>


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