Uses the Component:VehicleTelematicsDetailType
Detail Line
Table 6.52. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TelematicsPosition |
The Vechicle's position information | 0..1 | Component | TelematicsPositionType | |
TelematicsUtilization |
The Vechicle's operating miles and/or hours. | 0..1 | Component | TelematicsUtilizationType | |
TelematicsFuel |
The Vechicle's fuel consumption information. | 0..1 | Component | TelematicsFuelType |
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>