simpleType NasFlightCodingType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRouteApprovalStatusType/flightCoding
facets
Kind Value Annotation
enumeration HIGH_PRIORITY
documentation
High Priority
enumeration NO_ROUTE_AVAILABLE
documentation
No Route Available
enumeration NOT_READ
documentation
Not Read
enumeration TERMINAL_EN_ROUTE_CONTROL
documentation
Terminal En Route Control
annotation
documentation
Current flight coding information.
source <xs:simpleType name="NasFlightCodingType">
 
<xs:annotation>
   
<xs:documentation>Current flight coding information.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="HIGH_PRIORITY">
     
<xs:annotation>
       
<xs:documentation>High Priority</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NO_ROUTE_AVAILABLE">
     
<xs:annotation>
       
<xs:documentation>No Route Available</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_READ">
     
<xs:annotation>
       
<xs:documentation>Not Read</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TERMINAL_EN_ROUTE_CONTROL">
     
<xs:annotation>
       
<xs:documentation>Terminal En Route Control</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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