Uses the Component:VehicleRemarketingBoatLineItemType
Line item information about a boat being remarketed
Table 6.93. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RemarketingOption |
Vehicle Remarketing Vehicle Options | 0..* | Component | OptionABIEType | |
ExpectedDeliveryDate |
Expected delivery date of item. | 0..1 | Field | udt:DateType | |
ItemAcquisitionDate |
Date item title will be or was transferred. | 0..1 | Field | udt:DateType | |
PricingABIE |
Price information | 0..1 | Component | PricingABIEType | |
Tax |
The Tax component represents information about a particular tax including information about the type of tax and the amount of the tax. | 0..* | Component | TaxType | |
DealerParty |
Represents a Dealer | 0..1 | Component | PartyABIEType | |
JobToDo |
Repairs to be done on vehicle | 0..* | Component | JobToDoType | |
JobCompleted |
Repairs completed on vehicle | 0..* | Component | JobCompletedType | |
RepairDamage |
Damage to the vehicle that needs repaired | 0..* | Component | RepairDamageType | |
RemarketingWarranty |
Vehicle warranty | 0..* | Component | RemarketingWarrantyType | |
Financing | 0..1 | Component | FinancingABIEType | ||
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 | |
AdditionalMedia |
The Additional Media component is used to identify items such as pdf documents, flash, etc. | 0..* | Component | AdditionalMediaType | |
Inspection |
The Inspection component is used for surveys, inspections, etc. and identfies the results of the survey/inspection. | 0..* | Component | InspectionType | |
LastModificationDate |
Last date modification was made | 0..1 | Field | udt:DateType | |
SoldDate |
Sold date | 0..1 | Field | udt:DateType | |
FinancingAvailableIndicator |
Indicates is someone is offering financing | 0..1 | Field | udt:IndicatorType | |
CertificationGroup | 0..* | Component | CertificationGroupType | ||
ItemReceivedDate |
Date item will be or was received into inventory. | 0..1 | Field | udt:DateType | |
Location | 0..1 | Component | LocationType | ||
VehicleRemarketingBoat |
The Boat component provides detail information about a boat. | 1..1 | Component | BoatType | |
VehicleRemarketingEngineLineItem |
Line item information about a engine being remarketed | 0..* | Component | VehicleRemarketingEngineLineItemType | |
VehicleRemarketingTrailerLineItem |
Line item information about a trailer being remarketed | 0..1 | Component | VehicleRemarketingTrailerLineItemType | |
OriginalOwnerParty |
The original owner of the vehicle, boat, engine, etc.. | 0..1 | Component | PartyABIEType | |
SalesStatus |
The status of the sale of the item. | 0..1 | Field | sqdt:SalesStatusType | |
Initiative |
Describes the initiative to be applied to a sale. | 0..* | Component | InitiativeType | |
Co-OpIndicator |
Indicates if an item is available for co-brokerage (i.e. another broker can attempt to sell the item) | 0..1 | Field | udt:IndicatorType | |
CentralIndicator |
Indicates who has the right to sell the item. An example, A central boat means that the boat-owner has contacted a single broker. If the boat is non-central, then the boat has been listed with more than one broker. | 0..1 | Field | udt:IndicatorType | |
NotForSaleInCountry |
Identifies a list of countries where an item can not be sold. | 0..1 | Component | CountryABIEType | |
AdditionalDetailDescription |
Additional detail description information not already specifically captured. Existing fields should be used where possible. | 0..* | Component | AdditionalDetailDescriptionType | |
LastModificationTime |
The last time an item was modified. | 0..1 | Field | udt:TimeType | |
Marketing |
The Marketing Component is used to communicate the Marketing information associated with a boat. | 0..* | Component | MarketingType | |
FeatureGroupDataNode |
A high level group of features on a boat. | 0..* | Component | FeatureGroupDataNodeType | |
RegistrationCountryCode |
In which country is the boat registered. | 0..1 | Field | sqdt:CountryCodeType | |
FractionalSharesNumeric |
Used if the sale represents just a share of the boat. Value entered should be the whole number of equal shares. 10 = 1/10th, 5 = 1/5th, etc. | 0..1 | Field | udt:NumericType |
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.93. VehicleRemarketingBoatLineItem
<VehicleRemarketingBoatLineItem> <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] <VehicleRemarketingBoat>......</VehicleRemarketingBoat> [1..1] <VehicleRemarketingEngineLineItem>......</VehicleRemarketingEngineLineItem> [0..*] <VehicleRemarketingTrailerLineItem>......</VehicleRemarketingTrailerLineItem> [0..1] <OriginalOwnerParty>......</OriginalOwnerParty> [0..1] <SalesStatus>......</SalesStatus> [0..1] <Initiative>......</Initiative> [0..*] <Co-OpIndicator>......</Co-OpIndicator> [0..1] <CentralIndicator>......</CentralIndicator> [0..1] <NotForSaleInCountry>......</NotForSaleInCountry> [0..1] <AdditionalDetailDescription>......</AdditionalDetailDescription> [0..*] <LastModificationTime>......</LastModificationTime> [0..1] <Marketing>......</Marketing> [0..*] <FeatureGroupDataNode>......</FeatureGroupDataNode> [0..*] <RegistrationCountryCode>......</RegistrationCountryCode> [0..1] <FractionalSharesNumeric>......</FractionalSharesNumeric> [0..1] </VehicleRemarketingBoatLineItem>