complexType LastPositionReportType
diagram BasicMessage_diagrams/BasicMessage_p332.png
namespace http://www.fixm.aero/flight/4.3
children fx:altitude fx:determinationMethod fx:extension fx:groundSpeed fx:heading fx:horizontalAccuracy fx:position fx:timeAtPosition
used by
element LastContactType/position
annotation
documentation
The position of the aircraft last known to ATS and a corresponding timestamp.
source <xs:complexType name="LastPositionReportType">
 
<xs:annotation>
   
<xs:documentation>The position of the aircraft last known to ATS and a corresponding timestamp.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="altitude" type="fb:AltitudeWithSourceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The vertical distance, at the last known position, of the aircraft considered as a point, measured from mean Sea level (MSL). [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="determinationMethod" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A plain-language description of the method used to determine the last known position of an aircraft.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:LastPositionReportExtensionType" 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="groundSpeed" type="fb:GroundSpeedType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The speed of the aircraft relative to the surface of the earth at the last known position. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="heading" type="fb:BearingType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The direction, at the last known position, in which the longitudinal axis of the aircraft was pointed. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="horizontalAccuracy" type="fb:DistanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The difference between the measured horizontal coordinates of the aircraft and its true position referenced to the same geodetic datum expressed as a circular error at 95 percent probability. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="position" type="fb:SignificantPointChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The position of the aircraft last known to ATS.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timeAtPosition" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Timestamp corresponding to the last known position.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LastPositionReportType/altitude
diagram BasicMessage_diagrams/BasicMessage_p333.png
namespace http://www.fixm.aero/flight/4.3
type fb:AltitudeWithSourceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAltitudeType  required      
documentation
Unit of measure
source  fb:AltitudeSourceType  required      
documentation
The source of the altitude. [FIXM]
annotation
documentation
The vertical distance, at the last known position, of the aircraft considered as a point, measured from mean Sea level (MSL). [FIXM]
source <xs:element name="altitude" type="fb:AltitudeWithSourceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The vertical distance, at the last known position, of the aircraft considered as a point, measured from mean Sea level (MSL). [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/determinationMethod
diagram BasicMessage_diagrams/BasicMessage_p334.png
namespace http://www.fixm.aero/flight/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
A plain-language description of the method used to determine the last known position of an aircraft.
source <xs:element name="determinationMethod" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A plain-language description of the method used to determine the last known position of an aircraft.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/extension
diagram BasicMessage_diagrams/BasicMessage_p335.png
namespace http://www.fixm.aero/flight/4.3
type fb:LastPositionReportExtensionType
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:LastPositionReportExtensionType" 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 LastPositionReportType/groundSpeed
diagram BasicMessage_diagrams/BasicMessage_p336.png
namespace http://www.fixm.aero/flight/4.3
type fb:GroundSpeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomGroundSpeedType  required      
documentation
Unit of measure
annotation
documentation
The speed of the aircraft relative to the surface of the earth at the last known position. [FIXM]
source <xs:element name="groundSpeed" type="fb:GroundSpeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The speed of the aircraft relative to the surface of the earth at the last known position. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/heading
diagram BasicMessage_diagrams/BasicMessage_p337.png
namespace http://www.fixm.aero/flight/4.3
type fb:BearingType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAngleType  required      
documentation
Unit of measure
zeroBearingType  fb:ZeroBearingTypeType  required      
documentation
A code indicating the direction of the zero bearing.
annotation
documentation
The direction, at the last known position, in which the longitudinal axis of the aircraft was pointed. [FIXM]
source <xs:element name="heading" type="fb:BearingType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The direction, at the last known position, in which the longitudinal axis of the aircraft was pointed. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/horizontalAccuracy
diagram BasicMessage_diagrams/BasicMessage_p338.png
namespace http://www.fixm.aero/flight/4.3
type fb:DistanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation
Unit of measure
annotation
documentation
The difference between the measured horizontal coordinates of the aircraft and its true position referenced to the same geodetic datum expressed as a circular error at 95 percent probability. [FIXM]
source <xs:element name="horizontalAccuracy" type="fb:DistanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The difference between the measured horizontal coordinates of the aircraft and its true position referenced to the same geodetic datum expressed as a circular error at 95 percent probability. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/position
diagram BasicMessage_diagrams/BasicMessage_p339.png
namespace http://www.fixm.aero/flight/4.3
type fb:SignificantPointChoiceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:aerodromeReferencePoint fb:designatedPoint fb:navaid fb:position fb:relativePoint
annotation
documentation
The position of the aircraft last known to ATS.
source <xs:element name="position" type="fb:SignificantPointChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The position of the aircraft last known to ATS.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LastPositionReportType/timeAtPosition
diagram BasicMessage_diagrams/BasicMessage_p340.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
Timestamp corresponding to the last known position.
source <xs:element name="timeAtPosition" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Timestamp corresponding to the last known position.</xs:documentation>
 
</xs:annotation>
</xs:element>


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