LOTUS DOMINO の XML


simpleaction 要素
Lotus Notes のシンプルアクションコードを表します。

包含階層

スーパークラス: %code.types;

サブクラス: %simple.actions;

構文

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

[コンテンツ]

(%simple.actions;)?


属性

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

action


agent
appendvalue
field
ファイル
folder
formulatype
server
value
<simpleaction> 要素の定義済みエンティティ

%simple.actions; エンティティは、シンプルアクションで定義できる要素のリストを表します。

構文:

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

%simpleaction.types; エンティティは、action 属性の選択肢を定義します。

構文:

<!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
関連項目