<xsd:complexType name="CreditContractWarrantyType">
<xsd:sequence>
<xsd:element minOccurs="0" name="TermMeasure" type="sqdt:TimeMeasureType">
<xsd:annotation>
<xsd:documentation>The Term Compound represents information about the number of months in the contract term.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractCompanyName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>Warranty contract company name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractDeductibleAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Amount of contract deductible.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FinancedIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates whether the warranty is being financed through the retail credit contract or capitalized for lease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="InsideCarrierTypeIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates whether the warranty is provided by the finance source (inside) or an outside company.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="WarrantyTypeCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>A code used to classify into coverage categories.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ContractTermDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>The ContractTermMileage Compound represents the odometer mileage allowed under terms of the warranty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|