<xs:simpleType name="BBANIdentifier"> <xs:restriction base="xs:string"> <xs:pattern value="[a-zA-Z0-9]{1,30}" /> </xs:restriction> </xs:simpleType>