Uses the Component:OdometerReadingType
Odometer reading.
Table 6.34. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
UnitOfMeasure |
The unit of measuer used by the motor vehicle. Examples: hours, km, miles. | 0..1 | Field | oag:TextType | |
Date |
Date and time the odometer measure was taken. | 0..1 | Field | oag:DateTimeType | |
Value |
This is the value recorded from the odometer reading. | 0..1 | Field | oag:NumberType |
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.41. OdometerReading
<OdometerReading> <UnitOfMeasure>......</UnitOfMeasure> [0..1] <Date>......</Date> [0..1] <Value>......</Value> [0..1] </OdometerReading>