sharedactions (Domino DTD)

Represents a shared action. A shared action is an action that is stored as a shared resource in a database, enabling it to be used by more than one form or view.

Containment Hierarchy

Contained by: %design.elements;

Contains: %design.note.prolog;, <action>, %note.epilog;

Syntax

<!ELEMENT sharedactions ( %design.note.prolog; , action* , %note.epilog; )>

Content

%design.note.prolog; , action* , %note.epilog;

Contains any number of the contents of the %design.note.prolog; entity and <action> element, followed by any number of the contents of the %note.epilog; entity.

Attributes

<!ATTLIST sharedactions

%design.note.attrs;

maxid

%integer;

#IMPLIED

>

maxid

For a list of shared actions, this records the highest shared action ID used so far.