Uses the Component:VehicleRelatedItemType
A detail item for a vehicle related to a particular item.
Table 6.18. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
CurrentDistanceMeasure |
Odometer reading of vehicle at the current time | 1..1 | Field | udt:MeasureType |
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>