| Attributes |
| Name | Required | Request-time | Type | Description |
| formId | true | true | java.lang.String | Form id to bind the mandatory validation on. |
| type | true | true | int | Type of mandatory rule. MandatoryInterface.OR if one of the control must succeed, MandatoryInterface.AND if all the controls must be successful. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |