| Attributes |
| Name | Required | Request-time | Type | Description |
| client | false | false | java.lang.String | Flag indicating whether this validation should be enforced on the client side as well as the server side. If not specified, the default is "true". |
| maximum | false | false | java.lang.String | Upper limit on legal values for this component. If not specified, no upper limit is enforced. |
| message | false | false | java.lang.String | Error message template for reporting validation errors. If not specified, the default value from either the application message resource bundle, or the default resource bundle, will be used. |
| minimum | false | false | java.lang.String | Lower limit on legal values for this component. If not specified, no lower limit is enforced. |