VehicleRelatedItem

Uses the Component:VehicleRelatedItemType

A detail item for a vehicle related to a particular item.

Fields and Components

Table 6.18. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
CurrentDistanceMeasure

Odometer reading of vehicle at the current time

1..1Field udt:MeasureType  

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.18. VehicleRelatedItem

<VehicleRelatedItem>
     <Vehicle>......</Vehicle>     [0..1]
     <CurrentDistanceMeasure>......</CurrentDistanceMeasure>     [1..1]
</VehicleRelatedItem>