Uses the Component:ServicePlanInformationLineItemType
Service Plan Information Line Item
Table 6.25. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 1..1 | Component | VehicleABIEType | |
CommercialUsageIndicator |
Indicates that the planned use of the vehicle is for commercial purposes. | 0..1 | Field | udt:IndicatorType | |
SoldServiceContract |
Service Contracts already sold on the vehicle. | 0..* | Component | SoldServiceContractType | |
ServicePlanPricing |
Service Plan and Pricing Information | 0..* | Component | ServicePlanPricingABIEType | |
OdometerStatus |
Status of odometer . Example: Replaced, Tampered, Miles over 90,000, etc. | 0..1 | Field | udt:TextType | |
Warranty |
Warranty information associated with a vehicle. | 0..1 | Component | WarrantyType | |
OriginalInServiceDate |
The date the vehicle went in service. | 0..1 | Field | udt:DateType | |
CoverageEffectiveDate |
The date the coverage starts. | 0..1 | Field | udt:DateType | |
CustomerSignatureDate |
The date the contract is signed. | 0..1 | Field | udt:DateType | |
PlanCountryCode |
ISO country code indicating where the Plans are/will be sold. | 0..1 | Field | scl:CountryEnumeratedType | |
AdditionalDetailDescription |
Additional detail description information not already specifically captured. Existing fields should be used where possible. | 0..* | Component | AdditionalDetailDescriptionType |
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>