VehicleTelematicsDetail

Uses the Component:VehicleTelematicsDetailType

Detail Line

Fields and Components

Table 6.52. Fields and Components

Name Description Occurrence Type Data Type User Notes
TelematicsPosition

The Vechicle's position information

0..1ComponentTelematicsPositionType 
TelematicsUtilization

The Vechicle's operating miles and/or hours.

0..1ComponentTelematicsUtilizationType 
TelematicsFuel

The Vechicle's fuel consumption information.

0..1ComponentTelematicsFuelType 

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.52. VehicleTelematicsDetail

<VehicleTelematicsDetail>
     <TelematicsPosition>......</TelematicsPosition>     [0..1]
     <TelematicsUtilization>......</TelematicsUtilization>     [0..1]
     <TelematicsFuel>......</TelematicsFuel>     [0..1]
</VehicleTelematicsDetail>