view (Domino DTD)

Represents a view as a named design element.

Containment Hierarchy

Contained by: %design.elements;, %named.element.link.types;

Contains: %named.design.note.prolog;, <globals>, <code>, <actionbar>, <column>, <viewbackground>, %note.epilog;

Syntax

<!ELEMENT view ( %named.design.note.prolog; , globals? , code* , actionbar? , column* , viewbackground? , %note.epilog; )>

Content

%named.design.note.prolog; , globals? , code* , actionbar? , column* , viewbackground? , %note.epilog

Contains any number of the contents of the %named.design.note.prolog; entity, an optional <globals> element, any number of <code> elements, followed by an optional <actionbar> element, any number of <column> elements, followed by an optional <viewbackground> element, and any number of the contents of the %note.epilog; entity.

Attributes

<!ATTLIST view

(%named.design.note.attrs;)

(%link.color.attrs;)

(%view.and.folder.attrs;)

noviewformat

%boolean;

"false"

>

noviewformat

Boolean. If true, represents the default view that is created when you create a database using a Blank template. This view has no explicit formatting information.

Example