Showing:

Diagrams
Facets
Source
Used by
Simple Type BICType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 8
maxLength 11
pattern [\dA-Z]+
Used by
Source
<xs:simpleType name="BICType">
  <xs:restriction base="xs:string">
    <xs:minLength value="8"/>
    <xs:maxLength value="11"/>
    <xs:pattern value="[\dA-Z]+"/>
  </xs:restriction>
</xs:simpleType>