simpleType OtherRouteDesignatorType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element RouteDesignatorToNextElementChoiceType/otherRouteDesignator
facets
Kind Value Annotation
enumeration DIRECT
documentation
When the element is direct, "Direct" must be specified. [FF-ICE]
enumeration UNSPECIFIED
documentation
If the element is a delay segment, the route to next element should be labeled as "Unspecified". [FF-ICE]
enumeration LAST_POINT
documentation
When the element is the last point of the flight, "Last Point" must be specified. [FF-ICE]
annotation
documentation
Indication that RouteToNextElement may be: DIRECT, LAST_POINT, UNSPECIFIED.
source <xs:simpleType name="OtherRouteDesignatorType">
 
<xs:annotation>
   
<xs:documentation>Indication that RouteToNextElement may be: DIRECT, LAST_POINT, UNSPECIFIED.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DIRECT">
     
<xs:annotation>
       
<xs:documentation>When the element is direct, "Direct" must be specified. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="UNSPECIFIED">
     
<xs:annotation>
       
<xs:documentation>If the element is a delay segment, the route to next element should be labeled as "Unspecified". [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LAST_POINT">
     
<xs:annotation>
       
<xs:documentation>When the element is the last point of the flight, "Last Point" must be specified. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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