Table of Contents
Uses the Component:ServicePlanType
ServicePlan defines the Service Plan process of communicating vehicle service plan and maintenance plan, pricing and availability information to the dealer. NOTE: Although this is the traditional use of ServicePlan, it could be used to send Service Plan information between any two business parties.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ServicePlanHeader |
Service Plan Header | 1..1 | Component | ServicePlanHeaderType | |
ServicePlanDetail |
Service Plan Detail | 1..* | Component | ServicePlanDetailType |
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. ServicePlan
<ServicePlan> <ServicePlanHeader>......</ServicePlanHeader> [1..1] <ServicePlanDetail>......</ServicePlanDetail> [1..*] </ServicePlan>