simpleType BicCodeType
type restriction of xs:string
properties
base xs:string
used by
elements CounterpartyType/BIC IdentifiersType/SwiftBIC
facets
Kind Value Annotation
minLength 3
maxLength 12
annotation
documentation
BIC Code (SWIFT)
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy