simpleType RerouteInclusionIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasAssignedRouteType/inclusionIndicator
facets
Kind Value Annotation
enumeration INCLUDED
documentation
Indicates that the flight is included or proposed to be included in the traffic management reroute initiative.
enumeration NOT_INCLUDED
documentation
Indicates that the flight is not included or not proposed to be included in the traffic management reroute initiative.
annotation
documentation
Indicates whether the flight is included in or excluded from the traffic management reroute initiative.
source <xs:simpleType name="RerouteInclusionIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the flight is included in or excluded from the traffic management reroute initiative.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="INCLUDED">
     
<xs:annotation>
       
<xs:documentation>Indicates that the flight is included or proposed to be included in the traffic management reroute initiative.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_INCLUDED">
     
<xs:annotation>
       
<xs:documentation>Indicates that the flight is not included or not proposed to be included in the traffic management reroute initiative.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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