| namespace | http://www.fundsxml.org/XMLSchema/3.1.1 | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType 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> |