VehicleRemarketingEngineLineItem

Uses the Component:VehicleRemarketingEngineLineItemType

Line item information about a engine being remarketed

Fields and Components

Table 6.100. Fields and Components

Name Description Occurrence Type Data Type User Notes
RemarketingOption

Vehicle Remarketing Vehicle Options

0..*ComponentOptionABIEType 
ExpectedDeliveryDate

Expected delivery date of item.

0..1Field udt:DateType  
ItemAcquisitionDate

Date item title will be or was transferred.

0..1Field udt:DateType  
PricingABIE

Price information

0..1ComponentPricingABIEType 
Tax

The Tax component represents information about a particular tax including information about the type of tax and the amount of the tax.

0..*ComponentTaxType 
DealerParty

Represents a Dealer

0..1ComponentPartyABIEType 
JobToDo

Repairs to be done on vehicle

0..*ComponentJobToDoType 
JobCompleted

Repairs completed on vehicle

0..*ComponentJobCompletedType 
RepairDamage

Damage to the vehicle that needs repaired

0..*ComponentRepairDamageType 
RemarketingWarranty

Vehicle warranty

0..*ComponentRemarketingWarrantyType 
Financing

0..1ComponentFinancingABIEType 
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 
AdditionalMedia

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

0..*ComponentAdditionalMediaType 
Inspection

The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection.

0..*ComponentInspectionType 
LastModificationDate

Last date modification was made

0..1Field udt:DateType  
SoldDate

Sold date

0..1Field udt:DateType  
FinancingAvailableIndicator

Indicates is someone is offering financing

0..1Field udt:IndicatorType  
CertificationGroup

0..*ComponentCertificationGroupType 
ItemReceivedDate

Date item will be or was received into inventory.

0..1Field udt:DateType  
Location

0..1ComponentLocationType 
VehicleRemarketingEngine

1..1ComponentEngineType 
OriginalOwnerParty

The original owner of the vehicle, boat, engine, etc..

0..1ComponentPartyABIEType 
SalesStatus

The status of the sale of the item.

0..1Field sqdt:SalesStatusType  
Initiative

Describes the initiative to be applied to a sale.

0..*ComponentInitiativeType 
AdditionalDetailDescription

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

0..*ComponentAdditionalDetailDescriptionType 
LastModificationTime

The last time an item was modified.

0..1Field udt:TimeType  
Marketing

The Marketing Component is used to communicate the Marketing information associated with an engine.

0..*ComponentMarketingType 
RopeCutterIndicator

Indicates of the engine has a rope cutter, used to protect the propeller. It keeps the propeller clear of rubbish by shredding it into harmless fragments.

0..1Field udt:IndicatorType  

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.100. VehicleRemarketingEngineLineItem

<VehicleRemarketingEngineLineItem>
     <RemarketingOption>......</RemarketingOption>     [0..*]
     <ExpectedDeliveryDate>......</ExpectedDeliveryDate>     [0..1]
     <ItemAcquisitionDate>......</ItemAcquisitionDate>     [0..1]
     <PricingABIE>......</PricingABIE>     [0..1]
     <Tax>......</Tax>     [0..*]
     <DealerParty>......</DealerParty>     [0..1]
     <JobToDo>......</JobToDo>     [0..*]
     <JobCompleted>......</JobCompleted>     [0..*]
     <RepairDamage>......</RepairDamage>     [0..*]
     <RemarketingWarranty>......</RemarketingWarranty>     [0..*]
     <Financing>......</Financing>     [0..1]
     <ImageAttachmentExtended>......</ImageAttachmentExtended>     [0..*]
     <AdditionalMedia>......</AdditionalMedia>     [0..*]
     <Inspection>......</Inspection>     [0..*]
     <LastModificationDate>......</LastModificationDate>     [0..1]
     <SoldDate>......</SoldDate>     [0..1]
     <FinancingAvailableIndicator>......</FinancingAvailableIndicator>     [0..1]
     <CertificationGroup>......</CertificationGroup>     [0..*]
     <ItemReceivedDate>......</ItemReceivedDate>     [0..1]
     <Location>......</Location>     [0..1]
     <VehicleRemarketingEngine>......</VehicleRemarketingEngine>     [1..1]
     <OriginalOwnerParty>......</OriginalOwnerParty>     [0..1]
     <SalesStatus>......</SalesStatus>     [0..1]
     <Initiative>......</Initiative>     [0..*]
     <AdditionalDetailDescription>......</AdditionalDetailDescription>     [0..*]
     <LastModificationTime>......</LastModificationTime>     [0..1]
     <Marketing>......</Marketing>     [0..*]
     <RopeCutterIndicator>......</RopeCutterIndicator>     [0..1]
</VehicleRemarketingEngineLineItem>