Definition Type: ComplexType
Name: WarrantyClaimDeductibleType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DeductibleWaiverIndicator in schema components_xsd Drilldown into Tax in schema components_xsd Drilldown into DeductibleAmount in schema components_xsd Drilldown into DeductibleTypeString in schema components_xsdXSD Diagram of WarrantyClaimDeductibleType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeductibleTypeString star:DeductibleTypeString 0 (1)
DeductibleAmount star:DeductibleAmount 0 (1)
Tax star:Tax 0 unbounded
DeductibleWaiverIndicator star:DeductibleWaiverIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
star:WarrantyClaimDeductible