simpleType SlotHoldStatusType
namespace http://www.faa.aero/nas/4.2
type restriction of string
properties
base xs:string
used by
attributes NasArrivalType/@holdStatus NasAirspaceConstraintType/@holdStatus
facets
Kind Value Annotation
enumeration HOLD
enumeration RELEASE
annotation
documentation

            If a flight is controlled  [e.g., has a  Controlled Time of Arrival (CTA), and Arrival
            Slot (ASLOT)] and then the flight is cancelled, the slot hold status indicates whether
            the slot associated with this flight is being held, or would be held, by the Airspace
            User for the next compression.
            
            The compression algorithm will not automatically fill slots that are held. If a flight
            is not controlled the slot hold has no effect, although users may set the slot hold
            in anticipation of a flight becoming controlled. A slot hold may only be set for
            flights that are cancelled. One of two entries: HOLD (if true), RELEASE (if false)
            ."
        
source <simpleType name="SlotHoldStatusType">
 
<annotation>
   
<documentation>
            If a flight is controlled  [e.g., has a  Controlled Time of Arrival (CTA), and Arrival
            Slot (ASLOT)] and then the flight is cancelled, the slot hold status indicates whether
            the slot associated with this flight is being held, or would be held, by the Airspace
            User for the next compression.
            
            The compression algorithm will not automatically fill slots that are held. If a flight
            is not controlled the slot hold has no effect, although users may set the slot hold
            in anticipation of a flight becoming controlled. A slot hold may only be set for
            flights that are cancelled. One of two entries: HOLD (if true), RELEASE (if false)
            ."
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="HOLD"/>
   
<enumeration value="RELEASE"/>
 
</restriction>
</simpleType>


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