page (Domino DTD)

Represents a page as a named design element.

Containment Hierarchy

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

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

Syntax

<!ELEMENT page ( %named.design.note.prolog;, globals?, code*, actionbar?, background?, body, %note.epilog; )>

Content

%named.design.note.prolog;, globals?, code*, actionbar?, background?, body, %note.epilog;

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

Attributes

<!ATTLIST page

%named.design.note.attrs;

%link.color.attrs;

%reading.order.attrs;

bgcolor

%color;

#IMPLIED

%form.focus.attrs;

>

bgcolor

Background color of the page.

Example