namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |