SwiftBIC

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/CorporateAction/from/Identifiers/SwiftBIC

Diagram

SwiftBIC

Documentation

EN

Business Identifier Code from SWIFT (3-12 chars)

DE

SWIFT Business Identifier Code (3-12 Zeichen)

FR

Code d'identification d'entreprise SWIFT (3-12 caractères)

NL

SWIFT bedrijfsidentificatiecode (3-12 tekens)

ES

Código de identificación comercial de SWIFT (3-12 caracteres)

IT

Codice identificativo aziendale da SWIFT (3-12 caratteri)

CS

Identifikační kód podniku SWIFT (3-12 znaků)

HU

SWIFT üzleti azonosító kód (3-12 karakter)

Properties

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

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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">SWIFT Business Identifier Code (3-12 Zeichen)</xs:documentation>
      <xs:documentation xml:lang="fr">Code d'identification d'entreprise SWIFT (3-12 caractères)</xs:documentation>
      <xs:documentation xml:lang="nl">SWIFT bedrijfsidentificatiecode (3-12 tekens)</xs:documentation>
      <xs:documentation xml:lang="es">Código de identificación comercial de SWIFT (3-12 caracteres)</xs:documentation>
      <xs:documentation xml:lang="it">Codice identificativo aziendale da SWIFT (3-12 caratteri)</xs:documentation>
      <xs:documentation xml:lang="cs">Identifikační kód podniku SWIFT (3-12 znaků)</xs:documentation>
      <xs:documentation xml:lang="hu">SWIFT üzleti azonosító kód (3-12 karakter)</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (BicCodeType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               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">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:documentation xml:lang="es">Código BIC (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="it">Codice BIC (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="cs">BIC Code (SWIFT)</xs:documentation>
      <xs:documentation xml:lang="hu">BIC kód (SWIFT)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:minLength value="3"/>
      <xs:maxLength value="12"/>
   </xs:restriction>
</xs:simpleType>