XML FOR DOMINO


search element
Represents a search query used to select a document set.

Containment Hierarchy

Contained by: <documentset>

Contains: %searches;

Syntax

<!ELEMENT search ( (%searches;)* )>

Content

(%searches;)*


Attributes

<!ATTLIST search
type(%search.types;)#REQUIRED
folder%tstring;#IMPLIED
field%string;#IMPLIED
contains%boolean;#IMPLIED
value%string;#IMPLIED
all%boolean;#IMPLIED
>

all


contains
field
folder
type
value
Defined entities for <search> element

The %searches; entity lists the elements that specify particular types of searches.

Syntax:

<!ENTITY % searches "datechoice | formchoice | formfieldschoice | name | word ">

The %search.types; entity defines the types of searches that can be performed.

Syntax:

<!ENTITY % search.types "byauthor | bydate | byfield | byformnames | byform | infolder | multiplewords ">

byauthor


bydate
byfield
byform
byformnames
infolder
multiplewords
See Also