<xs:simpleType name="restrictedStringType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:pattern value="^[a-zA-Z0-9 ]*$" /> <xs:maxLength value="60" /> </xs:restriction> </xs:simpleType>