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