complexType NasRunwayDepartureTimeType
diagram Nas_diagrams/Nas_p211.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:actual nas:base nas:controlled nas:earliest nas:estimated nas:original nas:originalControlled nas:preferred nas:target nas:tbfmControlled
used by
element NasDepartureType/runwayDepartureTime
annotation
documentation
Container for NAS Specific Runway Departure Times.
source <xs:complexType name="NasRunwayDepartureTimeType">
 
<xs:annotation>
   
<xs:documentation>Container for NAS Specific Runway Departure Times.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actual" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>Contains information about actual runway time.
The actual runway departure time, as determined by a reported source.

These fields in the U.S. extension  are used in order to allow providing provenances source data.  Actual time that does not include provenance source data should be recorded in Core.Departure.actualTimeOfDeparture.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="base" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs and includes any time-out delay modeled by TFMS.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="controlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time at which a flight is required to take off from the runway as a result of a tactical slot allocation or a Traffic Management Initiative.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="earliest" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The earliest time a flight can takeoff (wheels-off) based on its "earliest off block time" and other factors, as determined by the reporting source.  </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="estimated" type="nas:NasRunwayDepartureEstimatedType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>The estimated time of runway departure as provided by a specified source.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="original" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs, or the flight is  time-out  delayed by TFMS.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="originalControlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The first controlled departure time (CTD/EDCT) issued for a flight for the control element which currently controls the flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="preferred" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A runway departure time which, when considered in aggregate with other flights for that Airspace User, indicates the preferred departure sequence.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="target" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Target Take Off Time (TTOT)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tbfmControlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> The time at which a flight is required to take off from the runway as scheduled by Time Based Flow Management.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasRunwayDepartureTimeType/actual
diagram Nas_diagrams/Nas_p212.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ReportedTimeType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children nas:provenance nas:time
annotation
documentation
Contains information about actual runway time.
The actual runway departure time, as determined by a reported source.

These fields in the U.S. extension  are used in order to allow providing provenances source data.  Actual time that does not include provenance source data should be recorded in Core.Departure.actualTimeOfDeparture.
source <xs:element name="actual" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Contains information about actual runway time.
The actual runway departure time, as determined by a reported source.

These fields in the U.S. extension  are used in order to allow providing provenances source data.  Actual time that does not include provenance source data should be recorded in Core.Departure.actualTimeOfDeparture.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/base
diagram Nas_diagrams/Nas_p213.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 last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs and includes any time-out delay modeled by TFMS.
source <xs:element name="base" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs and includes any time-out delay modeled by TFMS.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/controlled
diagram Nas_diagrams/Nas_p214.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 time at which a flight is required to take off from the runway as a result of a tactical slot allocation or a Traffic Management Initiative.
source <xs:element name="controlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time at which a flight is required to take off from the runway as a result of a tactical slot allocation or a Traffic Management Initiative.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/earliest
diagram Nas_diagrams/Nas_p215.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ReportedTimeType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:time
annotation
documentation
The earliest time a flight can takeoff (wheels-off) based on its "earliest off block time" and other factors, as determined by the reporting source. 
source <xs:element name="earliest" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The earliest time a flight can takeoff (wheels-off) based on its "earliest off block time" and other factors, as determined by the reporting source.  </xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/estimated
diagram Nas_diagrams/Nas_p216.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasRunwayDepartureEstimatedType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children nas:estimatedTime nas:estimatedType
annotation
documentation
The estimated time of runway departure as provided by a specified source.
source <xs:element name="estimated" type="nas:NasRunwayDepartureEstimatedType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>The estimated time of runway departure as provided by a specified source.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/original
diagram Nas_diagrams/Nas_p217.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 last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs, or the flight is  time-out  delayed by TFMS.
source <xs:element name="original" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs, or the flight is  time-out  delayed by TFMS.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/originalControlled
diagram Nas_diagrams/Nas_p218.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 first controlled departure time (CTD/EDCT) issued for a flight for the control element which currently controls the flight.
source <xs:element name="originalControlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The first controlled departure time (CTD/EDCT) issued for a flight for the control element which currently controls the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/preferred
diagram Nas_diagrams/Nas_p219.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
A runway departure time which, when considered in aggregate with other flights for that Airspace User, indicates the preferred departure sequence.
source <xs:element name="preferred" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A runway departure time which, when considered in aggregate with other flights for that Airspace User, indicates the preferred departure sequence.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/target
diagram Nas_diagrams/Nas_p220.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ReportedTimeType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:time
annotation
documentation
Target Take Off Time (TTOT)
source <xs:element name="target" type="nas:ReportedTimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Target Take Off Time (TTOT)</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasRunwayDepartureTimeType/tbfmControlled
diagram Nas_diagrams/Nas_p221.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 time at which a flight is required to take off from the runway as scheduled by Time Based Flow Management.
source <xs:element name="tbfmControlled" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> The time at which a flight is required to take off from the runway as scheduled by Time Based Flow Management.</xs:documentation>
 
</xs:annotation>
</xs:element>


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