complexType DepartureType
diagram BasicMessage_diagrams/BasicMessage_p303.png
namespace http://www.fixm.aero/flight/4.3
children fx:actualTimeOfDeparture fx:airfileIndicator fx:airportSlotIdentification fx:departureAerodrome fx:departurePoint fx:departureAerodromePrevious fx:departurePointPrevious fx:estimatedOffBlockTime fx:estimatedRouteStartTime fx:estimatedOffBlockTimePrevious fx:estimatedRouteStartTimePrevious fx:extension fx:runwayDirection fx:takeoffAlternateAerodrome
used by
element FlightType/departure
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="fx:ActualTimeOfDepartureType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time, type of time (wheels-off, off blocks, etc.), and geographical position of the departure.  [FIXM]</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:choice minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Helper class to create an embedded choice structure.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="departureAerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>The aerodrome from which the flight departs. [FIXM]</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="departurePoint" type="fx:DeparturePointChoiceType" nillable="true" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>The first point of the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:choice minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Helper class to create an embedded choice structure.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="departureAerodromePrevious" type="fb:AerodromeReferenceType" nillable="true" minOccurs="1" 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="departurePointPrevious" type="fx:DeparturePointChoiceType" nillable="true" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Specifies the previous departure point value when a change is made.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:choice minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Helper class to create an embedded choice structure.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="estimatedOffBlockTime" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" 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="estimatedRouteStartTime" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>The estimated time of departure from the first point on the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown. </xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:choice minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Helper class to create an embedded choice structure.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="estimatedOffBlockTimePrevious" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" 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="estimatedRouteStartTimePrevious" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Specifies the previous estimated route start time value when a change is made.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<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 for taking off. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="takeoffAlternateAerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="2">
     
<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 BasicMessage_diagrams/BasicMessage_p304.png
namespace http://www.fixm.aero/flight/4.3
type fx:ActualTimeOfDepartureType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:position fx:time fx:type
annotation
documentation
The time, type of time (wheels-off, off blocks, etc.), and geographical position of the departure.  [FIXM]
source <xs:element name="actualTimeOfDeparture" type="fx:ActualTimeOfDepartureType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time, type of time (wheels-off, off blocks, etc.), and geographical position of the departure.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/airfileIndicator
diagram BasicMessage_diagrams/BasicMessage_p305.png
namespace http://www.fixm.aero/flight/4.3
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 BasicMessage_diagrams/BasicMessage_p306.png
namespace http://www.fixm.aero/flight/4.3
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/departureAerodrome
diagram BasicMessage_diagrams/BasicMessage_p307.png
namespace http://www.fixm.aero/flight/4.3
type fb:AerodromeReferenceType
properties
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint fb:referenceRelativePoint
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="departureAerodrome" type="fb:AerodromeReferenceType" nillable="true" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The aerodrome from which the flight departs. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/departurePoint
diagram BasicMessage_diagrams/BasicMessage_p308.png
namespace http://www.fixm.aero/flight/4.3
type fx:DeparturePointChoiceType
properties
content complex
nillable true
children fx:designatedPoint fx:navaid fx:position fx:relativePoint
annotation
documentation
The first point of the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown.
source <xs:element name="departurePoint" type="fx:DeparturePointChoiceType" nillable="true" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The first point of the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/departureAerodromePrevious
diagram BasicMessage_diagrams/BasicMessage_p309.png
namespace http://www.fixm.aero/flight/4.3
type fb:AerodromeReferenceType
properties
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint fb:referenceRelativePoint
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="departureAerodromePrevious" type="fb:AerodromeReferenceType" nillable="true" minOccurs="1" 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/departurePointPrevious
diagram BasicMessage_diagrams/BasicMessage_p310.png
namespace http://www.fixm.aero/flight/4.3
type fx:DeparturePointChoiceType
properties
content complex
nillable true
children fx:designatedPoint fx:navaid fx:position fx:relativePoint
annotation
documentation
Specifies the previous departure point value when a change is made.
source <xs:element name="departurePointPrevious" type="fx:DeparturePointChoiceType" nillable="true" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies the previous departure point value when a change is made.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/estimatedOffBlockTime
diagram BasicMessage_diagrams/BasicMessage_p311.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
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])|24:00:00)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:DateTimeUtcType" nillable="true" minOccurs="1" 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/estimatedRouteStartTime
diagram BasicMessage_diagrams/BasicMessage_p312.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
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])|24:00:00)Z
annotation
documentation
The estimated time of departure from the first point on the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown.
source <xs:element name="estimatedRouteStartTime" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated time of departure from the first point on the route, for use when a departure aerodrome does not exist (such as when the flight plan is filed from the air) or is otherwise unknown. </xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/estimatedOffBlockTimePrevious
diagram BasicMessage_diagrams/BasicMessage_p313.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
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])|24:00:00)Z
annotation
documentation
Specifies the previous estimated off block time value when a change is made.
source <xs:element name="estimatedOffBlockTimePrevious" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" 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/estimatedRouteStartTimePrevious
diagram BasicMessage_diagrams/BasicMessage_p314.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
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])|24:00:00)Z
annotation
documentation
Specifies the previous estimated route start time value when a change is made.
source <xs:element name="estimatedRouteStartTimePrevious" type="fb:DateTimeUtcType" nillable="true" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies the previous estimated route start time value when a change is made.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/extension
diagram BasicMessage_diagrams/BasicMessage_p315.png
namespace http://www.fixm.aero/flight/4.3
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 BasicMessage_diagrams/BasicMessage_p316.png
namespace http://www.fixm.aero/flight/4.3
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 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 for taking off. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureType/takeoffAlternateAerodrome
diagram BasicMessage_diagrams/BasicMessage_p317.png
namespace http://www.fixm.aero/flight/4.3
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 2
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint fb:referenceRelativePoint
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="2">
 
<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