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