The following is the definition of a user-derived datatype which limits values to integers less than or equal to 100,
using maxInclusive.
<simpleType name='one-hundred-or-less'>
<restriction base='integer'>
<maxInclusive value='100'/>
</restriction>
</simpleType>