complexType FficeFD_ActualTimeOfDepartureType
diagram FficeTemplates_diagrams/FficeTemplates_p513.png
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:ActualTimeOfDepartureType
properties
base fx:ActualTimeOfDepartureType
children fx:extension fx:position fx:time fx:type
used by
element FficeFD_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="FficeFD_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:complexContent>
   
<xs:restriction base="fx:ActualTimeOfDepartureType">
     
<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" 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="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:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFD_ActualTimeOfDepartureType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p514.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 FficeFD_ActualTimeOfDepartureType/position
diagram FficeTemplates_diagrams/FficeTemplates_p515.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 FficeFD_ActualTimeOfDepartureType/time
diagram FficeTemplates_diagrams/FficeTemplates_p516.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 actual time of departure from the aerodrome. [ICAO Doc 4444, Appendix 3, Field Type 13]
source <xs:element name="time" type="fb:DateTimeUtcType" 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_ActualTimeOfDepartureType/type
diagram FficeTemplates_diagrams/FficeTemplates_p517.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