The following is the definition of a user-derived datatype which limits values to integers less than or equal to 100, using maxExclusive.
<simpleType name='less-than-one-hundred-and-one'›
<restriction base='integer'›
<maxExclusive value='101'/>
</restriction>
</simpleType›
Note that the value space of this datatype is identical to the previous one (named 'one-hundred-or-less').