Uses the Component:TelematicsFuelType
The Vechicle's fuel consumption information.
Table 6.55. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FuelUsed |
This field indicates the quantity of fuel that has been used cumulative by the vehicle or equipment as of the specified date and time. | 0..1 | Field | sqdt:VolumeMeasureType | |
| FuelUsedLast24 |
This field indicates the quantity of fuel used during the last 24 hours prior to the specified date and time. | 0..1 | Field | sqdt:VolumeMeasureType | |
| DateTimeStamp |
Field to highlight what Timestamp for the utilization. | 0..1 | Field | udt:DateTimeType |
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.55. TelematicsFuel
<TelematicsFuel>
<FuelUsed>......</FuelUsed> [0..1]
<FuelUsedLast24>......</FuelUsedLast24> [0..1]
<DateTimeStamp>......</DateTimeStamp> [0..1]
</TelematicsFuel>