2.2.5.22 wscn:Adjustment100BaseType

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

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