<xs:simpleType name="clientIdType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9A-Za-z_-]+" /> <xs:maxLength value="50" /> </xs:restriction> </xs:simpleType>