<ACTIONS> : List of actions

ROLE

The list of fields is a content list that may contain ACTION or ACTION_REF elements. Instructions are defined inside the Using content lists" section.
When an action is defined for a class, it is accessible from the views relating to objects of the class.

ATTRIBUTES

<!ATTLIST ACTIONS
	  idrefs IDREFS #IMPLIED
	  condition CDATA #IMPLIED
	  operation ( RESET | ADD | REMOVE) "ADD"
	  position NMTOKEN #IMPLIED>
Attribute Mand. Description Default
idrefs no References of actions that belong to this list of actions.
See "Using content list" section for more information.
 
condition no This attribute defines the condition for the existence of this list.
See "Using content list" section for detailed usage.
 
operation no This parameter tells how this list is merges with existing one.
See "Using content list" section for detailed usage.
ADD
position no This parameter indicates at which position this list is inserted in current one.
See "Using content list" section for detailed usage.
 

ELEMENTS

<!ELEMENT ACTIONS 
	  (%AN_ACTION; |
	   ACTION_REF)*>
Element Mand. Mult. Description
AN_ACTION
yes no Actions that belongs to this actions list.
ACTION_REF yes no Reference of an action that belongs to this actions list.