diagram | ![]() |
||
namespace | http://www.fixm.aero/flight/4.3 | ||
type | restriction of fx:FlightType | ||
properties |
|
||
children | fx:arrival fx:departure fx:extension fx:flightIdentification | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="FficeFD_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:FficeFD_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="departure" type="fx:FficeFD_DepartureType" minOccurs="1" 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="flightIdentification" type="fx:FficeFD_FlightIdentificationType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||
namespace | http://www.fixm.aero/flight/4.3 | ||
type | fx:FficeFD_ArrivalType | ||
properties |
|
||
children | fx:destinationAerodrome fx:extension | ||
annotation |
|
||
source | <xs:element name="arrival" type="fx:FficeFD_ArrivalType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The actual arrival of the flight. [FIXM]</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
namespace | http://www.fixm.aero/flight/4.3 | ||
type | fx:FficeFD_DepartureType | ||
properties |
|
||
children | fx:actualTimeOfDeparture fx:airfileIndicator fx:departureAerodrome fx:departurePoint fx:estimatedOffBlockTime fx:estimatedRouteStartTime fx:extension | ||
annotation |
|
||
source | <xs:element name="departure" type="fx:FficeFD_DepartureType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains flight departure information</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://www.fixm.aero/flight/4.3 | ||||||||
type | fb:FlightExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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> |
diagram | ![]() |
||
namespace | http://www.fixm.aero/flight/4.3 | ||
type | fx:FficeFD_FlightIdentificationType | ||
properties |
|
||
children | fx:aircraftIdentification fx:extension fx:gufi fx:gufiLegacy fx:iataFlightDesignator | ||
annotation |
|
||
source | <xs:element name="flightIdentification" type="fx:FficeFD_FlightIdentificationType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation> </xs:annotation> </xs:element> |