<MIN> : Minimum number of selected objects

ROLE

This tag defines the minimum number of selected objects for the action to be enabled.

ATTRIBUTES

<!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.  

SAMPLE

<MIN value="-1"/>