agentdata (Domino DTD)

Represents an agent data note. An agent data note is created and obtained via the Notes backend classes and is populated by the agent code. It can contain persistent data that is used from run to run of an agent. Agent data notes are not imported, but they can be exported for information purposes.

Containment Hierarchy

Contained by: %design.elements;

Contains: %design.note.prolog;, %note.epilog;

Syntax

<!ELEMENT agentdata ( %design.note.prolog; , %note.epilog; )>

Content

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

Contains any of the contents of the %design.note.prolog; entity, followed by any of the contents of the %note.epilog; entity.

Example