VehicleDetails

Uses the Component:VehicleDetailsType

Vehicle Details Information.

Fields and Components

Table 6.32. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleDescription

A detailed description of the vehicle.

0..1Field oag:TextType  
VehicleNote

Vehicle notes

0..*Field oag:TextType  
VehicleClass

Vehicle Class

0..1Field scl:VehicleClassEnumeratedType  
VehicleOperation

Indicates industry/area where the vehicle operates. Possible values are: Truck Timber; Truck Tipper, Truck Tanker.

0..*Field oag:TextType  
VehicleApplication

Indicates type of operations the vehicle is used in. Possible values are: Normal; Heavy; Severe; Other.

0..*Field oag:TextType  
Make

Vehicle make code - Usually available in the VIN number (use NCIC code).

0..1Field oag:StringType  
Series

The model series code for the specified vehicle (i.e., trim level). This is different from Make and Model. Example, Limited Edition

0..1Field oag:CodeType  
SeriesName

The name corresponding to the SeriesCode (i.e., trim level). This is different from Make and Model. Example, Limited Edition

0..1Field oag:CodeType  
ProductClass

Used to communicate product class codes.

0..1Field oag:CodeType  
ProductClassDescription

Used to communicate product class code description.

0..1Field oag:TextType  
MarketConfiguration

A code identifying a particular market-specific configuration.

0..1Field oag:TextType  
Trim

Manufacturer assigned trim code

0..1Field oag:CodeType  
BodyStyle

Manufacturer-assigned vehicle body style

0..1Field oag:TextType  
ColorGroup

0..*ComponentColorGroupType 
DoorsQuantity

Number of doors on vehicle

0..1Field oag:NumberType  
SeatQuantity

Passenger/seat capacity count of vehicle

0..1Field oag:NumberType  
InteriorDescription

Description of the interior condition of a preowned vehicle

0..1Field oag:TextType  
Condition

Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown

0..1Field oag:TextType  
OdometerReading

Odometer reading.

0..*ComponentOdometerReadingType 
DoorKeyNumber

Door Key Number

0..1Field oag:StringType  
IgnitionKeyNumber

Vehicle Ignition Key Number

0..1Field oag:StringType  
FuelType

Type of vehicle fuel

0..1Field sqdt:FuelTypeCodeType  
DriveTrain

Indicates whether the vehicle is 2 or 4 wheel drive (i.e., 2WD, 4WD, 4x4, 4x2)

0..1Field oag:TextType  
DriveType

Designates Vehicle drive type

0..1Field scl:DriveTypeEnumeratedType  
RestrictionIndicator

Indication that vehicle has restrictions on its use

0..1Field oag:IndicatorType  
RestrictionDescription

Description of vehicle use restrictions

0..1Field oag:TextType  
Project

Used to identify if the vehicle is in project mode or in serial production.

0..1Field oag:TextType  
Development

Used to identify if a vehicle is development or design vehicle.

0..1Field oag:TextType  
RegistrationStateProvince

State or Province where vehicle is registered.

0..1Field oag:TextType  
RegistrationCountry

Country where vehicle is registered.

0..1Field sqdt:CountryCodeType  
CriticalRecallIndicator

Provides indicator information on Critical Recalls, based on which important decisions can be made i.e to block incentives or not display the vehicles.

0..1Field oag:IndicatorType  
Inactive

Status code to indicate the reason why the vehicle became inactive; used to filter out campaigns.

0..1Field oag:TextType  
EngineType

Type of engine

0..1Field oag:TextType  
BrandCode

Vehicle brand code

0..1Field oag:CodeType  
BrandName

Vehicle brand name

0..1Field oag:TextType  
VehicleUse

Indicates the use of the vehicle (i.e., Agricultural, Commercial, Personal, Other).

0..*Field oag:TextType  
ManufacurerParty

The Manufacturer of the vehicle.

0..1Field PartyBBIEType  

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

<VehicleDetails>
     <VehicleDescription>......</VehicleDescription>     [0..1]
     <VehicleNote>......</VehicleNote>     [0..*]
     <VehicleClass>......</VehicleClass>     [0..1]
     <VehicleOperation>......</VehicleOperation>     [0..*]
     <VehicleApplication>......</VehicleApplication>     [0..*]
     <Make>......</Make>     [0..1]
     <Series>......</Series>     [0..1]
     <SeriesName>......</SeriesName>     [0..1]
     <ProductClass>......</ProductClass>     [0..1]
     <ProductClassDescription>......</ProductClassDescription>     [0..1]
     <MarketConfiguration>......</MarketConfiguration>     [0..1]
     <Trim>......</Trim>     [0..1]
     <BodyStyle>......</BodyStyle>     [0..1]
     <ColorGroup>......</ColorGroup>     [0..*]
     <DoorsQuantity>......</DoorsQuantity>     [0..1]
     <SeatQuantity>......</SeatQuantity>     [0..1]
     <InteriorDescription>......</InteriorDescription>     [0..1]
     <Condition>......</Condition>     [0..1]
     <OdometerReading>......</OdometerReading>     [0..*]
     <DoorKeyNumber>......</DoorKeyNumber>     [0..1]
     <IgnitionKeyNumber>......</IgnitionKeyNumber>     [0..1]
     <FuelType>......</FuelType>     [0..1]
     <DriveTrain>......</DriveTrain>     [0..1]
     <DriveType>......</DriveType>     [0..1]
     <RestrictionIndicator>......</RestrictionIndicator>     [0..1]
     <RestrictionDescription>......</RestrictionDescription>     [0..1]
     <Project>......</Project>     [0..1]
     <Development>......</Development>     [0..1]
     <RegistrationStateProvince>......</RegistrationStateProvince>     [0..1]
     <RegistrationCountry>......</RegistrationCountry>     [0..1]
     <CriticalRecallIndicator>......</CriticalRecallIndicator>     [0..1]
     <Inactive>......</Inactive>     [0..1]
     <EngineType>......</EngineType>     [0..1]
     <BrandCode>......</BrandCode>     [0..1]
     <BrandName>......</BrandName>     [0..1]
     <VehicleUse>......</VehicleUse>     [0..*]
     <ManufacurerParty>......</ManufacurerParty>     [0..1]
</VehicleDetails>