Definition Type: ComplexType
Name: WarrantyClaimReconciliationType
Namespace: http://www.starstandard.org/STAR/5
Type: star:WarrantyClaimBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClaimStatusCode in schema components_xsd Drilldown into TransactionCategorySubGroupTypeCode in schema components_xsd Drilldown into ReversalForCreditIndicator in schema components_xsd Drilldown into ReversalForDebitIndicator in schema components_xsd Drilldown into AuthorizationNumberString in schema components_xsd Drilldown into Tax in schema components_xsd Drilldown into DealerContributionAmount in schema components_xsd Drilldown into WarrantyNotes in schema components_xsd Drilldown into ClaimGasIndicator in schema components_xsd Drilldown into JobReconciliation in schema components_xsd Drilldown into DispositionReason in schema components_xsd Drilldown into AdjustmentReason in schema components_xsd Drilldown into ToBePaidAmount in schema components_xsd Drilldown into AdjustedIndicator in schema components_xsd Drilldown into WarrantyClaimDeductible in schema components_xsd Drilldown into ExternalReferenceNumberString in schema components_xsd Drilldown into OEMClaimNumberString in schema components_xsd Drilldown into ClaimTypeString in schema components_xsd Drilldown into ClaimNumberString in schema components_xsd Drilldown into WarrantyClaimBaseType in schema components_xsdXSD Diagram of WarrantyClaimReconciliationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="WarrantyClaimReconciliationType">
    <xsd:complexContent>
        <xsd:extension base="WarrantyClaimBaseType">
            <xsd:sequence>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="WarrantyClaimDeductible">
                    <xsd:annotation>
                        <xsd:documentation>Deductible information associated with Warranty Claim</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="AdjustedIndicator" type="udt:IndicatorType">
                    <xsd:annotation>
                        <xsd:documentation>Indicates that the final payment Amount was adjusted from the original submission amount during processing</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ToBePaidAmount" type="udt:AmountType">
                    <xsd:annotation>
                        <xsd:documentation>Amount paid on claim, not necessarily the amount claimed</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AdjustmentReason">
                    <xsd:annotation>
                        <xsd:documentation>Reason that adjustment was made on request</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DispositionReason">
                    <xsd:annotation>
                        <xsd:documentation>Reason that disposition was changed on request</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="JobReconciliation">
                    <xsd:annotation>
                        <xsd:documentation>Job information associated with a Warranty Claim.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ClaimGasIndicator" type="udt:IndicatorType">
                    <xsd:annotation>
                        <xsd:documentation>Determines whether the cost of gas is included in the request for reimbursement</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="WarrantyNotes" type="udt:TextType">
                    <xsd:annotation>
                        <xsd:documentation>Notes from OEM to dealer regarding this claim</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="DealerContributionAmount" type="udt:AmountType">
                    <xsd:annotation>
                        <xsd:documentation>The dealer�¢??s contribution and or copay amount factored out of the total claim amount</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 maxOccurs="1" minOccurs="0" name="AuthorizationNumberString" type="qdt:StringType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Authorization Number</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="1" minOccurs="0" name="ReversalForDebitIndicator" type="udt:IndicatorType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates that the WarrantyClaim component contains a reversal due to a full or partial debit transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="1" minOccurs="0" name="ReversalForCreditIndicator" type="udt:IndicatorType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates that the WarrantyClaim component contains a reversal due to a an additional credit transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="1" minOccurs="0" name="TransactionCategorySubGroupTypeCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the transaction type flag for the claim. (Vehicle Policy, Special Policy, Vehicle Misbuild, Reciprical, ...). This is a subcategory to the Claim Type. Typically there is one Claim Type with one or more Transaction Categories).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="1" minOccurs="0" name="ClaimStatusCode" type="udt:CodeType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">This code indicates the status of the claim values are:
                             A=Approved, D=Denied, R=Rejected, S=Suspended, P=Paid. It is possible to include the text of the code i.e., "Approved" in the CodeType attribute
                              "name". Please refer to the CodeType documentation.
                           </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClaimNumberString star:ClaimNumberString 0 (1)
ClaimTypeString star:ClaimTypeString 0 (1)
OEMClaimNumberString star:OEMClaimNumberString 0 (1)
ExternalReferenceNumberString star:ExternalReferenceNumberString 0 (1)
WarrantyClaimDeductible star:WarrantyClaimDeductible 0 unbounded
AdjustedIndicator star:AdjustedIndicator 0 (1)
ToBePaidAmount star:ToBePaidAmount 0 (1)
AdjustmentReason star:AdjustmentReason 0 unbounded
DispositionReason star:DispositionReason 0 unbounded
JobReconciliation star:JobReconciliation 0 unbounded
ClaimGasIndicator star:ClaimGasIndicator 0 (1)
WarrantyNotes star:WarrantyNotes 0 (1)
DealerContributionAmount star:DealerContributionAmount 0 (1)
Tax star:Tax 0 unbounded
AuthorizationNumberString star:AuthorizationNumberString 0 1
ReversalForDebitIndicator star:ReversalForDebitIndicator 0 1
ReversalForCreditIndicator star:ReversalForCreditIndicator 0 1
TransactionCategorySubGroupTypeCode star:TransactionCategorySubGroupTypeCode 0 1
ClaimStatusCode star:ClaimStatusCode 0 1
Collapse Derivation Tree:
Collapse References:
star:WarrantyClaimReconciliation