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