XML Einrichten Version 1.2
FII Complex Type
XML Einrichten Version 1.2 : FII Complex Type
Description
Group for financial information
Namespace (none)
Diagram
IBANNumber Element BICNumber Element Country Element InstitutionBranchLocation Element InstitutionName Element InstitutionBranch Element AccountHolder2 Element AccountHolder1 Element AccountNumber Element Sequence FII Complex Type
Overview
FII
Group for financial information
Sequence
AccountNumber optional Restriction of xs:string
Account Number
AccountHolder1 optional Restriction of xs:string
Account holder Line 1
AccountHolder2 optional Restriction of xs:string
Account holder Line 2
InstitutionBranch optional Restriction of xs:string
Branch of the bank
InstitutionName optional Restriction of xs:string
Name of the bank
InstitutionBranchLocation optional Restriction of xs:string
City of the bank branch
Country optional Restriction of xs:string
City of the bank
BICNumber optional Restriction of xs:string
BIC Code
IBANNumber optional Restriction of xs:string
IBAN
Used By
Accounting Element
FinancialInformation Element
Source
<xs:complexType name="FII" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Block für Finanzinformationen</xs:documentation>
    <xs:documentation xml:lang="en">Group for financial information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AccountNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Kontonummer </xs:documentation>
        <xs:documentation xml:lang="en">Account Number </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AccountHolder1" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Konto Inhaber Zeile 1 </xs:documentation>
        <xs:documentation xml:lang="en">Account holder Line 1</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AccountHolder2" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Konto Inhaber Zeile 2 </xs:documentation>
        <xs:documentation xml:lang="en">Account holder Line 2</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="InstitutionBranch" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Niederlassung der Bank</xs:documentation>
        <xs:documentation xml:lang="en">Branch of the bank</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="17" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="InstitutionName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Name der Bank </xs:documentation>
        <xs:documentation xml:lang="en">Name of the bank</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="InstitutionBranchLocation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Ort der Bankfiliale </xs:documentation>
        <xs:documentation xml:lang="en">City of the bank branch</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="70" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Country" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Land der Bank </xs:documentation>
        <xs:documentation xml:lang="en">City of the bank</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="BICNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">BIC Code </xs:documentation>
        <xs:documentation xml:lang="en">BIC Code</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="17" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="IBANNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">IBAN</xs:documentation>
        <xs:documentation xml:lang="en">IBAN</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2