Uses the Component:OwnedVehicleDetailType
The detail information regarding an individual or organization owned vehicle.
Table 6.38. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| SalesLeadOwnedVehicle | 0..1 | Component | OwnedVehicleABIEType | ||
| CurrentDistanceMeasure | 
                         Odometer reading of vehicle at the current time  | 0..1 | Field | sqdt:LengthMeasureType | |
| LeaseContractExpirationDate | 
                         The date that the lease is scheduled to terminate.  | 0..1 | Field | udt:DateType | |
| OriginalSalesPersonName | 
                         Name of Salesperson that originally sold the vehicle. EG: The salesperson that originally sold the customer prospect's owned vehicle. Format for name should be "First Last" with no commas between first and last name  | 0..1 | Field | udt:NameType | |
| TradeInOffLeaseCode | 
                         Indicates if a vehicle is a trade-in or is coming off lease. Ex: T or O  | 0..1 | Field | udt:CodeType | |
| ServiceContractBase | 0..* | Component | ServiceContractBaseType | ||
| OriginalInServiceDate | 
                         The date a used vehicle went in service, i.e. when the vehicle goes on the road.  | 0..1 | Field | udt:DateType | |
| OriginalInServiceDistanceMeasure | 
                         Indicates the odometer reading at the time when the used vehicle went into service i.e., when the vehicle went on the road.  | 0..1 | Field | sqdt:LengthMeasureType | |
| VehicleSegmentCode | 
                         The industry clasification of the vehicle such as Small, Luxury, Midsize Vehicle, etc. This is a level of detail above Vehicle Class which would further differentiate types of Small Vehicles, Luxury Vehicles, etc.  | 0..1 | Field | udt:CodeType | |
| OwnedVehicleFinancing | 0..1 | Component | FinancingABIEType | ||
| FirstRegistrationDate | 
                         This is the first date when the owned vehicle was registered to the authorities. It is generally the date when you get your registration papers & plate. In Europe this is may not necessarily be the same as the OriginalInServiceDate as a vehicle may go into service multiple times for each new owner, but the registration stays with the vehicle.  | 0..1 | Field | udt:DateType | |
| LastInspectionDate | 
                         The last date that the vehicle was inspected per local regulations. In Europe after four years and then every two years you need to have a technical inspection of your vehicle.  | 0..1 | Field | udt:DateType | |
| EndInServiceDate | 
                         The date when the relation between customer and vehicle ends.  | 0..1 | Field | udt:DateType | |
| VehicleOwnershipTypeCode | 
                         Designation of the type of ownership of the vehicle, i.e., leased, rented, owned, etc.  | 0..1 | Field | scl:VehicleOwnershipTypeEnumeratedType | |
| VehicleUse | 
                         Indicates the use of the vehicle (i.e., Agricultural, Commercial, Personal, Other).  | 0..* | Field | udt:TextType | |
| PurchaseDate | 
                         Date vehicle was purchased.  | 0..1 | Field | udt:DateType | |
| NumberOfPreviousOwnersNumeric | 
                         Number of previous owners.  | 0..1 | Field | udt:NumericType | |
| VehicleOwnerIndicator | 
                         Indicates whether the customer is the owner of the vehicle.  | 0..1 | Field | udt:IndicatorType | |
| MainDriverIndicator | 
                         Indicates whether the customer is the main driver of the vehicle.  | 0..1 | Field | udt:IndicatorType | |
| OwnServiceIndicator | 
                         Indicates whether the customer performs his own service.  | 0..1 | Field | udt:IndicatorType | |
| CreditorIndicator | 
                         Indicates whether the customer is the creditor.  | 0..1 | Field | udt:IndicatorType | |
| UserChooserIndicator | 
                         Indicates whether the customer participates in choosing the vehicle.  | 0..1 | Field | udt:IndicatorType | |
| CurrentDistanceMeasureRecordedDate | 
                         Date the CurrentDistanceMeasure (Mileage) was recorded  | 0..1 | Field | udt:DateType | 
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.38. OwnedVehicleDetail
<OwnedVehicleDetail>
     <SalesLeadOwnedVehicle>......</SalesLeadOwnedVehicle>     [0..1]
     <CurrentDistanceMeasure>......</CurrentDistanceMeasure>     [0..1]
     <LeaseContractExpirationDate>......</LeaseContractExpirationDate>     [0..1]
     <OriginalSalesPersonName>......</OriginalSalesPersonName>     [0..1]
     <TradeInOffLeaseCode>......</TradeInOffLeaseCode>     [0..1]
     <ServiceContractBase>......</ServiceContractBase>     [0..*]
     <OriginalInServiceDate>......</OriginalInServiceDate>     [0..1]
     <OriginalInServiceDistanceMeasure>......</OriginalInServiceDistanceMeasure>     [0..1]
     <VehicleSegmentCode>......</VehicleSegmentCode>     [0..1]
     <OwnedVehicleFinancing>......</OwnedVehicleFinancing>     [0..1]
     <FirstRegistrationDate>......</FirstRegistrationDate>     [0..1]
     <LastInspectionDate>......</LastInspectionDate>     [0..1]
     <EndInServiceDate>......</EndInServiceDate>     [0..1]
     <VehicleOwnershipTypeCode>......</VehicleOwnershipTypeCode>     [0..1]
     <VehicleUse>......</VehicleUse>     [0..*]
     <PurchaseDate>......</PurchaseDate>     [0..1]
     <NumberOfPreviousOwnersNumeric>......</NumberOfPreviousOwnersNumeric>     [0..1]
     <VehicleOwnerIndicator>......</VehicleOwnerIndicator>     [0..1]
     <MainDriverIndicator>......</MainDriverIndicator>     [0..1]
     <OwnServiceIndicator>......</OwnServiceIndicator>     [0..1]
     <CreditorIndicator>......</CreditorIndicator>     [0..1]
     <UserChooserIndicator>......</UserChooserIndicator>     [0..1]
     <CurrentDistanceMeasureRecordedDate>......</CurrentDistanceMeasureRecordedDate>     [0..1]
</OwnedVehicleDetail>