2.3.52 ST_percentage

Referenced by: CT_stop, CT_gradient

A percentage specified in decimal form.

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

 <xs:simpleType name="ST_percentage">
   <xs:restriction base="xs:double">
     <xs:minInclusive value="0.0"/>
     <xs:maxInclusive value="1.0"/>
   </xs:restriction>
 </xs:simpleType>

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