viewentries (Domino DTD)

Defines the structure of a view in a Domino database.

The viewentries element is returned by the ReadViewEntries URL command in the Domino server. For details on the ReadViewEntries URL command, see Application Development with Domino Designer.

Containment Hierarchy

Contains: <viewentry>

Syntax

<!ELEMENT viewentries ( viewentry* )>

Content

viewentry*

Contains any number of <viewentry> elements.

Attributes

<!ATTLIST viewentries

%root.attrs;

toplevelentries

%integer;

#IMPLIED

>

toplevelentries

Number of top-level entries or main documents in the view.

Example