complexType SupplementaryInformationType
diagram BasicMessage_diagrams/BasicMessage_p408.png
namespace http://www.fixm.aero/flight/4.3
children fx:extension fx:fuelEndurance fx:personsOnBoard fx:pilotInCommand fx:supplementaryInformationSource
used by
element FlightType/supplementaryInformation
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:complexType name="SupplementaryInformationType">
 
<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:sequence>
   
<xs:element name="extension" type="fb:SupplementaryInformationExtensionType" 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="fuelEndurance" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The estimated maximum length of time the aircraft can spend in the cruise phase of flight, determined by the amount of fuel at takeoff. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="personsOnBoard" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The total number of persons (passengers and crew) on board the aircraft. [ICAO Doc 4444, Appendix 2, Item 19]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="pilotInCommand" type="fb:PersonOrOrganizationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The pilot designated by the operator, or in the case of general aviation, the owner, as being in command and charged with the safe conduct of a flight. [ICAO Doc 4444]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="supplementaryInformationSource" type="fx:SupplementaryInformationSourceChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Describes the source of the supplementary information. Can be either a Person/Organization or ATC Unit.

A Supplementary Information Source can be identified using a location identifier (from Doc. 7910 + Doc. 8585) for an ATS unit; an AFTN address; FF-ICE Participant identification per B-2.28; or appropriate contact information per B-2.12.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SupplementaryInformationType/extension
diagram BasicMessage_diagrams/BasicMessage_p409.png
namespace http://www.fixm.aero/flight/4.3
type fb:SupplementaryInformationExtensionType
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:SupplementaryInformationExtensionType" 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 SupplementaryInformationType/fuelEndurance
diagram BasicMessage_diagrams/BasicMessage_p410.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
The estimated maximum length of time the aircraft can spend in the cruise phase of flight, determined by the amount of fuel at takeoff. [FIXM]
source <xs:element name="fuelEndurance" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated maximum length of time the aircraft can spend in the cruise phase of flight, determined by the amount of fuel at takeoff. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SupplementaryInformationType/personsOnBoard
diagram BasicMessage_diagrams/BasicMessage_p411.png
namespace http://www.fixm.aero/flight/4.3
type fb:CountType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
The total number of persons (passengers and crew) on board the aircraft. [ICAO Doc 4444, Appendix 2, Item 19]
source <xs:element name="personsOnBoard" type="fb:CountType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The total number of persons (passengers and crew) on board the aircraft. [ICAO Doc 4444, Appendix 2, Item 19]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SupplementaryInformationType/pilotInCommand
diagram BasicMessage_diagrams/BasicMessage_p412.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
The pilot designated by the operator, or in the case of general aviation, the owner, as being in command and charged with the safe conduct of a flight. [ICAO Doc 4444]
source <xs:element name="pilotInCommand" type="fb:PersonOrOrganizationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The pilot designated by the operator, or in the case of general aviation, the owner, as being in command and charged with the safe conduct of a flight. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
</xs:element>

element SupplementaryInformationType/supplementaryInformationSource
diagram BasicMessage_diagrams/BasicMessage_p413.png
namespace http://www.fixm.aero/flight/4.3
type fx:SupplementaryInformationSourceChoiceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:personOrOrganization fx:unit
annotation
documentation
Describes the source of the supplementary information. Can be either a Person/Organization or ATC Unit.

A Supplementary Information Source can be identified using a location identifier (from Doc. 7910 + Doc. 8585) for an ATS unit; an AFTN address; FF-ICE Participant identification per B-2.28; or appropriate contact information per B-2.12.
source <xs:element name="supplementaryInformationSource" type="fx:SupplementaryInformationSourceChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes the source of the supplementary information. Can be either a Person/Organization or ATC Unit.

A Supplementary Information Source can be identified using a location identifier (from Doc. 7910 + Doc. 8585) for an ATS unit; an AFTN address; FF-ICE Participant identification per B-2.28; or appropriate contact information per B-2.12.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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