<xsd:complexType name="RemarketingWarrantyType">
<xsd:sequence>
<xsd:element minOccurs="0" name="WarrantyTypeCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Type of warranty (Ex: OEM new, OEM used or third party)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="WarrantyTypeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Description of type of warranty Example: Basic /Powertrain, etc</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyStartDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Deprecated. Use WarrantyPeriod</xsd:documentation>
<xsd:documentation>Start date of vehicle warranty</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyExpirationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Deprecated. Use WarrantyPeriod</xsd:documentation>
<xsd:documentation>Last date of vehicle warranty coverage for warranty currently in force at time of repair</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RoadsideAssistanceIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates whether coverage includes roadside assistance</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyTransferIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Flag indicating if warranty is transferable</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyNotes" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Any Warranty related Notes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyClassCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>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</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyStartDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>Mileage at start date of vehicle warranty</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyEndDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>Mileage limit for vehicle warranty coverage for warranty currently in force at time of repair</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="WarrantyPeriod" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|