complexType FficeFD_DepartureType
diagram FficeTemplates_diagrams/FficeTemplates_p389.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:DepartureType
properties
base fx:DepartureType
children fx:actualTimeOfDeparture fx:aerodrome fx:airfileIndicator fx:estimatedOffBlockTime 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="fb:TimeType" minOccurs="1" 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" 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="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="estimatedOffBlockTime" type="fb:TimeType" 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="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_p390.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
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](\.[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" minOccurs="1" 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 FficeFD_DepartureType/aerodrome
diagram FficeTemplates_diagrams/FficeTemplates_p391.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
content complex
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" 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/airfileIndicator
diagram FficeTemplates_diagrams/FficeTemplates_p392.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 FficeFD_DepartureType/estimatedOffBlockTime
diagram FficeTemplates_diagrams/FficeTemplates_p393.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
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](\.[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" 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/extension
diagram FficeTemplates_diagrams/FficeTemplates_p394.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>


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