ST_PositivePercentage

Simple Type Information

Source

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