OdometerReading

Uses the Component:OdometerReadingType

Odometer reading.

Fields and Components

Table 6.22. 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..1Field oag:TextType  
Date

Date and time the odometer measure was taken.

0..1Field oag:DateTimeType  
Value

This is the value recorded from the odometer reading.

0..1Field oag:NumberType  

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.28. OdometerReading

<OdometerReading>
     <UnitOfMeasure>......</UnitOfMeasure>     [0..1]
     <Date>......</Date>     [0..1]
     <Value>......</Value>     [0..1]
</OdometerReading>