<xsd:simpleType name="ST_Percentage"> <xsd:restriction base="xsd:string"> <xsd:pattern value="-?[0-9]+(\.[0-9]+)?%"/> </xsd:restriction> </xsd:simpleType>