XML Einrichten Version 1.2
FII Complex Type
XML Einrichten Version 1.2 : FII Complex Type
Beschreibung
Block für Finanzinformationen
Namensraum (none)
Diagramm
IBANNumber Element BICNumber Element Country Element InstitutionBranchLocation Element InstitutionName Element InstitutionBranch Element AccountHolder2 Element AccountHolder1 Element AccountNumber Element Sequence FII Complex Type
Overview
FII
Block für Finanzinformationen
Sequence
AccountNumber optional Restriction of xs:string
Kontonummer
AccountHolder1 optional Restriction of xs:string
Konto Inhaber Zeile 1
AccountHolder2 optional Restriction of xs:string
Konto Inhaber Zeile 2
InstitutionBranch optional Restriction of xs:string
Niederlassung der Bank
InstitutionName optional Restriction of xs:string
Name der Bank
InstitutionBranchLocation optional Restriction of xs:string
Ort der Bankfiliale
Country optional Restriction of xs:string
Land der Bank
BICNumber optional Restriction of xs:string
BIC Code
IBANNumber optional Restriction of xs:string
IBAN
Verwendet von
Accounting Element
FinancialInformation Element
Quelle
<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>
Siehe auch
XML Einrichten Version 1.2