<xs:simpleType name="mei_data.PERCENT"> <xs:restriction base="xs:token"> <xs:pattern value="[0-9]+(\.?[0-9]*)?%"/> </xs:restriction> </xs:simpleType>