complexType NasAircraftPositionType
diagram Nas_diagrams/Nas_p213.png
namespace http://www.faa.aero/nas/4.2
children nas:actualSpeed nas:followingPosition nas:nextPosition nas:position nas:reportedLevel nas:targetAltitude nas:targetPosition nas:track nas:trackAcceleration nas:trackVelocity nas:verticalRate
used by
elements NasEnRouteType/aircraftPosition NasAircraftPosition
attributes
Name  Type  Use  Default  Fixed  Annotation
coastIndicator  nas:NasCoastIndicatorType  optional      
documentation

               An indicator the aircraft was unexpectedly not detected by radar (after a period
               of tracking).
           
positionTime  fb:TimeType  optional      
documentation

               The time associated with the Current Position of an active flight, from the radar
               surveillance report or progress report.
           
targetPositionTime  fb:TimeType  optional      
documentation

               The time associated with the raw radar return.
           
annotation
documentation

            Container for NAS target and track aircraft positions.
        
source <complexType name="NasAircraftPositionType">
 
<annotation>
   
<documentation>
            Container for NAS target and track aircraft positions.
        
</documentation>
 
</annotation>
 
<sequence>
   
<element name="actualSpeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  The actual speed of the aircraft, collected via various methods.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="followingPosition" type="nas:PlannedReportingPositionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Estimated second future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="nextPosition" type="nas:PlannedReportingPositionType" nillable="true" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  For Oceanic flights, the next reporting position is required.
                  Estimated next future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="position" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  The actual location of an active flight as reported by surveillance, for a flight
                  tracked by radar, or from the position part of a pilot progress report, for an oceanic
                  flight or flight operating in non-radar airspace.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="reportedLevel" type="nas:ReportedAltitudeType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Provides the NAS reported altitude with optional suffixes (B, C, T).
              
</documentation>
     
</annotation>
   
</element>
   
<element name="targetAltitude" type="nas:TargetAltitudeType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  The Mode C target altitude, corrected for barometric pressure.  Can be marked as
                  invalid.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="targetPosition" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Aircraft target position, as reported by one raw radar return.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="track" type="fb:BearingType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  The direction the aircraft is flying, over the ground, relative to true north.  It
                  is the heading of the aircraft as impacted by the wind.
              
</documentation>
     
</annotation>
   
</element>
   
<element name="trackAcceleration" type="nas:NasAccelerationType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Describes a flight’s acceleration in X and Y axes
              
</documentation>
     
</annotation>
   
</element>
   
<element name="trackVelocity" type="nas:NasVelocityType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Describes flight's velocity in X and Y axes
        
                  Track Speed Components: Speed of the radar surveillance track along the X and Y components.
                 
              
</documentation>
     
</annotation>
   
</element>
   
<element name="verticalRate" type="nas:NasVerticalRateType" minOccurs="0" maxOccurs="1">
     
<annotation>
       
<documentation>
                  Vertical Rate reported by the STDDS System.
              
</documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute name="coastIndicator" type="nas:NasCoastIndicatorType" use="optional">
   
<annotation>
     
<documentation>
               An indicator the aircraft was unexpectedly not detected by radar (after a period
               of tracking).
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="positionTime" type="fb:TimeType" use="optional">
   
<annotation>
     
<documentation>
               The time associated with the Current Position of an active flight, from the radar
               surveillance report or progress report.
           
</documentation>
   
</annotation>
 
</attribute>
 
<attribute name="targetPositionTime" type="fb:TimeType" use="optional">
   
<annotation>
     
<documentation>
               The time associated with the raw radar return.
           
</documentation>
   
</annotation>
 
</attribute>
</complexType>

attribute NasAircraftPositionType/@coastIndicator
type nas:NasCoastIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration COASTING
annotation
documentation

               An indicator the aircraft was unexpectedly not detected by radar (after a period
               of tracking).
           
source <attribute name="coastIndicator" type="nas:NasCoastIndicatorType" use="optional">
 
<annotation>
   
<documentation>
               An indicator the aircraft was unexpectedly not detected by radar (after a period
               of tracking).
           
</documentation>
 
</annotation>
</attribute>

attribute NasAircraftPositionType/@positionTime
type fb:TimeType
properties
use optional
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

               The time associated with the Current Position of an active flight, from the radar
               surveillance report or progress report.
           
source <attribute name="positionTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
               The time associated with the Current Position of an active flight, from the radar
               surveillance report or progress report.
           
</documentation>
 
</annotation>
</attribute>

attribute NasAircraftPositionType/@targetPositionTime
type fb:TimeType
properties
use optional
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

               The time associated with the raw radar return.
           
source <attribute name="targetPositionTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
               The time associated with the raw radar return.
           
</documentation>
 
</annotation>
</attribute>

element NasAircraftPositionType/actualSpeed
diagram Nas_diagrams/Nas_p214.png
namespace http://www.faa.aero/nas/4.2
type fb:GroundSpeedType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomGroundSpeedType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                  The actual speed of the aircraft, collected via various methods.
              
source <element name="actualSpeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  The actual speed of the aircraft, collected via various methods.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/followingPosition
diagram Nas_diagrams/Nas_p215.png
namespace http://www.faa.aero/nas/4.2
type nas:PlannedReportingPositionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:position nas:positionAltitude
attributes
Name  Type  Use  Default  Fixed  Annotation
positionEstimatedTime  fb:TimeType  optional      
documentation

               Estimated time associated with the planned reporting position.
               .Following Future Reporting Position Time - Estimated: Estimated time at the second
               future position of the aircraft transmitted in a non-radar airspace position report.
              
           
annotation
documentation

                  Estimated second future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
source <element name="followingPosition" type="nas:PlannedReportingPositionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Estimated second future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/nextPosition
diagram Nas_diagrams/Nas_p216.png
namespace http://www.faa.aero/nas/4.2
type nas:PlannedReportingPositionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:position nas:positionAltitude
attributes
Name  Type  Use  Default  Fixed  Annotation
positionEstimatedTime  fb:TimeType  optional      
documentation

               Estimated time associated with the planned reporting position.
               .Following Future Reporting Position Time - Estimated: Estimated time at the second
               future position of the aircraft transmitted in a non-radar airspace position report.
              
           
annotation
documentation

                  For Oceanic flights, the next reporting position is required.
                  Estimated next future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
source <element name="nextPosition" type="nas:PlannedReportingPositionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  For Oceanic flights, the next reporting position is required.
                  Estimated next future position of the aircraft transmitted in a non-radar airspace
                  position report.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/position
diagram Nas_diagrams/Nas_p217.png
namespace http://www.faa.aero/nas/4.2
type fb:SignificantPointType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
annotation
documentation

                  The actual location of an active flight as reported by surveillance, for a flight
                  tracked by radar, or from the position part of a pilot progress report, for an oceanic
                  flight or flight operating in non-radar airspace.
              
source <element name="position" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  The actual location of an active flight as reported by surveillance, for a flight
                  tracked by radar, or from the position part of a pilot progress report, for an oceanic
                  flight or flight operating in non-radar airspace.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/reportedLevel
diagram Nas_diagrams/Nas_p218.png
namespace http://www.faa.aero/nas/4.2
type nas:ReportedAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:altitude fb:flightLevel
attributes
Name  Type  Use  Default  Fixed  Annotation
altitudeSuffix  nas:AltitudeSuffixType  optional      
documentation

                     Reported Altitude suffix
                 
annotation
documentation

                  Provides the NAS reported altitude with optional suffixes (B, C, T).
              
source <element name="reportedLevel" type="nas:ReportedAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Provides the NAS reported altitude with optional suffixes (B, C, T).
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/targetAltitude
diagram Nas_diagrams/Nas_p219.png
namespace http://www.faa.aero/nas/4.2
type nas:TargetAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:altitude fb:flightLevel
attributes
Name  Type  Use  Default  Fixed  Annotation
invalid  nas:InvalidIndicatorType  optional      
documentation

                     Indicates whether target altitude is invalid.
                 
annotation
documentation

                  The Mode C target altitude, corrected for barometric pressure.  Can be marked as
                  invalid.
              
source <element name="targetAltitude" type="nas:TargetAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  The Mode C target altitude, corrected for barometric pressure.  Can be marked as
                  invalid.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/targetPosition
diagram Nas_diagrams/Nas_p220.png
namespace http://www.faa.aero/nas/4.2
type fb:GeographicalPositionType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  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

                  Aircraft target position, as reported by one raw radar return.
              
source <element name="targetPosition" type="fb:GeographicalPositionType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Aircraft target position, as reported by one raw radar return.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/track
diagram Nas_diagrams/Nas_p221.png
namespace http://www.faa.aero/nas/4.2
type fb:BearingType
properties
minOcc 0
maxOcc 1
content complex
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  optional      
documentation

                     A code indicating the direction of the zero bearing.
                 
annotation
documentation

                  The direction the aircraft is flying, over the ground, relative to true north.  It
                  is the heading of the aircraft as impacted by the wind.
              
source <element name="track" type="fb:BearingType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  The direction the aircraft is flying, over the ground, relative to true north.  It
                  is the heading of the aircraft as impacted by the wind.
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/trackAcceleration
diagram Nas_diagrams/Nas_p222.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAccelerationType
properties
minOcc 0
maxOcc 1
content complex
children nas:x nas:y
annotation
documentation

                  Describes a flight’s acceleration in X and Y axes
              
source <element name="trackAcceleration" type="nas:NasAccelerationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Describes a flight’s acceleration in X and Y axes
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/trackVelocity
diagram Nas_diagrams/Nas_p223.png
namespace http://www.faa.aero/nas/4.2
type nas:NasVelocityType
properties
minOcc 0
maxOcc 1
content complex
children nas:x nas:y
annotation
documentation

                  Describes flight's velocity in X and Y axes
        
                  Track Speed Components: Speed of the radar surveillance track along the X and Y components.
                 
              
source <element name="trackVelocity" type="nas:NasVelocityType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Describes flight's velocity in X and Y axes
        
                  Track Speed Components: Speed of the radar surveillance track along the X and Y components.
                 
              
</documentation>
 
</annotation>
</element>

element NasAircraftPositionType/verticalRate
diagram Nas_diagrams/Nas_p224.png
namespace http://www.faa.aero/nas/4.2
type nas:NasVerticalRateType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomVerticalRateType  required      
documentation

                     Unit of measure
                 
source  nas:VerticalRateSourceType  optional      
documentation

                     Source of the data used to compute the vertical rate.
                 
annotation
documentation

                  Vertical Rate reported by the STDDS System.
              
source <element name="verticalRate" type="nas:NasVerticalRateType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                  Vertical Rate reported by the STDDS System.
              
</documentation>
 
</annotation>
</element>


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