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