Uses the Component:ServiceContractPrePaidOPCodesType
ervice Operation codes for the pre-paid maintenance contract.
Table 6.138. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| ServiceOPCD | 
                         Service Operation Code for the prepaid maintenance contract  | 0..1 | Field | udt:TextType | |
| ServiceOPCDDescription | 
                         Description for the Operation Code  | 0..1 | Field | udt:TextType | |
| AllowedServices | 
                         Number of allowed services under this plan  | 0..1 | Field | udt:NumericType | |
| ClaimedServices | 
                         Number of services claimed  | 0..1 | Field | udt:NumericType | |
| LastPerformedDate | 
                         The date the last services was performed  | 0..1 | Field | udt:DateType | |
| LastPerformedOdometer | 
                         The last mileage at which this operation was performed  | 0..1 | Field | sqdt:LengthMeasureType | 
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.138. ServiceContractPrePaidOPCodes
<ServiceContractPrePaidOPCodes>
     <ServiceOPCD>......</ServiceOPCD>     [0..1]
     <ServiceOPCDDescription>......</ServiceOPCDDescription>     [0..1]
     <AllowedServices>......</AllowedServices>     [0..1]
     <ClaimedServices>......</ClaimedServices>     [0..1]
     <LastPerformedDate>......</LastPerformedDate>     [0..1]
     <LastPerformedOdometer>......</LastPerformedOdometer>     [0..1]
</ServiceContractPrePaidOPCodes>