SalesLeadTrailer

Uses the Component:TrailerType

Information describing the components that are part of a trailer for a Sales Lead.

Fields and Components

Table 6.135. Fields and Components

Name Description Occurrence Type Data Type User Notes
MakeString

Depracated: Use VehicleMake

0..1Field qdt:StringType  
ModelDescription

Descriptive vehicle model name

0..*Field udt:TextType  
ModelYear

Vehicle designated model year

0..1Field qdt:YearDateType  
SaleClassCode

Class of sale.

0..1Field scl:SaleClassEnumeratedType  
Condition

Condition of Vehicle - Example: Excellent, Good, Fair, Poor, Unknown

0..1Field udt:TextType  
Model

Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code)

0..1Field udt:TextType  
VehicleStockString

Dealer assigned vehicle stock number

0..1Field qdt:StringType  
ColorGroup

0..*ComponentColorGroupType 
TrailerLengthMeasure

Total over all length of the trailer.

0..1Field sqdt:LengthMeasureType  
MaximumLengthBoatMeasure

Maximum length of boat that trailer can be used to haul.

0..1Field sqdt:LengthMeasureType  
TrailerWidthMeasure

Total over all width of the trailer.

0..1Field sqdt:LengthMeasureType  
TrailerWeightMeasure

Weight of the trailer unloaded.

0..1Field sqdt:WeightMeasureType  
GrossVehicleWeightRatingMeasure

Gross Vehicle Weight Rating, this is the max weight that the item can carry including it's own weight.

0..1Field sqdt:WeightMeasureType  
BoatHullDesignCode

Indicates the type of hull design on the boat.

0..1Field sqdt:BoatHullDesignCodeType  
AxleNumeric

Number of axles on the vehicle.

0..1Field udt:NumericType  
ConstructionMaterial

Indicates the type of material out of which the item is primarily made.

0..1Field udt:TextType  
TireSizeString

Physical size of the tire i.e. 185-60-14

0..1Field qdt:StringType  
WheelSizeMeasure

The size of the wheel rim.

0..1Field sqdt:LengthMeasureType  
TireLoadRangeRatingString

Maximum weight each tire can safely support, (typical vales would be "C","D", etc...)

0..1Field qdt:StringType  
TrailerTypeCode

Indicates the type of trailer, e.g., Bunk, Roller, Pontoon Bunk, etc.

0..1Field scl:TrailerTypeEnumeratedType  
TireTypeCode

Type of tires installed on the trailer.

0..1Field scl:TireTypeEnumeratedType  
AxleBrakeNumeric

The number of axles that have brakes.

0..1Field udt:NumericType  
BrakeTypeCode

Indicates the type of brakes installed on item.

0..1Field scl:BrakeTypeEnumeratedType  
BrakeDisclosureStatement

US states have different brake requirements. The BrakeDisclosureStatement field allows of the entry of a disclosure statement related to brake requirements.

0..1Field udt:TextType  
BallDiameterMeasure

The diameter of the hitch ball.

0..1Field sqdt:LengthMeasureType  
WinchTypeCode

Indicates the type of winch.

0..1Field scl:WinchTypeEnumeratedType  
SpareTireIncludedIndicator

Indicates whether or not the item includes a spare tire.

0..1Field udt:IndicatorType  
TrailerRegistrationNumberString

Number used to identify trailer registration

0..1Field qdt:StringType  
TrailerSerialNumberString

Manufacturer assigned serial number on trailer.

0..1Field qdt:StringType  
TrailerVIN

Manufacturer assigned Vehicle Identification number.

0..1Field sqdt:VINType  
GeneralTrailerDescription

General descriptive text used to describe the trailer.

0..*Field udt:TextType  
DetailedTrailerDescription

Detailed descriptive text used to describe the trailer. This field provides more detail than the GeneralTrailerDescription field.

0..*Field udt:TextType  

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.135. SalesLeadTrailer

<SalesLeadTrailer>
     <MakeString>......</MakeString>     [0..1]
     <ModelDescription>......</ModelDescription>     [0..*]
     <ModelYear>......</ModelYear>     [0..1]
     <SaleClassCode>......</SaleClassCode>     [0..1]
     <Condition>......</Condition>     [0..1]
     <Model>......</Model>     [0..1]
     <VehicleStockString>......</VehicleStockString>     [0..1]
     <ColorGroup>......</ColorGroup>     [0..*]
     <TrailerLengthMeasure>......</TrailerLengthMeasure>     [0..1]
     <MaximumLengthBoatMeasure>......</MaximumLengthBoatMeasure>     [0..1]
     <TrailerWidthMeasure>......</TrailerWidthMeasure>     [0..1]
     <TrailerWeightMeasure>......</TrailerWeightMeasure>     [0..1]
     <GrossVehicleWeightRatingMeasure>......</GrossVehicleWeightRatingMeasure>     [0..1]
     <BoatHullDesignCode>......</BoatHullDesignCode>     [0..1]
     <AxleNumeric>......</AxleNumeric>     [0..1]
     <ConstructionMaterial>......</ConstructionMaterial>     [0..1]
     <TireSizeString>......</TireSizeString>     [0..1]
     <WheelSizeMeasure>......</WheelSizeMeasure>     [0..1]
     <TireLoadRangeRatingString>......</TireLoadRangeRatingString>     [0..1]
     <TrailerTypeCode>......</TrailerTypeCode>     [0..1]
     <TireTypeCode>......</TireTypeCode>     [0..1]
     <AxleBrakeNumeric>......</AxleBrakeNumeric>     [0..1]
     <BrakeTypeCode>......</BrakeTypeCode>     [0..1]
     <BrakeDisclosureStatement>......</BrakeDisclosureStatement>     [0..1]
     <BallDiameterMeasure>......</BallDiameterMeasure>     [0..1]
     <WinchTypeCode>......</WinchTypeCode>     [0..1]
     <SpareTireIncludedIndicator>......</SpareTireIncludedIndicator>     [0..1]
     <TrailerRegistrationNumberString>......</TrailerRegistrationNumberString>     [0..1]
     <TrailerSerialNumberString>......</TrailerSerialNumberString>     [0..1]
     <TrailerVIN>......</TrailerVIN>     [0..1]
     <GeneralTrailerDescription>......</GeneralTrailerDescription>     [0..*]
     <DetailedTrailerDescription>......</DetailedTrailerDescription>     [0..*]
</SalesLeadTrailer>