<xs:simpleType name="V_Alphanum20"> <xs:restriction base="xs:string"> <xs:maxLength value="20"/> <xs:pattern value="[0-9a-zA-Z]*"/> </xs:restriction> </xs:simpleType>