simpleType TfmsUserCategoryType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasFlightType/userCategory
facets
Kind Value Annotation
enumeration AIR_TAXI
documentation
Air Taxi
enumeration CARGO
documentation
Cargo
enumeration COMMERCIAL
documentation
Commercial
enumeration GENERAL_AVIATION
documentation
General Aviation
enumeration MILITARY
documentation
Military
enumeration OTHER
documentation
Other
enumeration UNKNOWN
documentation
Unknown
annotation
documentation
Indicates the category of user operating the flight.
source <xs:simpleType name="TfmsUserCategoryType">
 
<xs:annotation>
   
<xs:documentation>Indicates the category of user operating the flight.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AIR_TAXI">
     
<xs:annotation>
       
<xs:documentation>Air Taxi</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CARGO">
     
<xs:annotation>
       
<xs:documentation>Cargo</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="COMMERCIAL">
     
<xs:annotation>
       
<xs:documentation>Commercial</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GENERAL_AVIATION">
     
<xs:annotation>
       
<xs:documentation>General Aviation</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MILITARY">
     
<xs:annotation>
       
<xs:documentation>Military</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="OTHER">
     
<xs:annotation>
       
<xs:documentation>Other</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="UNKNOWN">
     
<xs:annotation>
       
<xs:documentation>Unknown</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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