ST_PositiveFixedPercentage

Simple Type Information

Source

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