complexType ActualTimeOfArrivalType
diagram BasicMessage_diagrams/BasicMessage_p236.png
namespace http://www.fixm.aero/flight/4.3
children fx:extension fx:position fx:time fx:type
used by
element ArrivalType/actualTimeOfArrival
annotation
documentation
The time, type of time (wheels-on, in blocks, etc.), and geographical position of the arrival.  [FIXM]
source <xs:complexType name="ActualTimeOfArrivalType">
 
<xs:annotation>
   
<xs:documentation>The time, type of time (wheels-on, in blocks, etc.), and geographical position of the arrival.  [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="extension" type="fb:ActualTimeOfArrivalExtensionType" 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: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 arrival.  [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 arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="fx:ArrivalTimeTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The type of arrival time represented. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ActualTimeOfArrivalType/extension
diagram BasicMessage_diagrams/BasicMessage_p237.png
namespace http://www.fixm.aero/flight/4.3
type fb:ActualTimeOfArrivalExtensionType
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:ActualTimeOfArrivalExtensionType" 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>

element ActualTimeOfArrivalType/position
diagram BasicMessage_diagrams/BasicMessage_p238.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 arrival.  [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 arrival.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element ActualTimeOfArrivalType/time
diagram BasicMessage_diagrams/BasicMessage_p239.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 arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]
source <xs:element name="time" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The actual time of arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]</xs:documentation>
 
</xs:annotation>
</xs:element>

element ActualTimeOfArrivalType/type
diagram BasicMessage_diagrams/BasicMessage_p240.png
namespace http://www.fixm.aero/flight/4.3
type fx:ArrivalTimeTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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:element name="type" type="fx:ArrivalTimeTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The type of arrival time represented. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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