Definition Type: ComplexType
Name: FinancialAccountType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Containing Schema: UBL-CommonAggregateComponents-2.0.xsd
Abstract
Documentation:
ABIE Financial Account. Details Information about a Financial Account. Financial Account
Collapse XSD Schema Diagram:
Drilldown into Country in schema ubl-commonaggregatecomponents-2_0_xsd Drilldown into FinancialInstitutionBranch in schema ubl-commonaggregatecomponents-2_0_xsd Drilldown into PaymentNote in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into CurrencyCode in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into AccountTypeCode in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into Name in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into ID in schema ubl-commonbasiccomponents-2_0_xsdXSD Diagram of FinancialAccountType in schema ubl-commonaggregatecomponents-2_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="FinancialAccountType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Financial Account. Details</ccts:DictionaryEntryName>
                <ccts:Definition>Information about a Financial Account.</ccts:Definition>
                <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Identifier</ccts:DictionaryEntryName>
                        <ccts:Definition>The identifier for the Financial Account; the Bank Account Number.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
                        <ccts:DataType>Identifier. Type</ccts:DataType>
                        <ccts:Examples>SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616.</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Name</ccts:DictionaryEntryName>
                        <ccts:Definition>The name of the Financial Account.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTerm>Name</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
                        <ccts:DataType>Name. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:AccountTypeCode" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Account Type Code. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>The type of Financial Account, expressed as a code.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTerm>Account Type Code</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:CurrencyCode" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Currency Code. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>The currency in which the Financial Account is held, expressed as a code.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Currency_ Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:PaymentNote" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Payment_ Note. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>Free-form text applying to the Payment to the owner of this account.</ccts:Definition>
                        <ccts:Cardinality>0..n</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Note</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="FinancialInstitutionBranch" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Financial Institution_ Branch. Branch</ccts:DictionaryEntryName>
                        <ccts:Definition>An association to Financial Institution Branch.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Financial Institution</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Branch</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Branch</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Country" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Financial Account. Country</ccts:DictionaryEntryName>
                        <ccts:Definition>An association to Country.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Financial Account</ccts:ObjectClass>
                        <ccts:PropertyTerm>Country</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID cbc:ID 0 1
Name cbc:Name 0 1
AccountTypeCode cbc:AccountTypeCode 0 1
CurrencyCode cbc:CurrencyCode 0 1
PaymentNote cbc:PaymentNote 0 unbounded
FinancialInstitutionBranch cac:FinancialInstitutionBranch 0 1
Country cac:Country 0 1
Collapse Derivation Tree:
Collapse References:
cac:FinancialAccount, cac:PayeeFinancialAccount, cac:PayerFinancialAccount