XML Schema Tag Library -- Version 2.1

<range> Value Range

Description: This is the actual range of values. The "UNITS" attribute permits the specification of integer/real numbers. The "min" and "max" attributes specify the lowest and highest values that are part of the range. The "minExclusive" and "maxExclusive" attributes specify values that are immediately outside the range. This is an empty element consisting only of its attributes.

Example(s):

For example, x < 1 or 10 <= x < 20 would be expressed as <range maxExclusive="1"/><range min="10" 
maxExclusive="20" />.