documentset (Domino DTD)
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*
Contains zero or more <search> elements.
Attributes
<!ATTLIST documentset
Attribute | ||
---|---|---|
type |
(%documentset.types;) |
#REQUIRED |
>
type
Type of documentset selected, as defined in the %documentset.types; entity.
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
All the documents in the database.
allinview
All documents in a view.
modified
All new and modified documents.
runonce
The current document once.
selected
Only the selected documents.
unreadinview
All unread documents in a view.