limitation |
description |
enumeration |
A list of acceptable values is defined. |
fractionDigits |
Define the maximum number of decimal places allowed. It must be greater than or equal to 0. |
length |
Define the precise number of characters or list items allowed. It must be greater than or equal to 0. |
maxExclusive |
Define the upper limit of the number. The allowed values must be less than this value. |
maxInclusive |
Define the upper limit of the number. The allowed values must be less than or equal to this value. |
maxLength |
Define the maximum number of characters or list items allowed. It must be greater than or equal to 0. |
minExclusive |
Define the lower limit of the number. The allowed values must be greater than this value. |
minInclusive |
Define the lower limit of the number. The allowed values must be greater than or equal to this value. |
minLength |
Define the minimum number of characters or list items allowed. It must be greater than or equal to 0. |
pattern |
Define the precise sequence of characters that are acceptable. |
totalDigits |
Define the precise number of digits allowed for Arabic numerals. It must be greater than 0. |
whiteSpace |
Define the handling of whitespace characters (newlines, carriage returns, spaces, and tab characters). |