Definition Type: ComplexType
Name: CustomerCreditType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Customer's credit type information. Credit limit, credit balance, etc.
Collapse XSD Schema Diagram:
Drilldown into CreditAmount in schema components_xsd Drilldown into CreditType in schema components_xsdXSD Diagram of CustomerCreditType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerCreditType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
            Customer's credit type information. Credit limit, credit balance, etc. 
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="CreditType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    Could be credit limit or credit balance etc.
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="CreditAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    The customer's credit amount. 
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditType star:CreditType 0 1
CreditAmount star:CreditAmount 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerCredit