ModelCodesVehicleLineItem

Uses the Component:ModelCodesVehicleLineItemType

Detail information regarding a particular vehicle.

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
VDSCode

Vehicle Description Section- part of the VIN that correlates to a specific vehicle model, bodystyle, and grade

0..1Field udt:CodeType  
ComponentIdentification

Information about a particular component on a vehicle

0..*ComponentComponentIdentificationType 
LineID

A unique identifer for a line. i.e A line number.

0..1Field udt:IdentifierType  

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

<ModelCodesVehicleLineItem>
     <Vehicle>......</Vehicle>     [0..1]
     <VDSCode>......</VDSCode>     [0..1]
     <ComponentIdentification>......</ComponentIdentification>     [0..*]
     <LineID>......</LineID>     [0..1]
</ModelCodesVehicleLineItem>