simpleType RunwayUnassignedIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements NasArrivalType/runwayUnassignedDesignator NasDepartureType/runwayUnassignedDesignator
facets
Kind Value Annotation
enumeration RUNWAY_UNASSIGNED
documentation
Runway is not assigned.
annotation
documentation
Indicates that the runway associated with a flight is unassigned.
source <xs:simpleType name="RunwayUnassignedIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates that the runway associated with a flight is unassigned.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="RUNWAY_UNASSIGNED">
     
<xs:annotation>
       
<xs:documentation>Runway is not assigned.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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