complexType FficeFD_DepartureType
diagram FficeTemplates_diagrams/FficeTemplates_p518.png
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:DepartureType
properties
base fx:DepartureType
children fx:actualTimeOfDeparture fx:airfileIndicator fx:departureAerodrome fx:departurePoint fx:estimatedOffBlockTime fx:estimatedRouteStartTime fx:extension
used by
element FficeFD_FlightType/departure
annotation
documentation
Groups information pertaining to the flight's departure.
source <xs:complexType name="FficeFD_DepartureType">
 
<xs:annotation>
   
<xs:documentation>Groups information pertaining to the flight's departure.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:DepartureType">
     
<xs:sequence>
       
<xs:element name="actualTimeOfDeparture" type="fx:FficeFD_ActualTimeOfDepartureType" minOccurs="1" 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:choice minOccurs="1" 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" 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" 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="1" 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" 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" 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: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:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFD_DepartureType/actualTimeOfDeparture
diagram FficeTemplates_diagrams/FficeTemplates_p519.png
namespace http://www.fixm.aero/flight/4.3
type fx:FficeFD_ActualTimeOfDepartureType
properties
content complex
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:FficeFD_ActualTimeOfDepartureType" minOccurs="1" 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 FficeFD_DepartureType/airfileIndicator
diagram FficeTemplates_diagrams/FficeTemplates_p520.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 FficeFD_DepartureType/departureAerodrome
diagram FficeTemplates_diagrams/FficeTemplates_p521.png
namespace http://www.fixm.aero/flight/4.3
type fb:AerodromeReferenceType
properties
content complex
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" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The aerodrome from which the flight departs. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFD_DepartureType/departurePoint
diagram FficeTemplates_diagrams/FficeTemplates_p522.png
namespace http://www.fixm.aero/flight/4.3
type fx:DeparturePointChoiceType
properties
content complex
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" 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 FficeFD_DepartureType/estimatedOffBlockTime
diagram FficeTemplates_diagrams/FficeTemplates_p523.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
content simple
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" 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 FficeFD_DepartureType/estimatedRouteStartTime
diagram FficeTemplates_diagrams/FficeTemplates_p524.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
properties
content simple
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" 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 FficeFD_DepartureType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p525.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>


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