Uses the Component:WarrantyCoverageType
Describes additional coverage information in regards to sub-components, or parts for the items covered under a warranty.
Table 6.65. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CoverageCode |
Identifies Service Contract coverage beyond plan code and contract type | 0..1 | Field | udt:CodeType | |
| WarrantyEndDistanceMeasure |
Mileage limit for vehicle warranty coverage for warranty currently in force at time of repair | 0..* | Field | sqdt:LengthMeasureType | |
| CoverageDescription |
A textual description for the coverage of a warranty or plan. | 0..* | Field | udt:TextType | |
| DeductibleAmount |
The Customer Deductible and/or Co/pay amount Amount. Eg:$50.00 | 0..* | Field | udt:AmountType | |
| MaintenanceAgreementIndicator |
Indicates whether there is an agreement that allows customer to perform their own warranty work | 0..1 | Field | udt:IndicatorType | |
| TermMeasure |
Number of months of contract term | 0..1 | Field | sqdt:TimeMeasureType | |
| BluePrintCode |
A code used to define to represent a design schematic. | 0..1 | Field | udt:CodeType | |
| WarrantyCoverageInterval |
Enable the capability to handle WarrantyCoverageIntervals of different types. | 0..* | Component | WarrantyCoverageIntervalType |
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.65. WarrantyCoverage
<WarrantyCoverage>
<CoverageCode>......</CoverageCode> [0..1]
<WarrantyEndDistanceMeasure>......</WarrantyEndDistanceMeasure> [0..*]
<CoverageDescription>......</CoverageDescription> [0..*]
<DeductibleAmount>......</DeductibleAmount> [0..*]
<MaintenanceAgreementIndicator>......</MaintenanceAgreementIndicator> [0..1]
<TermMeasure>......</TermMeasure> [0..1]
<BluePrintCode>......</BluePrintCode> [0..1]
<WarrantyCoverageInterval>......</WarrantyCoverageInterval> [0..*]
</WarrantyCoverage>