simpleType DepartureReadinessIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasDepartureType/departureReadinessIndicator
facets
Kind Value Annotation
enumeration DEPARTURE_READY
documentation
Ready for departure.
annotation
documentation
Indicates that the flight is ready for departure.
source <xs:simpleType name="DepartureReadinessIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates that the flight is ready for departure.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DEPARTURE_READY">
     
<xs:annotation>
       
<xs:documentation>Ready for departure.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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