Uses the Component:TelematicsUtilizationType
The Vechicle's operating miles and/or hours.
Table 6.54. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CumulativeOperatingHours |
The current total lifetime operating hours of the vehicle. | 0..1 | Field | udt:NumericType | |
CumulativeOperatingMileage |
The current total lifetime operating hours of the vehicle. | 0..1 | Field | sqdt:LengthMeasureType | |
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.54. TelematicsUtilization
<TelematicsUtilization> <CumulativeOperatingHours>......</CumulativeOperatingHours> [0..1] <CumulativeOperatingMileage>......</CumulativeOperatingMileage> [0..1] <DateTimeStamp>......</DateTimeStamp> [0..1] </TelematicsUtilization>