Uses the Component:VehicleHistoryDateGroupType
Component to communicate important dates and events for a vehicle.
Table 6.57. 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 | udt:DateType | |
VehicleHistoryTypeCode |
Type code of the event that took place on the Vehicle History Date. | 0..1 | Field | udt:CodeType | |
VehicleHistoryTypeDescription |
Description of the event that took place on VehicleHistoryDate. | 0..1 | Field | udt: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.57. VehicleHistoryDateGroup
<VehicleHistoryDateGroup> <VehicleHistoryDate>......</VehicleHistoryDate> [1..1] <VehicleHistoryTypeCode>......</VehicleHistoryTypeCode> [0..1] <VehicleHistoryTypeDescription>......</VehicleHistoryTypeDescription> [0..1] </VehicleHistoryDateGroup>