TelematicsPosition

Uses the Component:TelematicsPositionType

The Vechicle's position information

Fields and Components

Table 6.53. Fields and Components

Name Description Occurrence Type Data Type User Notes
Position

The Position expressed as Geographical Coordinates.

0..1Field GeographicalCoordinateType  
DateTimeStamp

Field to highlight what Timestamp for the position.

0..1Field udt:DateTimeType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.53. TelematicsPosition

<TelematicsPosition>
     <Position>......</Position>     [0..1]
     <DateTimeStamp>......</DateTimeStamp>     [0..1]
</TelematicsPosition>