Uses the Component:VehicleSpecificationsLineType
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..1 | Field | qdt:StringType | |
IncrementalIndicator |
Specifies whether to send full specifications or incremental changes | 0..1 | Field | udt:IndicatorType | |
IncrementalDateTime |
Send all changes that have occurred since this date | 0..1 | Field | udt:DateTimeType | |
ManufacturerParty |
The person or organization that manufactures an item. | 0..1 | Component | PartyABIEType | |
DistributorParty |
Identifies the party responsible for distributing an item. | 0..1 | Component | PartyABIEType | |
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
VehicleMajorPartsProductItem |
The vehicle's major assemblies. | 0..* | Component | VehicleMajorPartsProductItemType | |
AcknowledgementStatus | 0..* | Component | AcknowledgementStatusType | ||
WarrantyStartDate |
In service date or warranty start date of vehicle. | 0..1 | Field | udt:DateType | |
VehicleSaleDate |
Date on which vehicle was sold. | 0..1 | Field | 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..* | Component | AdditionalDetailDescriptionType | |
CustomerParty |
Is the organization that is the end customer of the goods or services being provided in the associated transaction. | 0..* | Component | PartyABIEType | |
AdditionalParty |
Component to communicate information about additional parties (other than manufacturer, distributor or customer -e.g. Repairing dealer) | 0..* | Component | PartyABIEType | |
AdditionalMedia |
The Additional Media component is used to identify items such as pdf documents, flash, etc. | 0..* | Component | AdditionalMediaType | |
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..* | Component | ImageAttachmentExtendedType |
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>