XML FOR DOMINO


simpleaction element
Represents Lotus Notes simpleaction code.

Containment Hierarchy

Contained by: %code.types;

Contains: %simple.actions;

Syntax

<!ELEMENT simpleaction ( (%simple.actions;)? ) >

Content

(%simple.actions;)?


Attributes

<!ATTLIST simpleaction
action(%simpleaction.types;)#REQUIRED
folder%tstring;#IMPLIED
agent%tstring;#IMPLIED
server%string;#IMPLIED
file%string;#IMPLIED
field%string;#IMPLIED
value%string;#IMPLIED
appendvalue%boolean;#IMPLIED
formulatype(%formula.types;)#IMPLIED
>

action


agent
appendvalue
field
file
folder
formulatype
server
value
Defined entities for <simpleaction> element

The %simple.actions; entity lists the elements that can be defined in a simpleaction.

Syntax:

<!ENTITY % simple.actions "modifybyformaction | sendreplyaction | sendmailaction | sendnewsletteraction | formula ">

The %simpleaction.types; entity defines the options for the action attribute.

Syntax:

<!ENTITY % simpleaction.types "copytodatabase | copytofolder | delete | markread | markunread | modifyfield | modifybyform | movetofolder | removefromfolder | runagent | runformula | send | sendmail | sendnewletter | sendreply ">

copytodatabase


copytofolder
delete
markread
markunread
modifybyform
modifyfield
movetofolder
removefromfolder
runagent
runformula
send
sendmail
sendnewsletter
sendreply
See Also