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