simpleType PreferredRouteIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasAssignedRouteType/preferredIndicator
facets
Kind Value Annotation
enumeration PREFERRED
documentation
Indicates the route is the preferred route.
annotation
documentation
Indicates whether this assigned route is the preferred route.
source <xs:simpleType name="PreferredRouteIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether this assigned route is the preferred route.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PREFERRED">
     
<xs:annotation>
       
<xs:documentation>Indicates the route is the preferred route.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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