XML FOR DOMINO


documentset element
Example

Represents a specified set of target documents that are manipulated by an agent.

Containment Hierarchy

Contained by: <agent>

Contains: <search>

Syntax

<!ELEMENT documentset ( search* )>

Content

search*


Attributes

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

type


Defined entity for <documentset> element

The %documentset.types; entity lists the choices for a set of documents that the agent runs on.

Syntax:

<!ENTITY % documentset.types "modified | unreadinview | allinview | selected | runonce | all ">

The following types run an agent on:

all


allinview
modified
runonce
selected
unreadinview
Example
See Also