complexType FficeFPU_FlightRouteInformationType
diagram FficeTemplates_diagrams/FficeTemplates_p1135.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:FlightRouteInformationType
properties
base fx:FlightRouteInformationType
children fx:airfileRouteStartTime fx:cruisingLevel fx:cruisingSpeed fx:estimatedElapsedTime fx:extension fx:flightRulesCategory fx:totalEstimatedElapsedTime
used by
element FficeFPU_RouteTrajectoryGroupType/routeInformation
annotation
documentation
Contains basic information about the Flight Route that pertains to the whole flight.
source <xs:complexType name="FficeFPU_FlightRouteInformationType">
 
<xs:annotation>
   
<xs:documentation>Contains basic information about the Flight Route that pertains to the whole flight.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:FlightRouteInformationType">
     
<xs:sequence>
       
<xs:element name="airfileRouteStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The actual or estimated time of departure from the first point on the route for a flight filed in the air. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="cruisingLevel" type="fb:FlightLevelOrAltitudeChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The filed altitude (flight level) for the first or the whole cruising portion of the flight.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="cruisingSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The true airspeed for the first or the whole cruising portion of the flight.  This can be for a filed flight or an active flight.  This element is strategic in nature. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="estimatedElapsedTime" type="fx:FficeFPU_EstimatedElapsedTimeType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>The estimated amount of time from takeoff to reach a significant point or Flight Information Region (FIR) boundary along the route of flight. Elements are ordered according to increasing duration from start. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="extension" type="fb:FlightRouteInformationExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightRulesCategory" type="fx:FlightRulesCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="totalEstimatedElapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>For IFR flights, the estimated time required from take-off to arrive over that designated point, defined by reference to navigation aids, from which it is intended that an instrument approach procedure will be commenced, or, if no navigation aid is associated with the destination aerodrome, to arrive over the destination aerodrome. For VFR flights, the estimated time required from take-off to arrive over the destination aerodrome. [ICAO Doc 4444]
For a flight plan received from an aircraft in flight, the total estimated elapsed time is the estimated time from the first point of the route to which the flight plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix 2, ITEM 16]
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFPU_FlightRouteInformationType/airfileRouteStartTime
diagram FficeTemplates_diagrams/FficeTemplates_p1136.png
namespace http://www.fixm.aero/flight/4.2
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 or estimated time of departure from the first point on the route for a flight filed in the air.
source <xs:element name="airfileRouteStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual or estimated time of departure from the first point on the route for a flight filed in the air. </xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/cruisingLevel
diagram FficeTemplates_diagrams/FficeTemplates_p1137.png
namespace http://www.fixm.aero/flight/4.2
type fb:FlightLevelOrAltitudeChoiceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:altitude fb:flightLevel
annotation
documentation
The filed altitude (flight level) for the first or the whole cruising portion of the flight.
source <xs:element name="cruisingLevel" type="fb:FlightLevelOrAltitudeChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The filed altitude (flight level) for the first or the whole cruising portion of the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/cruisingSpeed
diagram FficeTemplates_diagrams/FficeTemplates_p1138.png
namespace http://www.fixm.aero/flight/4.2
type fb:TrueAirspeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
The true airspeed for the first or the whole cruising portion of the flight.  This can be for a filed flight or an active flight.  This element is strategic in nature.
source <xs:element name="cruisingSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The true airspeed for the first or the whole cruising portion of the flight.  This can be for a filed flight or an active flight.  This element is strategic in nature. </xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/estimatedElapsedTime
diagram FficeTemplates_diagrams/FficeTemplates_p1139.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFPU_EstimatedElapsedTimeType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:elapsedTime fx:extension fx:location
attributes
Name  Type  Use  Default  Fixed  Annotation
seqNum  fb:CountType  optional      
documentation
Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]
annotation
documentation
The estimated amount of time from takeoff to reach a significant point or Flight Information Region (FIR) boundary along the route of flight. Elements are ordered according to increasing duration from start.
source <xs:element name="estimatedElapsedTime" type="fx:FficeFPU_EstimatedElapsedTimeType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>The estimated amount of time from takeoff to reach a significant point or Flight Information Region (FIR) boundary along the route of flight. Elements are ordered according to increasing duration from start. </xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p1140.png
namespace http://www.fixm.aero/flight/4.2
type fb:FlightRouteInformationExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:FlightRouteInformationExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/flightRulesCategory
diagram FficeTemplates_diagrams/FficeTemplates_p1141.png
namespace http://www.fixm.aero/flight/4.2
type fx:FlightRulesCategoryType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration I
documentation
The entire flight is intended to be operated under the IFR.
enumeration V
documentation
The entire flight is intended to be operated under the VFR.
enumeration Y
documentation
The flight will initially be operated under the IFR, followed by one or more subsequent changes of flight rules.
enumeration Z
documentation
The flight will initially be operated under the VFR, followed by one or more subsequent changes of flight rules.
annotation
documentation
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]
source <xs:element name="flightRulesCategory" type="fx:FlightRulesCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_FlightRouteInformationType/totalEstimatedElapsedTime
diagram FficeTemplates_diagrams/FficeTemplates_p1142.png
namespace http://www.fixm.aero/flight/4.2
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
For IFR flights, the estimated time required from take-off to arrive over that designated point, defined by reference to navigation aids, from which it is intended that an instrument approach procedure will be commenced, or, if no navigation aid is associated with the destination aerodrome, to arrive over the destination aerodrome. For VFR flights, the estimated time required from take-off to arrive over the destination aerodrome. [ICAO Doc 4444]
For a flight plan received from an aircraft in flight, the total estimated elapsed time is the estimated time from the first point of the route to which the flight plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix 2, ITEM 16]
source <xs:element name="totalEstimatedElapsedTime" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>For IFR flights, the estimated time required from take-off to arrive over that designated point, defined by reference to navigation aids, from which it is intended that an instrument approach procedure will be commenced, or, if no navigation aid is associated with the destination aerodrome, to arrive over the destination aerodrome. For VFR flights, the estimated time required from take-off to arrive over the destination aerodrome. [ICAO Doc 4444]
For a flight plan received from an aircraft in flight, the total estimated elapsed time is the estimated time from the first point of the route to which the flight plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix 2, ITEM 16]
</xs:documentation>
 
</xs:annotation>
</xs:element>


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