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