Uses the Component:VehicleABIEType
Common vehicle component
Table 6.17. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VehicleBase |
Vehicle Basic Business Information Entity. | 0..1 | Component | VehicleBBIEType | |
| VehicleConfiguration |
A group of elements to define the configuration of a vehicle such as axle, transmission curb weight, etc. | 0..1 | Component | VehicleConfigurationType | |
| VehicleStatus |
A group of elements to define a Status of a Vehicle such as Built, Sold, Shipped, Schedule, etc. A date and description are available in this group. | 0..1 | Component | VehicleStatusType | |
| VehicleHistoryDateGroup |
Component to communicate important dates and events for a vehicle. | 0..1 | Component | VehicleHistoryDateGroupType | |
| VehicleDimension |
The height, length, and width of a vehicle. | 0..1 | Component | DimensionType | |
| BrandedInfo |
Vehicle Branding Information | 0..1 | Component | BrandedInfoType | |
| ImageAttachmentExtended |
The ImageAttachmentExtended component contains information about an image being attached to a BOD, e.g., image size, image type, image file name, etc. | 0..1 | Component | ImageAttachmentExtendedType | |
| CertificationGroup | 0..1 | Component | CertificationGroupType |
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.23. Vehicle
<Vehicle>
<VehicleBase>......</VehicleBase> [0..1]
<VehicleConfiguration>......</VehicleConfiguration> [0..1]
<VehicleStatus>......</VehicleStatus> [0..1]
<VehicleHistoryDateGroup>......</VehicleHistoryDateGroup> [0..1]
<VehicleDimension>......</VehicleDimension> [0..1]
<BrandedInfo>......</BrandedInfo> [0..1]
<ImageAttachmentExtended>......</ImageAttachmentExtended> [0..1]
<CertificationGroup>......</CertificationGroup> [0..1]
</Vehicle>