
|
Length - Exact number of characters or list items allowed. It must be equal to or greater than zero
|

|
Minimum length - Minimum number of characters or list items allowed. It must be equal to or greater than zero
|

|
Maximum length - Maximum number of characters or list items allowed. It must be equal to or greater than zero
|

|
Minimum exclusive - Lower bound for numeric values. All values are greater than this value
|

|
Maximum exclusive - Upper bound for numeric values. All values are lower than this value
|

|
Minimum inclusive - Minimum value allowed for data type
|

|
Maximum inclusive - Maximum value allowed for data type
|

|
Total digits - Exact number of decimal digits allowed. It must be greater than zero
|

|
Fraction digits - Maximum number of decimal digits in the fractional part
|

|
Whitespace - Way of handling white spaces. The following values are available:
Preserve - white spaces are unchanged.
Replace - Tabs, line feeds and carriage returns are replaced with spaces.
Collapse - Contiguous sequences of spaces are collapsed to a single space. Leading and trailing spaces are removed.
|