complexType FficeFD_FlightType
diagram FficeTemplates_diagrams/FficeTemplates_p400.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:FlightType
properties
base fx:FlightType
children fx:arrival fx:departure fx:extension fx:flightIdentification fx:gufi fx:gufiOriginator
used by
element FficeFD_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="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:element name="gufi" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A single reference for FF-ICE information pertinent to a flight that is unique globally. [ICAO Doc 9965]
This is a reference that uniquely identifies a specific flight and is independent of any particular system. [FIXM]
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="gufiOriginator" type="fb:FficeFD_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Originator of the GUFI, can be FF-ICE Participant or an ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance] </xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFD_FlightType/arrival
diagram FficeTemplates_diagrams/FficeTemplates_p401.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFD_ArrivalType
properties
content complex
children fx:destinationAerodrome fx:extension
annotation
documentation
The actual arrival of the flight. [FIXM]
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>

element FficeFD_FlightType/departure
diagram FficeTemplates_diagrams/FficeTemplates_p402.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFD_DepartureType
properties
content complex
children fx:actualTimeOfDeparture fx:aerodrome fx:airfileIndicator fx:estimatedOffBlockTime fx:extension
annotation
documentation
Contains flight departure information
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>

element FficeFD_FlightType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p403.png
namespace http://www.fixm.aero/flight/4.2
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 FficeFD_FlightType/flightIdentification
diagram FficeTemplates_diagrams/FficeTemplates_p404.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFD_FlightIdentificationType
properties
content complex
children fx:aircraftIdentification fx:extension
annotation
documentation
A container of flight identifying data. [FIXM]
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>

element FficeFD_FlightType/gufi
diagram FficeTemplates_diagrams/FficeTemplates_p405.png
namespace http://www.fixm.aero/flight/4.2
type fb:UniversallyUniqueIdentifierType
properties
content complex
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
attributes
Name  Type  Use  Default  Fixed  Annotation
codeSpace  xs:string  required    urn:uuid  
documentation
Code Space of the UUID
annotation
documentation
A single reference for FF-ICE information pertinent to a flight that is unique globally. [ICAO Doc 9965]
This is a reference that uniquely identifies a specific flight and is independent of any particular system. [FIXM]
source <xs:element name="gufi" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A single reference for FF-ICE information pertinent to a flight that is unique globally. [ICAO Doc 9965]
This is a reference that uniquely identifies a specific flight and is independent of any particular system. [FIXM]
</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFD_FlightType/gufiOriginator
diagram FficeTemplates_diagrams/FficeTemplates_p406.png
namespace http://www.fixm.aero/flight/4.2
type fb:FficeFD_PersonOrOrganizationType
properties
content complex
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
Originator of the GUFI, can be FF-ICE Participant or an ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance]
source <xs:element name="gufiOriginator" type="fb:FficeFD_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Originator of the GUFI, can be FF-ICE Participant or an ASP. [adapted from ICAO Draft FF-ICE Implementation Guidance] </xs:documentation>
 
</xs:annotation>
</xs:element>


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