VehicleSpecificationsLine

Uses the Component:VehicleSpecificationsLineType

Fields and Components

Table 6.24. Fields and Components

Name Description Occurrence Type Data Type User Notes
LineNumberString

The number of the given Line Component within the document. LineNumbers are assigned by the sending system.

0..1Field qdt:StringType  
IncrementalIndicator

Specifies whether to send full specifications or incremental changes

0..1Field udt:IndicatorType  
IncrementalDateTime

Send all changes that have occurred since this date

0..1Field udt:DateTimeType  
ManufacturerParty

The person or organization that manufactures an item.

0..1ComponentPartyABIEType 
DistributorParty

Identifies the party responsible for distributing an item.

0..1ComponentPartyABIEType 
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
Option

The Option represents information about a vehicle's options.

0..*ComponentOptionABIEType 
VehicleMajorPartsProductItem

The vehicle's major assemblies.

0..*ComponentVehicleMajorPartsProductItemType 
AcknowledgementStatus

0..*ComponentAcknowledgementStatusType 
WarrantyStartDate

In service date or warranty start date of vehicle.

0..1Field udt:DateType  
VehicleSaleDate

Date on which vehicle was sold.

0..1Field udt:DateType  
VehicleHistoryDate

General vehicle history event date.

0..*Field udt:DateType  
AdditionalDetailDescription

Additional detail description information not already specifically captured. Existing fields should be used where possible.

0..*ComponentAdditionalDetailDescriptionType 
CustomerParty

Is the organization that is the end customer of the goods or services being provided in the associated transaction.

0..*ComponentPartyABIEType 
AdditionalParty

Component to communicate information about additional parties (other than manufacturer, distributor or customer -e.g. Repairing dealer)

0..*ComponentPartyABIEType 
AdditionalMedia

The Additional Media component is used to identify items such as pdf documents, flash, etc.

0..*ComponentAdditionalMediaType 
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..*ComponentImageAttachmentExtendedType 

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

<VehicleSpecificationsLine>
     <LineNumberString>......</LineNumberString>     [0..1]
     <IncrementalIndicator>......</IncrementalIndicator>     [0..1]
     <IncrementalDateTime>......</IncrementalDateTime>     [0..1]
     <ManufacturerParty>......</ManufacturerParty>     [0..1]
     <DistributorParty>......</DistributorParty>     [0..1]
     <Vehicle>......</Vehicle>     [0..1]
     <Option>......</Option>     [0..*]
     <VehicleMajorPartsProductItem>......</VehicleMajorPartsProductItem>     [0..*]
     <AcknowledgementStatus>......</AcknowledgementStatus>     [0..*]
     <WarrantyStartDate>......</WarrantyStartDate>     [0..1]
     <VehicleSaleDate>......</VehicleSaleDate>     [0..1]
     <VehicleHistoryDate>......</VehicleHistoryDate>     [0..*]
     <AdditionalDetailDescription>......</AdditionalDetailDescription>     [0..*]
     <CustomerParty>......</CustomerParty>     [0..*]
     <AdditionalParty>......</AdditionalParty>     [0..*]
     <AdditionalMedia>......</AdditionalMedia>     [0..*]
     <ImageAttachmentExtended>......</ImageAttachmentExtended>     [0..*]
</VehicleSpecificationsLine>