<xsd:complexType name="WarrantyClaimDeductibleType">
<xsd:sequence>
<xsd:element minOccurs="0" name="DeductibleTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
The type of customer deductible. Eg: Service
Contract
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DeductibleAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The Customer Deductible and/or Co/pay amount factored out
of the total Claim Amount. Eg:$50.00
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax">
<xsd:annotation>
<xsd:documentation>
Amount of tax on Warranty Claim for Claim and
Dealer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DeductibleWaiverIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates that the dealer waivered the deductible or
changed the deductible from an amount greater than zero to
zero.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|