XML FOR DOMINO


sharedactions element
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;


Attributes

<!ATTLIST sharedactions
%design.note.attrs;
maxid%integer;#IMPLIED
>

maxid


See Also