Definition Type: ComplexType
Name: FinancialAccountABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A specific business arrangement whereby debits and/or credits arising from transactions are recorded, such as, a financial account with a bank, a financial account with a trading partner etc.
Collapse XSD Schema Diagram:
Drilldown into RoutingTransitID in schema components_xsd Drilldown into CreditFinancing in schema components_xsd Drilldown into BalanceAmount in schema components_xsd Drilldown into DefaultCurrencyCode in schema components_xsd Drilldown into AccountName in schema components_xsd Drilldown into AccountTypeString in schema components_xsd Drilldown into AccountID in schema components_xsdXSD Diagram of FinancialAccountABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FinancialAccountABIEType">
    <xsd:annotation>
        <xsd:documentation> A specific business arrangement whereby debits and/or credits
                arising from transactions are recorded, such as, a financial account with a bank, a
                financial account with a trading partner etc. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="AccountID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies an account
                number or similary identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="AccountTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies the type of
                account.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="AccountName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The name that provides
                descriptive meaning to an account.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DefaultCurrencyCode" type="oacl:CurrencyCodeContentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Currency used for
                transactions</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BalanceAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Remaining balance on
                Current Vehicle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="CreditFinancing" />
        <xsd:element maxOccurs="1" minOccurs="0" name="RoutingTransitID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A nine-digit number
                (eight digits and a check digit) that identifies a specific financial institution.
                Also referred to as the ABA number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccountID star:AccountID 0 1
AccountTypeString star:AccountTypeString 0 1
AccountName star:AccountName 0 1
DefaultCurrencyCode star:DefaultCurrencyCode 0 1
BalanceAmount star:BalanceAmount 0 1
CreditFinancing star:CreditFinancing 0 1
RoutingTransitID star:RoutingTransitID 0 1
Collapse Derivation Tree:
Collapse References:
star:SpecifiedFinancialAccount