Definition Type: ComplexType
Name: CreditType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CreditAmount in schema components_xsd Drilldown into CreditDescription in schema components_xsdXSD Diagram of CreditType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="CreditDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Miscellaneous additions to the dealer settlement amount
                            (e.g., Owner Loyalty Reimbursement).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CreditAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The dollar amount being added to the dealer settlement
                            amount.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditDescription star:CreditDescription 0 unbounded
CreditAmount star:CreditAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Credit