simpleType HoldIntentType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements MovementAreaHoldInformationType/holdIntent NasArrivalType/nonMovementAreaHoldIntent NasDepartureType/nonMovementAreaHoldIntent
facets
Kind Value Annotation
enumeration HOLD
documentation
Indicates the intent is to hold.
enumeration NO_HOLD
documentation
Indicates the intent is not to hold.
annotation
documentation
Indicates the intent for a flight to hold in the airport movement or non-movement area due to unavailability of a parking stand or ramp access.
source <xs:simpleType name="HoldIntentType">
 
<xs:annotation>
   
<xs:documentation>Indicates the intent for a flight to hold in the airport movement or non-movement area due to unavailability of a parking stand or ramp access.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="HOLD">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent is to hold.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NO_HOLD">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent is not to hold.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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