complexType MovementAreaHoldInformationType
diagram Nas_diagrams/Nas_p303.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:actualEntryTime nas:actualExitTime nas:estimatedEntryTime nas:estimatedExitTime nas:holdingLocation nas:holdIntent
used by
elements NasArrivalType/movementAreaHoldInformation NasDepartureType/movementAreaHoldInformation
annotation
documentation
Information about a flight intending to hold or holding in the airport movement area due to unavailability of a parking stand or ramp access, and the times associated with the flight entering and exiting the hold in the airport movement area.
source <xs:complexType name="MovementAreaHoldInformationType">
 
<xs:annotation>
   
<xs:documentation>Information about a flight intending to hold or holding in the airport movement area due to unavailability of a parking stand or ramp access, and the times associated with the flight entering and exiting the hold in the airport movement area.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actualEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The actual time when a flight entered a hold in the airport movement area.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="actualExitTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The actual time when a flight exited a hold in the airport movement area.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="estimatedEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the time when the flight will enter a hold in the airport movement area.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="estimatedExitTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the time when the flight will exit a hold in the airport movement area.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="holdingLocation" type="nas:NasHoldingLocationInformationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The expected location where the flight will be holding.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="holdIntent" type="nas:HoldIntentType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MovementAreaHoldInformationType/actualEntryTime
diagram Nas_diagrams/Nas_p304.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The actual time when a flight entered a hold in the airport movement area.
source <xs:element name="actualEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual time when a flight entered a hold in the airport movement area.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MovementAreaHoldInformationType/actualExitTime
diagram Nas_diagrams/Nas_p305.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The actual time when a flight exited a hold in the airport movement area.
source <xs:element name="actualExitTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual time when a flight exited a hold in the airport movement area.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MovementAreaHoldInformationType/estimatedEntryTime
diagram Nas_diagrams/Nas_p306.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Indicates the time when the flight will enter a hold in the airport movement area.
source <xs:element name="estimatedEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the time when the flight will enter a hold in the airport movement area.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MovementAreaHoldInformationType/estimatedExitTime
diagram Nas_diagrams/Nas_p307.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Indicates the time when the flight will exit a hold in the airport movement area.
source <xs:element name="estimatedExitTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the time when the flight will exit a hold in the airport movement area.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MovementAreaHoldInformationType/holdingLocation
diagram Nas_diagrams/Nas_p308.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasHoldingLocationInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:holdingLocation nas:provenance
annotation
documentation
The expected location where the flight will be holding.
source <xs:element name="holdingLocation" type="nas:NasHoldingLocationInformationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The expected location where the flight will be holding.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MovementAreaHoldInformationType/holdIntent
diagram Nas_diagrams/Nas_p309.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:HoldIntentType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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 area due to unavailability of a parking stand or ramp access.
source <xs:element name="holdIntent" type="nas:HoldIntentType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access.</xs:documentation>
 
</xs:annotation>
</xs:element>


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