Uses the Component:VehicleHistoryDateGroupType
Component to communicate important dates and events for a vehicle.
Table 6.23. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleHistoryDate |
Date when an important event took place for the vehicle. | 1..1 | Field | oag:xbt_DateType | |
VehicleHistoryType |
Type code of the event that took place on the Vehicle History Date. | 0..1 | Field | oag:CodeType | |
VehicleHistoryTypeDescription |
Description of the event that took place on VehicleHistoryDate. | 0..1 | Field | oag:TextType |
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.26. VehicleHistoryDateGroup
<VehicleHistoryDateGroup> <VehicleHistoryDate>......</VehicleHistoryDate> [1..1] <VehicleHistoryType>......</VehicleHistoryType> [0..1] <VehicleHistoryTypeDescription>......</VehicleHistoryTypeDescription> [0..1] </VehicleHistoryDateGroup>