<xs:simpleType name="phoneType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:maxLength value="20" /> <xs:pattern value="^[0-9]*" /> </xs:restriction> </xs:simpleType>