<!ATTLIST MIN value NMTOKEN #REQUIRED> |
Attribute | Mand. | Description | Default |
value | yes | The associated value should be an integer. When the associated value is a negative integer, the action can be invoked without any object selection. A negative or null value specifies that the action can be invoked without selection. However, if the value is null, the action is invoked with an empty list and if the value is negative, the action is called with all objects presented in the current view. The default value is ?1. |
<MIN value="-1"/> |