Table of Contents
Uses the Component:ServicePlanInformationType
ServicePlanInformation holds the set of service plans available on a vehicle, including pricing information for each plan, and any existing active service plan contracts on the vehicle.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ServicePlanInformationHeader |
Service Plan Information Header | 1..1 | Component | ServicePlanInformationHeaderType | |
ServicePlanInformationLineItem |
Service Plan Information Line Item | 0..* | Component | ServicePlanInformationLineItemType |
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.1. ServicePlanInformation
<ServicePlanInformation> <ServicePlanInformationHeader>......</ServicePlanInformationHeader> [1..1] <ServicePlanInformationLineItem>......</ServicePlanInformationLineItem> [0..*] </ServicePlanInformation>