<xs:simpleType name="termsConditionVersionReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:pattern value="^[0-9]{1,10}$" /> <xs:minLength value="1" /> <xs:maxLength value="10" /> </xs:restriction> </xs:simpleType>