simpleType ArrivalTimeTypeType
namespace http://www.fixm.aero/flight/4.3
type restriction of fx:TrajectoryPointPropertyTypeType
properties
base fx:TrajectoryPointPropertyTypeType
used by
element ActualTimeOfArrivalType/type
facets
Kind Value Annotation
enumeration END_LANDING_ROLL
documentation
Indicates that the associated trajectory point corresponds to the point at which the aircraft is predicted to come to a full stop on the arrival runway. (A prediction only, the flight will likely exit the runway without coming to a full stop).
enumeration IN_BLOCKS
documentation
Indicates the point and time at which an arriving aircraft is/was in blocks.
enumeration WHEELS_ON
documentation
Indicates that the associated trajectory point corresponds to the point at which the aircraft is predicted to be wheels on the runway for arrival.
annotation
documentation
The type of arrival time represented. [FIXM]
source <xs:simpleType name="ArrivalTimeTypeType">
 
<xs:annotation>
   
<xs:documentation>The type of arrival time represented. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fx:TrajectoryPointPropertyTypeType">
   
<xs:enumeration value="END_LANDING_ROLL">
     
<xs:annotation>
       
<xs:documentation>Indicates that the associated trajectory point corresponds to the point at which the aircraft is predicted to come to a full stop on the arrival runway. (A prediction only, the flight will likely exit the runway without coming to a full stop).</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IN_BLOCKS">
     
<xs:annotation>
       
<xs:documentation>Indicates the point and time at which an arriving aircraft is/was in blocks.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="WHEELS_ON">
     
<xs:annotation>
       
<xs:documentation>Indicates that the associated trajectory point corresponds to the point at which the aircraft is predicted to be wheels on the runway for arrival.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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