Definition Type: ComplexType
Name: CustomerFinancialInformationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Customer's Financial Information
Collapse XSD Schema Diagram:
Drilldown into CustomerCredit in schema components_xsd Drilldown into CreditStatus in schema components_xsd Drilldown into CurrencyCode in schema components_xsd Drilldown into PaymentTerms in schema components_xsdXSD Diagram of CustomerFinancialInformationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerFinancialInformationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Customer's Financial Information
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PaymentTerms" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="oacl:CurrencyCodeContentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Default currency for the end customer. 
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="CreditStatus" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Credit status, could be open or blocked.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CustomerCredit" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentTerms star:PaymentTerms 0 unbounded
CurrencyCode star:CurrencyCode 0 1
CreditStatus star:CreditStatus 0 1
CustomerCredit star:CustomerCredit 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:CustomerFinancialInformation