complexType PredictedUnitType
diagram Nas_diagrams/Nas_p535.png
namespace http://www.fixm.aero/ext/nas/4.4
children nas:estimatedElapsedEntryTime nas:unit
used by
element RouteImpactListType/predictedUnit
annotation
documentation
Contains information about flight traversal of predicted units, where these predictions are based on all the information available to the Traffic Flow Management System (TFMS).
source <xs:complexType name="PredictedUnitType">
 
<xs:annotation>
   
<xs:documentation>Contains information about flight traversal of predicted units, where these predictions are based on all the information available to the Traffic Flow Management System (TFMS).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="estimatedElapsedEntryTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The estimated time to arrive at the Unit (Center/ARTCC) entry point relative to departure time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="unit" type="fb:AtcUnitNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Current prediction of the en route Air Traffic Control units (centres) along the trajectory of a flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PredictedUnitType/estimatedElapsedEntryTime
diagram Nas_diagrams/Nas_p536.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+S)?)?
annotation
documentation
The estimated time to arrive at the Unit (Center/ARTCC) entry point relative to departure time.
source <xs:element name="estimatedElapsedEntryTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated time to arrive at the Unit (Center/ARTCC) entry point relative to departure time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PredictedUnitType/unit
diagram Nas_diagrams/Nas_p537.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:AtcUnitNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Za-z0-9]{1,}
annotation
documentation
Current prediction of the en route Air Traffic Control units (centres) along the trajectory of a flight.
source <xs:element name="unit" type="fb:AtcUnitNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Current prediction of the en route Air Traffic Control units (centres) along the trajectory of a flight.</xs:documentation>
 
</xs:annotation>
</xs:element>


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