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