SwiftBIC
/FundsXML4/AssetMasterData/Asset/AssetDetails/Account/Counterparty/Identifiers/SwiftBIC
Diagram
Documentation
Business Identifier Code from SWIFT (3-12 chars)
Properties
- Type
- BicCodeType
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 7
- Sample Data
- aaaaaaaaaa
- Restrictions
- Base: xs:string
MinLength: 3
MaxLength: 12
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="SwiftBIC"
type="BicCodeType">
<xs:annotation>
<xs:documentation>Business Identifier Code from SWIFT (3-12 chars)</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(BicCodeType)
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:xs="http://www.w3.org/2001/XMLSchema"
name="BicCodeType">
<xs:annotation>
<xs:documentation>BIC Code (SWIFT)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>