ServicePlanInformationLineItem

Uses the Component:ServicePlanInformationLineItemType

Service Plan Information Line Item

Fields and Components

Table 6.25. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

1..1ComponentVehicleABIEType 
CommercialUsageIndicator

Indicates that the planned use of the vehicle is for commercial purposes.

0..1Field udt:IndicatorType  
SoldServiceContract

Service Contracts already sold on the vehicle.

0..*ComponentSoldServiceContractType 
ServicePlanPricing

Service Plan and Pricing Information

0..*ComponentServicePlanPricingABIEType 
OdometerStatus

Status of odometer . Example: Replaced, Tampered, Miles over 90,000, etc.

0..1Field udt:TextType  
Warranty

Warranty information associated with a vehicle.

0..1ComponentWarrantyType 
OriginalInServiceDate

The date the vehicle went in service.

0..1Field udt:DateType  
CoverageEffectiveDate

The date the coverage starts.

0..1Field udt:DateType  
CustomerSignatureDate

The date the contract is signed.

0..1Field udt:DateType  
PlanCountryCode

ISO country code indicating where the Plans are/will be sold.

0..1Field scl:CountryEnumeratedType  
AdditionalDetailDescription

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

0..*ComponentAdditionalDetailDescriptionType 

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.25. ServicePlanInformationLineItem

<ServicePlanInformationLineItem>
     <Vehicle>......</Vehicle>     [1..1]
     <CommercialUsageIndicator>......</CommercialUsageIndicator>     [0..1]
     <SoldServiceContract>......</SoldServiceContract>     [0..*]
     <ServicePlanPricing>......</ServicePlanPricing>     [0..*]
     <OdometerStatus>......</OdometerStatus>     [0..1]
     <Warranty>......</Warranty>     [0..1]
     <OriginalInServiceDate>......</OriginalInServiceDate>     [0..1]
     <CoverageEffectiveDate>......</CoverageEffectiveDate>     [0..1]
     <CustomerSignatureDate>......</CustomerSignatureDate>     [0..1]
     <PlanCountryCode>......</PlanCountryCode>     [0..1]
     <AdditionalDetailDescription>......</AdditionalDetailDescription>     [0..*]
</ServicePlanInformationLineItem>