complexType LastPositionReportType
diagram FficeMessage_diagrams/FficeMessage_p330.png
namespace http://www.fixm.aero/flight/4.2
children fx:determinationMethod fx:extension 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="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="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:TimeType" 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/determinationMethod
diagram FficeMessage_diagrams/FficeMessage_p331.png
namespace http://www.fixm.aero/flight/4.2
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 FficeMessage_diagrams/FficeMessage_p332.png
namespace http://www.fixm.aero/flight/4.2
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/position
diagram FficeMessage_diagrams/FficeMessage_p333.png
namespace http://www.fixm.aero/flight/4.2
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 FficeMessage_diagrams/FficeMessage_p334.png
namespace http://www.fixm.aero/flight/4.2
type fb:TimeType
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](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Timestamp corresponding to the last known position.
source <xs:element name="timeAtPosition" type="fb:TimeType" 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