entrydata (Domino DTD)

Represents a single column cell of data for a row in a view.

Containment Hierarchy

Contained by: viewentry

Contains: %simple.types;

Syntax

<!ELEMENT entrydata ( %simple.types; )>

Content

%simple.types;

The entrydata element contains any one of the %simple.types; entity options.

Attributes

<!ATTLIST entrydata

columnnumber

%integer;

#IMPLIED

indent

%integer;

#IMPLIED

name

%string;

#IMPLIED

category

%boolean;

#IMPLIED

>

category

If true, the column containing this entry has a category heading.

columnnumber

Index of the column containing this entry. A column's index identifies its position in a view. Columns are numbered from first to last starting with 1.

indent

Number of characters the entry is indented by.

name

Name of the column containing this entry.

Example