WarrantyAdditional

Uses the Component:WarrantyAdditionalType

Deprecated: Use Warranty

Represents information about the OEM warranty on the vehicle

Fields and Components

Table 6.91. Fields and Components

Name Description Occurrence Type Data Type User Notes
WarrantyStartDate

Start date of vehicle warranty

0..1Field udt:DateType  
WarrantyExpirationDate

Last date of vehicle warranty coverage for warranty currently in force at time of repair

0..1Field udt:DateType  
RoadsideAssistanceIndicator

Indicates whether coverage includes roadside assistance

0..1Field udt:IndicatorType  
MasterShieldIndicator

Indicates if vehicle is covered by the Master Shield Extended warranty

0..1Field udt:IndicatorType  
WarrantyTransferIndicator

Indicates if warranty is transferable

0..1Field udt:IndicatorType  
WarrantyTypeDescription

Description of type of warranty Example: Basic /Powertrain, etc.

0..*Field udt:TextType  
WarrantyStatusCode

Whether warranty is still applicable

0..1Field udt:CodeType  
WarrantyRemaining

Defines how much warranty is left, either in time or miles

0..1Field udt:TextType  
WarrantyNotes

Any Warranty related Notes

0..1Field udt:TextType  
WarrantyStartDistanceMeasure

Mileage at start date of vehicle warranty

0..1Field sqdt:LengthMeasureType  
WarrantyEndDistanceMeasure

Mileage limit for vehicle warranty coverage for warranty currently in force at time of repair

0..1Field sqdt:LengthMeasureType  
ReceiptNumberString

Numeric identifier found on the carrier's receipt when a vehicle is delivered to the dealer

0..1Field qdt:StringType  
DelayedInspectionCode

Explains why a vehicle cannot be initially inspected once it arrives at a dealer (ie: dealer closed, no one around to sign for vehicle)

0..1Field udt:CodeType  
VehicleArrivalDate

The date the original retail vehicle is delivered to a dealer.

0..1Field udt:DateType  
WarrantyCancelCode

Warranty cancellation code

0..1Field udt:CodeType  
WarrantyCancelDate

Warranty cancel date

0..1Field udt:DateType  
FactoryExtWarrantyMileageDistance

End Mileage for Extended Warranty Mileage Deprecated. Use: FactoryExtendedWarrantyDistanceMeasure

0..1Field sqdt:DistanceType  
FactoryExtWarrantyDate

End Date for Extended Warranty Date.

0..1Field udt:DateType  
FactoryExtWarrantyRemainingNumeric

Days Remaining in Extended Warranty

0..1Field udt:NumericType  
FactoryExtWarrantyCode

Codes that define what is covered under extended warranty

0..*Field udt:CodeType  
FactoryExtendedWarrantyDistanceMeasure

End Mileage for Extended Warranty Mileage

0..1Field sqdt:LengthMeasureType  
WarrantyCancelServiceLaborHistory

Service Labor History that is related to the Canceled Warranty.

0..*ComponentServiceLaborHistoryType 
WarrantyCancelTransactionType

Canceled Transaction Types.

0..*Field udt:TextType  
WarrantyCoverage

Describes additional coverage information in regards to sub-components, or parts for the items covered under a warranty.

0..*ComponentWarrantyCoverageType 
MaintenanceAgreementIndicator

Indicates whether there is an agreement that allows customer to perform their own warranty work

0..1Field udt:IndicatorType  
WarrantyStartOperatingHours

Capability to handle main coverage warranty information based on operating hours.

0..1Field udt:NumericType  
WarrantyEndOperatingHours

Capability to handle main coverage warranty information based on operating hours.

0..1Field udt:NumericType  
WarrantyStartTimeMeasure

Usage time at start date of vehicle warranty.

0..1Field sqdt:TimeMeasureType  
WarrantyEndTimeMeasure

Usage time limit for vehicle warranty coverage for warranty currently in force at time of repair.

0..1Field sqdt:TimeMeasureType  

Sample XML

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.91. WarrantyAdditional

<WarrantyAdditional>
     <WarrantyStartDate>......</WarrantyStartDate>     [0..1]
     <WarrantyExpirationDate>......</WarrantyExpirationDate>     [0..1]
     <RoadsideAssistanceIndicator>......</RoadsideAssistanceIndicator>     [0..1]
     <MasterShieldIndicator>......</MasterShieldIndicator>     [0..1]
     <WarrantyTransferIndicator>......</WarrantyTransferIndicator>     [0..1]
     <WarrantyTypeDescription>......</WarrantyTypeDescription>     [0..*]
     <WarrantyStatusCode>......</WarrantyStatusCode>     [0..1]
     <WarrantyRemaining>......</WarrantyRemaining>     [0..1]
     <WarrantyNotes>......</WarrantyNotes>     [0..1]
     <WarrantyStartDistanceMeasure>......</WarrantyStartDistanceMeasure>     [0..1]
     <WarrantyEndDistanceMeasure>......</WarrantyEndDistanceMeasure>     [0..1]
     <ReceiptNumberString>......</ReceiptNumberString>     [0..1]
     <DelayedInspectionCode>......</DelayedInspectionCode>     [0..1]
     <VehicleArrivalDate>......</VehicleArrivalDate>     [0..1]
     <WarrantyCancelCode>......</WarrantyCancelCode>     [0..1]
     <WarrantyCancelDate>......</WarrantyCancelDate>     [0..1]
     <FactoryExtWarrantyMileageDistance>......</FactoryExtWarrantyMileageDistance>     [0..1]
     <FactoryExtWarrantyDate>......</FactoryExtWarrantyDate>     [0..1]
     <FactoryExtWarrantyRemainingNumeric>......</FactoryExtWarrantyRemainingNumeric>     [0..1]
     <FactoryExtWarrantyCode>......</FactoryExtWarrantyCode>     [0..*]
     <FactoryExtendedWarrantyDistanceMeasure>......</FactoryExtendedWarrantyDistanceMeasure>     [0..1]
     <WarrantyCancelServiceLaborHistory>......</WarrantyCancelServiceLaborHistory>     [0..*]
     <WarrantyCancelTransactionType>......</WarrantyCancelTransactionType>     [0..*]
     <WarrantyCoverage>......</WarrantyCoverage>     [0..*]
     <MaintenanceAgreementIndicator>......</MaintenanceAgreementIndicator>     [0..1]
     <WarrantyStartOperatingHours>......</WarrantyStartOperatingHours>     [0..1]
     <WarrantyEndOperatingHours>......</WarrantyEndOperatingHours>     [0..1]
     <WarrantyStartTimeMeasure>......</WarrantyStartTimeMeasure>     [0..1]
     <WarrantyEndTimeMeasure>......</WarrantyEndTimeMeasure>     [0..1]
</WarrantyAdditional>