Element validation.MinMax

Substitution Groups:
validation.IValidator

For an integer value, checks it is greater than the Min and/or lower than the Max.
For a String value, checks its length is greater than the Min and/or lower than the Max.


Attributes
optional   long Min The minimum value (or length).
optional   long Max The maximum value (or length).