Vehicle

Uses the Component:VehicleABIEType

Common vehicle component

Fields and Components

Table 6.17. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleBase

Vehicle Basic Business Information Entity.

0..1ComponentVehicleBBIEType 
VehicleConfiguration

A group of elements to define the configuration of a vehicle such as axle, transmission curb weight, etc.

0..1ComponentVehicleConfigurationType 
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..1ComponentVehicleStatusType 
VehicleHistoryDateGroup

Component to communicate important dates and events for a vehicle.

0..1ComponentVehicleHistoryDateGroupType 
VehicleDimension

The height, length, and width of a vehicle.

0..1ComponentDimensionType 
BrandedInfo

Vehicle Branding Information

0..1ComponentBrandedInfoType 
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..1ComponentImageAttachmentExtendedType 
CertificationGroup

0..1ComponentCertificationGroupType 

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