Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
indent16px
excludeIntroduction|Contents

...

Example Track Report

Code Block
languagexml
<?xml version="1.0" encoding="utf-8" ?>
<tr:TrackReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tr="ICDNAV001-rackReport" xmlns:cmn="ICDNAV001-CommonTypes">
  <!-- Track element -->
  <tr:Track Id="1745" DbId="{4431-445678AF-AFB212}" SizeInAz="12.6" SizeInRange="22.3" Seen="24" Coasts="2" Reported="2010-04-03T22:05:02.112">
    <!-- Location element - position based on system coordinates  -->
<cmn:Location X="12.5" Y="8" Z="0" DirectionDegs="234.5" Speed="23.2" LaneUserId="4" SectionUserId="25" CarriagewayName="M25-J"/>
    <cmn:Status ThreatLevel="Warning" BrokenRules="1,2" Classification="Large Vehicle" ClassificationProbability="0.79"/>
    <!-- Geo Data if available from the tracking system -->
    <cmn:GeoData Latitude="33.860012" Longitude="-1.7891123"/>
    <!-- Alarm element - one or more alarms depending on rules broken -->
    <cmn:Alarm Type="Follow" Description="Target in area 4" Priority="3" RuleId="1" RelayId="0" AlarmId="5"/>
    <cmn:Alarm Type="Follow" Description="Speed over 4m/s" Priority="2" RuleId="2" RelayId="0" AlarmId="9"/>
    <!-- Sensor Element - details of the sensor providing the tracking data -->
    <cmn:Radar RadarId="1" Name="SE Perimeter" Range="800" Model="W800-H" SerialNo="8116"/>
  </tr:Track>
</tr:TrackReport>

...