complexType FficePFP_FlightRouteInformationType
diagram FficeTemplates_diagrams/FficeTemplates_p1671.png
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:FlightRouteInformationType
properties
base fx:FlightRouteInformationType
children fx:airacReference fx:cruisingLevel fx:cruisingSpeed fx:extension fx:totalEstimatedElapsedTime
used by
element FficePFP_RouteTrajectoryGroupType/routeInformation
annotation
documentation
Contains basic information about the Flight Route that pertains to the whole flight.
source <xs:complexType name="FficePFP_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="airacReference" type="fb:DateUtcType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The internationally agreed effective date of the AIRAC (Aeronautical Information Regulation and Control) data set that was used in the computation of the route/trajectory.  [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="cruisingLevel" type="fb:FlightLevelOrAltitudeOrVfrChoiceType" minOccurs="1" 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" minOccurs="1" 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="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="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 FficePFP_FlightRouteInformationType/airacReference
diagram FficeTemplates_diagrams/FficeTemplates_p1672.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateUtcType
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])Z
annotation
documentation
The internationally agreed effective date of the AIRAC (Aeronautical Information Regulation and Control) data set that was used in the computation of the route/trajectory.  [FIXM]
source <xs:element name="airacReference" type="fb:DateUtcType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The internationally agreed effective date of the AIRAC (Aeronautical Information Regulation and Control) data set that was used in the computation of the route/trajectory.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficePFP_FlightRouteInformationType/cruisingLevel
diagram FficeTemplates_diagrams/FficeTemplates_p1673.png
namespace http://www.fixm.aero/flight/4.3
type fb:FlightLevelOrAltitudeOrVfrChoiceType
properties
content complex
children fb:altitude fb:flightLevel fb:visualFlightRules
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:FlightLevelOrAltitudeOrVfrChoiceType" minOccurs="1" 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 FficePFP_FlightRouteInformationType/cruisingSpeed
diagram FficeTemplates_diagrams/FficeTemplates_p1674.png
namespace http://www.fixm.aero/flight/4.3
type fb:TrueAirspeedType
properties
content complex
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" minOccurs="1" 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 FficePFP_FlightRouteInformationType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p1675.png
namespace http://www.fixm.aero/flight/4.3
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 FficePFP_FlightRouteInformationType/totalEstimatedElapsedTime
diagram FficeTemplates_diagrams/FficeTemplates_p1676.png
namespace http://www.fixm.aero/flight/4.3
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
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