simpleType SlotHoldStatusType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element FlowProgramInformationType/slotHoldStatus
facets
Kind Value Annotation
enumeration HOLD
documentation
Hold
enumeration RELEASE
documentation
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 <xs:simpleType name="SlotHoldStatusType">
 
<xs:annotation>
   
<xs: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) ."
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="HOLD">
     
<xs:annotation>
       
<xs:documentation>Hold</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="RELEASE">
     
<xs:annotation>
       
<xs:documentation>Release</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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