complexType FficeTRP_FlightType
diagram FficeTemplates_diagrams/FficeTemplates_p854.png
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:FlightType
properties
base fx:FlightType
children fx:arrival fx:departure fx:extension fx:flightConstraint fx:flightIdentification fx:routeTrajectoryGroup
used by
element FficeTRP_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="FficeTRP_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="arrival" type="fx:FficeTRP_ArrivalType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The actual arrival of the flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="departure" type="fx:FficeTRP_DepartureType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Contains flight departure information</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:FficeTRP_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="routeTrajectoryGroup" type="fx:FficeTRP_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:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeTRP_FlightType/arrival
diagram FficeTemplates_diagrams/FficeTemplates_p855.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRP_ArrivalType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:runwayDirection
annotation
documentation
The actual arrival of the flight. [FIXM]
source <xs:element name="arrival" type="fx:FficeTRP_ArrivalType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual arrival of the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRP_FlightType/departure
diagram FficeTemplates_diagrams/FficeTemplates_p856.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRP_DepartureType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:runwayDirection
annotation
documentation
Contains flight departure information
source <xs:element name="departure" type="fx:FficeTRP_DepartureType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains flight departure information</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRP_FlightType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p857.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 FficeTRP_FlightType/flightConstraint
diagram FficeTemplates_diagrams/FficeTemplates_p858.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 FficeTRP_FlightType/flightIdentification
diagram FficeTemplates_diagrams/FficeTemplates_p859.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRP_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:FficeTRP_FlightIdentificationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeTRP_FlightType/routeTrajectoryGroup
diagram FficeTemplates_diagrams/FficeTemplates_p860.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeTRP_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:FficeTRP_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>


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