namespace | http://www.faa.aero/nas/4.2 | ||||||||||||
type | restriction of string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <simpleType name="RunwayClassificationTypeType"> <annotation> <documentation> Indicates the level of certainty of the runway to be used by the flight. Well prior to the use of the runway, the name of the runway is just a prediction. However, as the flight’s window to use the runway gets shorter, the runway would be assigned to the flight. Once landed, the actual runway used by the flight would be reported. </documentation> </annotation> <restriction base="xs:string"> <enumeration value="ASSIGNED"/> <enumeration value="PREDICTED"/> <enumeration value="ACTUAL"/> </restriction> </simpleType> |