SwiftBIC

/FundsXML4/Funds/Fund/Subfunds/Subfund/Identifiers/SwiftBIC

Diagram

SwiftBIC

Documentation

EN

Business Identifier Code from SWIFT (3-12 chars)

DE

[AUTO] SWIFT Business Identifier Code (3-12 Zeichen)

FR

Business Identifiant Code de SWIFT (3-12 chars)

NL

Business Identificatie Code van SWIFT (3-12 chars)

Properties

Type
BicCodeType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
7
Sample Data
aaa
Restrictions
Base: xs:string
MinLength: 3
MaxLength: 12

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SwiftBIC"
            type="BicCodeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Business Identifier Code from SWIFT (3-12 chars)</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] SWIFT Business Identifier Code (3-12 Zeichen)</xs:documentation>
      <xs:documentation xml:lang="fr">Business Identifiant Code de SWIFT (3-12 chars)</xs:documentation>
      <xs:documentation xml:lang="nl">Business Identificatie Code van SWIFT (3-12 chars)</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (BicCodeType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="BicCodeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">BIC Code (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] BIC-Code (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="fr">BIC Code (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="nl">BIC Code (SWIFT)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:minLength value="3"/>
      <xs:maxLength value="12"/>
   </xs:restriction>
</xs:simpleType>