namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="NasRouteTypeType"> <xs:annotation> <xs:documentation>Route type of the assigned reroute.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NONE"> <xs:annotation> <xs:documentation>blank entry (for EXPLICIT selection)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CDR_RTE"> <xs:annotation> <xs:documentation>Coded Departure Route (retrieved from the CDR db)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RERTE"> <xs:annotation> <xs:documentation>Reroute (manually updated reroute)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UNKN_RTE"> <xs:annotation> <xs:documentation>Unknown Route</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UPT_RTE"> <xs:annotation> <xs:documentation>User Preferred Trajectory Route (user submitted early intent route)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |