Definition Type: ComplexType
Name: DealerRecourseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DealerRecourseTermString in schema components_xsd Drilldown into DealerRecourseAmount in schema components_xsd Drilldown into DealerRecourseTypeString in schema components_xsdXSD Diagram of DealerRecourseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DealerRecourseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="DealerRecourseTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the type of guarantee that the dealer is
                            providing. EX: Full Repurchase, Partial Repurchase, Residual Guarantee,
                            Advance.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DealerRecourseAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The amount of the guarantee that the dealer is providing.
                            This amount is related to the Dealer Recourse Type.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DealerRecourseTermString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        The term of the guarantee that the dealer is providing.
                            This amount is related to the Dealer Recourse Type.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DealerRecourseTypeString star:DealerRecourseTypeString 0 (1)
DealerRecourseAmount star:DealerRecourseAmount 0 (1)
DealerRecourseTermString star:DealerRecourseTermString 0 (1)
Collapse Derivation Tree:
Collapse References:
star:DealerRecourse