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