XML FOR DOMINO


trigger element
Example

Represents a trigger that executes an agent.

Containment Hierarchy

Contained by: <agent>

Contains: <schedule>

Syntax

<!ELEMENT trigger ( schedule? )>

Content

schedule?


Attributes

<!ATTLIST trigger
type(%agent.trigger.types;)#REQUIRED
>

type


Defined entity for <trigger> element

The %agent.trigger.types; entity lists the choices for actions that trigger an agent.

Syntax:

<!ENTITY % agent.trigger.types "actionsmenu | agentlist | beforenewmail | afternewmail | docupdate | docpaste | scheduled ">

These options trigger an agent:

actionsmenu


afternewmail
agentlist
beforenewmail
docpaste
docupdate
scheduled
Example
See Also