2.2.4.11 ST_Percent

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_TopPercent

A float ([XMLSCHEMA2] section 3.2.4) that specifies a percentage. MUST be greater than or equal to 0 and less than or equal to 100.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_Percent">
   <xsd:restriction base="xsd:float">
     <xsd:minExclusive value="0"/>
     <xsd:maxInclusive value="100"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).