2.2.5.25 wscn:CompressionQualityFactorBaseType

The wscn:CompressionQualityFactorBaseType type restricts the built-in type xs:int (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) to a minimum value of zero and a maximum value of 100.

 <xs:simpleType name="CompressionQualityFactorBaseType">
    <xs:restriction base="xs:int">
       <xs:minInclusive value="0"/>
       <xs:maxInclusive value="100"/>
    </xs:restriction>
 </xs:simpleType>