<xs:simpleType name="tThreeLetterString"> <xs:restriction base="xs:string"> <xs:pattern value="\w{1,3}"/> </xs:restriction> </xs:simpleType>