complexType FficeTRQ_FlightType
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1390.png
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:FlightType
properties
base fx:FlightType
children fx:aircraft fx:arrival fx:dangerousGoods fx:departure fx:enRoute fx:extension fx:flightConstraint fx:flightIdentification fx:flightPlanOriginator fx:flightRulesCategory fx:flightType fx:operator fx:remarks fx:routeTrajectoryGroup fx:specialHandling fx:supplementaryInformation
used by
element FficeTRQ_FficeMessageType/flight
annotation
documentation
This is the central object of the FIXM Logical Model. It groups all information about the flight. [FIXM]
source <xs:complexType name="FficeTRQ_FlightType">
 
<xs:annotation>
   
<xs:documentation>This is the central object of the FIXM Logical Model. It groups all information about the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:FlightType">
     
<xs:sequence>
       
<xs:element name="aircraft" type="fx:FficeTRQ_AircraftType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Aircraft enabling the flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="arrival" type="fx:FficeTRQ_ArrivalType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The actual arrival of the flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="dangerousGoods" type="fx:DangerousGoodsType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>Contains information about any onboard dangerous goods.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="departure" type="fx:FficeTRQ_DepartureType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Contains flight departure information</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="enRoute" type="fx:FficeTRQ_EnRouteType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Groups the en route information about the flight.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="extension" type="fb:FlightExtensionType" 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="flightConstraint" type="fx:FlightConstraintType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs:documentation>A general flight constraint is intended to express a constraint on the flight that cannot be associated with a specific trajectory point, either because it is not relevant to only a specific point or because it is not possible to identify the point. [FF-ICE]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightIdentification" type="fx:FficeTRQ_FlightIdentificationType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightPlanOriginator" type="fb:PersonOrOrganizationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Originator of the Flight Plan, can be FF-ICE Participant or a non-upgraded ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance] Equivalent to ATS 18 ORGN/.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightRulesCategory" type="fx:FlightRulesCategoryType" minOccurs="1" 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="flightType" type="fx:TypeOfFlightType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Indication of the rule under which an air traffic controller provides categorical handling of a flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="operator" type="fb:AircraftOperatorType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A person, organization or enterprise engaged in or offering to engage in an aircraft operation. [ICAO Annex 9]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="remarks" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Any other plain-language remarks when required by the appropriate ATS authority or deemed necessary, by the pilot-in-command for the provision of air traffic services.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="routeTrajectoryGroup" type="fx:FficeTRQ_RouteTrajectoryGroupContainerType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A logical grouping for all Route Trajectory Groups associated with the flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="specialHandling" type="fx:SpecialHandlingReasonCodeListType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The reason for special handling of a flight by ATS. [adapted from ICAO Doc 4444, Appendix 2, ITEM 18 STS/]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="supplementaryInformation" type="fx:SupplementaryInformationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A container for supplementary information about the flight. This container does not capture the complete set of elements described in ICAO Doc 4444 ITEM 19 "Supplementary Information"; it only contains those elements that could not be modeled more logically in other FIXM structures. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeTRQ_FlightType/aircraft
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1391.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_AircraftType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:aircraftAddress fx:aircraftApproachCategory fx:aircraftType fx:capabilities fx:coloursAndMarkings fx:extension fx:registration fx:wakeTurbulence
annotation
documentation
Aircraft enabling the flight. [FIXM]
source <xs:element name="aircraft" type="fx:FficeTRQ_AircraftType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Aircraft enabling the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/arrival
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1392.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_ArrivalType
properties
content complex
children fx:airportSlotIdentification fx:destinationAerodrome fx:destinationAerodromeAlternate fx:extension fx:reclearanceInFlight fx:runwayDirection
annotation
documentation
The actual arrival of the flight. [FIXM]
source <xs:element name="arrival" type="fx:FficeTRQ_ArrivalType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual arrival of the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/dangerousGoods
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1393.png
namespace http://www.fixm.aero/flight/4.3
type fx:DangerousGoodsType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:aircraftLimitation fx:airWaybillNumber fx:extension fx:onboardLocation fx:packageGroup fx:shippingInformation
annotation
documentation
Contains information about any onboard dangerous goods.
source <xs:element name="dangerousGoods" type="fx:DangerousGoodsType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Contains information about any onboard dangerous goods.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/departure
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1394.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_DepartureType
properties
content complex
children fx:airfileIndicator fx:airportSlotIdentification fx:departureAerodrome fx:departurePoint fx:estimatedOffBlockTime fx:estimatedRouteStartTime fx:extension fx:runwayDirection fx:takeoffAlternateAerodrome
annotation
documentation
Contains flight departure information
source <xs:element name="departure" type="fx:FficeTRQ_DepartureType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains flight departure information</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/enRoute
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1395.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_EnRouteType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:alternateAerodrome fx:extension
annotation
documentation
Groups the en route information about the flight.
source <xs:element name="enRoute" type="fx:FficeTRQ_EnRouteType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Groups the en route information about the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/extension
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1396.png
namespace http://www.fixm.aero/flight/4.3
type fb:FlightExtensionType
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:FlightExtensionType" 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 FficeTRQ_FlightType/flightConstraint
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1397.png
namespace http://www.fixm.aero/flight/4.3
type fx:FlightConstraintType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:applicability fx:extension fx:impact fx:restrictionReference
annotation
documentation
A general flight constraint is intended to express a constraint on the flight that cannot be associated with a specific trajectory point, either because it is not relevant to only a specific point or because it is not possible to identify the point. [FF-ICE]
source <xs:element name="flightConstraint" type="fx:FlightConstraintType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>A general flight constraint is intended to express a constraint on the flight that cannot be associated with a specific trajectory point, either because it is not relevant to only a specific point or because it is not possible to identify the point. [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/flightIdentification
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1398.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_FlightIdentificationType
properties
content complex
children fx:aircraftIdentification fx:extension fx:gufi fx:gufiLegacy fx:iataFlightDesignator
annotation
documentation
A container of flight identifying data. [FIXM]
source <xs:element name="flightIdentification" type="fx:FficeTRQ_FlightIdentificationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/flightPlanOriginator
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1399.png
namespace http://www.fixm.aero/flight/4.3
type fb:PersonOrOrganizationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
Originator of the Flight Plan, can be FF-ICE Participant or a non-upgraded ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance] Equivalent to ATS 18 ORGN/.
source <xs:element name="flightPlanOriginator" type="fb:PersonOrOrganizationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Originator of the Flight Plan, can be FF-ICE Participant or a non-upgraded ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance] Equivalent to ATS 18 ORGN/.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/flightRulesCategory
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1400.png
namespace http://www.fixm.aero/flight/4.3
type fx:FlightRulesCategoryType
properties
content simple
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" minOccurs="1" 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 FficeTRQ_FlightType/flightType
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1401.png
namespace http://www.fixm.aero/flight/4.3
type fx:TypeOfFlightType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration G
documentation
General aviation [ICAO Doc 4444, Item 8]
enumeration M
documentation
Military [ICAO Doc 4444, Item 8]
enumeration N
documentation
Non-scheduled air transport operation [ICAO Doc 4444, Item 8]
enumeration S
documentation
Scheduled air service [ICAO Doc 4444, Item 8]
enumeration X
documentation
Other than any of the defined categories above. [ICAO Doc 4444, Item 8]
annotation
documentation
Indication of the rule under which an air traffic controller provides categorical handling of a flight. [FIXM]
source <xs:element name="flightType" type="fx:TypeOfFlightType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indication of the rule under which an air traffic controller provides categorical handling of a flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/operator
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1402.png
namespace http://www.fixm.aero/flight/4.3
type fb:AircraftOperatorType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:designatorIcao fb:extension fb:operatingOrganization
annotation
documentation
A person, organization or enterprise engaged in or offering to engage in an aircraft operation. [ICAO Annex 9]
source <xs:element name="operator" type="fb:AircraftOperatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A person, organization or enterprise engaged in or offering to engage in an aircraft operation. [ICAO Annex 9]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/remarks
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1403.png
namespace http://www.fixm.aero/flight/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Any other plain-language remarks when required by the appropriate ATS authority or deemed necessary, by the pilot-in-command for the provision of air traffic services.
source <xs:element name="remarks" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Any other plain-language remarks when required by the appropriate ATS authority or deemed necessary, by the pilot-in-command for the provision of air traffic services.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/routeTrajectoryGroup
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1404.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRQ_RouteTrajectoryGroupContainerType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:negotiating
annotation
documentation
A logical grouping for all Route Trajectory Groups associated with the flight. [FIXM]
source <xs:element name="routeTrajectoryGroup" type="fx:FficeTRQ_RouteTrajectoryGroupContainerType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A logical grouping for all Route Trajectory Groups associated with the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/specialHandling
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1405.png
namespace http://www.fixm.aero/flight/4.3
type fx:SpecialHandlingReasonCodeListType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The reason for special handling of a flight by ATS. [adapted from ICAO Doc 4444, Appendix 2, ITEM 18 STS/]
source <xs:element name="specialHandling" type="fx:SpecialHandlingReasonCodeListType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The reason for special handling of a flight by ATS. [adapted from ICAO Doc 4444, Appendix 2, ITEM 18 STS/]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRQ_FlightType/supplementaryInformation
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p1406.png
namespace http://www.fixm.aero/flight/4.3
type fx:SupplementaryInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:fuelEndurance fx:personsOnBoard fx:pilotInCommand fx:supplementaryInformationSource
annotation
documentation
A container for supplementary information about the flight. This container does not capture the complete set of elements described in ICAO Doc 4444 ITEM 19 "Supplementary Information"; it only contains those elements that could not be modeled more logically in other FIXM structures. [FIXM]
source <xs:element name="supplementaryInformation" type="fx:SupplementaryInformationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A container for supplementary information about the flight. This container does not capture the complete set of elements described in ICAO Doc 4444 ITEM 19 "Supplementary Information"; it only contains those elements that could not be modeled more logically in other FIXM structures. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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