Uses the Component:RemarketingWarrantyType
Vehicle warranty
Table 6.35. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| WarrantyTypeCode |
Type of warranty (Ex: OEM new, OEM used or third party) | 0..1 | Field | udt:CodeType | |
| WarrantyTypeDescription |
Description of type of warranty Example: Basic /Powertrain, etc | 0..* | Field | udt:TextType | |
| WarrantyStartDate |
Deprecated. Use WarrantyPeriod Start date of vehicle warranty | 0..1 | Field | udt:DateType | |
| WarrantyExpirationDate |
Deprecated. Use WarrantyPeriod Last date of vehicle warranty coverage for warranty currently in force at time of repair | 0..1 | Field | udt:DateType | |
| RoadsideAssistanceIndicator |
Indicates whether coverage includes roadside assistance | 0..1 | Field | udt:IndicatorType | |
| WarrantyTransferIndicator |
Flag indicating if warranty is transferable | 0..1 | Field | udt:IndicatorType | |
| WarrantyNotes |
Any Warranty related Notes | 0..1 | Field | udt:TextType | |
| WarrantyClassCode |
A classification of warranty specifications that the warranty must address such as 'tires, power train, rust 'or 'power train only' and can be based on the age or mileage | 0..1 | Field | udt:CodeType | |
| WarrantyStartDistanceMeasure |
Mileage at start date of vehicle warranty | 0..1 | Field | sqdt:LengthMeasureType | |
| WarrantyEndDistanceMeasure |
Mileage limit for vehicle warranty coverage for warranty currently in force at time of repair | 0..1 | Field | sqdt:LengthMeasureType | |
| WarrantyPeriod |
Describe the duration, and length of a warranty. Including start and end dates, as well well as periods of time. | 0..1 | Component | PeriodABIEType |
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.35. RemarketingWarranty
<RemarketingWarranty>
<WarrantyTypeCode>......</WarrantyTypeCode> [0..1]
<WarrantyTypeDescription>......</WarrantyTypeDescription> [0..*]
<WarrantyStartDate>......</WarrantyStartDate> [0..1]
<WarrantyExpirationDate>......</WarrantyExpirationDate> [0..1]
<RoadsideAssistanceIndicator>......</RoadsideAssistanceIndicator> [0..1]
<WarrantyTransferIndicator>......</WarrantyTransferIndicator> [0..1]
<WarrantyNotes>......</WarrantyNotes> [0..1]
<WarrantyClassCode>......</WarrantyClassCode> [0..1]
<WarrantyStartDistanceMeasure>......</WarrantyStartDistanceMeasure> [0..1]
<WarrantyEndDistanceMeasure>......</WarrantyEndDistanceMeasure> [0..1]
<WarrantyPeriod>......</WarrantyPeriod> [0..1]
</RemarketingWarranty>