2.2.5.40 wscn:ScalingRangeBaseType

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

 <xs:simpleType name="ScalingRangeBaseType">
    <xs:restriction base="xs:int">
       <xs:minInclusive value="1"/>
       <xs:maxInclusive value="1000"/>
    </xs:restriction>
 </xs:simpleType>