simpleType DepartureTimeTypeType
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:TrajectoryPointPropertyTypeType
properties
base fx:TrajectoryPointPropertyTypeType
used by
element ActualTimeOfDepartureType/type
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:simpleType name="DepartureTimeTypeType">
 
<xs:annotation>
   
<xs:documentation>The type of departure time represented. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fx:TrajectoryPointPropertyTypeType">
   
<xs:enumeration value="OFF_BLOCKS">
     
<xs:annotation>
       
<xs:documentation>This is the point at which the aircraft pushes back and begins to taxi for departure.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="START_TAKEOFF_ROLL">
     
<xs:annotation>
       
<xs:documentation>Indicates that the associated trajectory point corresponds to the point at the start of take-off roll (used for departures only).</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="WHEELS_OFF">
     
<xs:annotation>
       
<xs: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.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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