ST_FixedPercentage

Simple Type Information

Source

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