complexType ActualTimeOfDepartureType
diagram BasicMessage_diagrams/BasicMessage_p293.png
namespace http://www.fixm.aero/flight/4.3
children fx:extension fx:position fx:time fx:type
used by
element DepartureType/actualTimeOfDeparture
annotation
documentation
The time, type of time (wheels-off, off blocks, etc.), and geographical position of the departure.  [FIXM]
source <xs:complexType name="ActualTimeOfDepartureType">
 
<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:sequence>
   
<xs:element name="extension" type="fb:ActualTimeOfDepartureExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"/>
   
<xs:element name="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The geographical position associated with the actual time of departure.  [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="time" type="fb:DateTimeUtcType" 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="type" type="fx:DepartureTimeTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The type of departure time represented. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ActualTimeOfDepartureType/extension
diagram BasicMessage_diagrams/BasicMessage_p294.png
namespace http://www.fixm.aero/flight/4.3
type fb:ActualTimeOfDepartureExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
source <xs:element name="extension" type="fb:ActualTimeOfDepartureExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"/>

element ActualTimeOfDepartureType/position
diagram BasicMessage_diagrams/BasicMessage_p295.png
namespace http://www.fixm.aero/flight/4.3
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xs:string  required    urn:ogc:def:crs:EPSG::4326  
documentation
Names the coordinate reference system (CRS) that defines the semantics of the lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
annotation
documentation
The geographical position associated with the actual time of departure.  [FIXM]
source <xs:element name="position" type="fb:GeographicalPositionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The geographical position associated with the actual time of departure.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element ActualTimeOfDepartureType/time
diagram BasicMessage_diagrams/BasicMessage_p296.png
namespace http://www.fixm.aero/flight/4.3
type fb:DateTimeUtcType
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])|24:00:00)Z
annotation
documentation
The actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]
source <xs:element name="time" type="fb:DateTimeUtcType" 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 ActualTimeOfDepartureType/type
diagram BasicMessage_diagrams/BasicMessage_p297.png
namespace http://www.fixm.aero/flight/4.3
type fx:DepartureTimeTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration OFF_BLOCKS
documentation
This is the point at which the aircraft pushes back and begins to taxi for departure.
enumeration START_TAKEOFF_ROLL
documentation
Indicates that the associated trajectory point corresponds to the point at the start of take-off roll (used for departures only).
enumeration WHEELS_OFF
documentation
Indicates that the associated trajectory point corresponds to the point at which the aircraft is predicted to be wheels off the runway on departure.
annotation
documentation
The type of departure time represented. [FIXM]
source <xs:element name="type" type="fx:DepartureTimeTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The type of departure time represented. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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