complexType DepartureType
diagram FficeTemplates_diagrams/FficeTemplates_p857.png
namespace http://www.fixm.aero/flight/4.2
children fx:actualTimeOfDeparture fx:aerodrome fx:aerodromePrevious fx:airfileIndicator fx:airportSlotIdentification fx:estimatedOffBlockTime fx:estimatedOffBlockTimePrevious fx:extension fx:runwayDirection fx:takeoffAlternateAerodrome
used by
elements FlightType/departure FficeFDRP_FlightType/departure
complexTypes FficeFA_DepartureType FficeFC_DepartureType FficeFD_DepartureType FficeFDRQ_DepartureType FficeFFP_DepartureType FficeFPU_DepartureType FficePFP_DepartureType FficeTRQ_DepartureType
annotation
documentation
Groups information pertaining to the flight's departure.
source <xs:complexType name="DepartureType">
 
<xs:annotation>
   
<xs:documentation>Groups information pertaining to the flight's departure.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actualTimeOfDeparture" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="aerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The aerodrome from which the flight departs. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="aerodromePrevious" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Specifies the previous departure aerodrome value when a change is made.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="airfileIndicator" type="fx:AirfileIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies a flight that has filed its flight plan while in the air, beginning its route description from a specified point en-route, and therefore may not have provided a departure aerodrome.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The identifier of the departure airport slot allocated to the flight. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="estimatedOffBlockTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The estimated time at which the aircraft will commence movement associated with departure. [ICAO Doc 4444]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="estimatedOffBlockTimePrevious" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Specifies the previous estimated off block time value when a change is made.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:DepartureExtensionType" 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="runwayDirection" type="fb:RunwayDirectionDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The runway direction used for taking off. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="takeoffAlternateAerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An alternate aerodrome at which an aircraft can land should this become necessary shortly after take-off and it is not possible to use the aerodrome of departure. [ICAO Doc 4444]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DepartureType/actualTimeOfDeparture
diagram FficeTemplates_diagrams/FficeTemplates_p858.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]
source <xs:element name="actualTimeOfDeparture" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/aerodrome
diagram FficeTemplates_diagrams/FficeTemplates_p859.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
The aerodrome from which the flight departs. [FIXM]
source <xs:element name="aerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The aerodrome from which the flight departs. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/aerodromePrevious
diagram FficeTemplates_diagrams/FficeTemplates_p860.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
Specifies the previous departure aerodrome value when a change is made.
source <xs:element name="aerodromePrevious" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies the previous departure aerodrome value when a change is made.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/airfileIndicator
diagram FficeTemplates_diagrams/FficeTemplates_p861.png
namespace http://www.fixm.aero/flight/4.2
type fx:AirfileIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AIRFILE
annotation
documentation
Identifies a flight that has filed its flight plan while in the air, beginning its route description from a specified point en-route, and therefore may not have provided a departure aerodrome.
source <xs:element name="airfileIndicator" type="fx:AirfileIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies a flight that has filed its flight plan while in the air, beginning its route description from a specified point en-route, and therefore may not have provided a departure aerodrome.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/airportSlotIdentification
diagram FficeTemplates_diagrams/FficeTemplates_p862.png
namespace http://www.fixm.aero/flight/4.2
type fb:AirportSlotIdentificationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 10
annotation
documentation
The identifier of the departure airport slot allocated to the flight. [FIXM]
source <xs:element name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The identifier of the departure airport slot allocated to the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/estimatedOffBlockTime
diagram FficeTemplates_diagrams/FficeTemplates_p863.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The estimated time at which the aircraft will commence movement associated with departure. [ICAO Doc 4444]
source <xs:element name="estimatedOffBlockTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated time at which the aircraft will commence movement associated with departure. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/estimatedOffBlockTimePrevious
diagram FficeTemplates_diagrams/FficeTemplates_p864.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Specifies the previous estimated off block time value when a change is made.
source <xs:element name="estimatedOffBlockTimePrevious" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies the previous estimated off block time value when a change is made.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p865.png
namespace http://www.fixm.aero/flight/4.2
type fb:DepartureExtensionType
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:DepartureExtensionType" 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 DepartureType/runwayDirection
diagram FficeTemplates_diagrams/FficeTemplates_p866.png
namespace http://www.fixm.aero/flight/4.2
type fb:RunwayDirectionDesignatorType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
The runway direction used for taking off. [FIXM]
source <xs:element name="runwayDirection" type="fb:RunwayDirectionDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The runway direction used for taking off. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/takeoffAlternateAerodrome
diagram FficeTemplates_diagrams/FficeTemplates_p867.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
An alternate aerodrome at which an aircraft can land should this become necessary shortly after take-off and it is not possible to use the aerodrome of departure. [ICAO Doc 4444]
source <xs:element name="takeoffAlternateAerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An alternate aerodrome at which an aircraft can land should this become necessary shortly after take-off and it is not possible to use the aerodrome of departure. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
</xs:element>


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