Uses the Component:ModelCodesVehicleLineItemType
Detail information regarding a particular vehicle.
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
VDSCode |
Vehicle Description Section- part of the VIN that correlates to a specific vehicle model, bodystyle, and grade | 0..1 | Field | udt:CodeType | |
ComponentIdentification |
Information about a particular component on a vehicle | 0..* | Component | ComponentIdentificationType | |
LineID |
A unique identifer for a line. i.e A line number. | 0..1 | Field | udt:IdentifierType |
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>