region (Domino DTD)

Represents a region of rich text that follows an element that spans across multiple paragraphs of rich text. DXL handles large spans of rich text by breaking it into multiple elements. The first element is the construct, an actionhotspot element, for example, that exists in the rich text. The remaining paragraphs or areas of rich text are broken into region elements that are identified by unique ids.

Containment Hierarchy

Contained by: %richtext.hot.inline;

Contains: %richtext.inline;

Syntax

<!ELEMENT region ( #PCDATA | %richtext.inline; )*>

Content

#PCDATA | %richtext.inline;

Contains plain text or text that has implicit click action.

Attributes

<!ATTLIST region

regionid

%integer;

#REQUIRED

end

%boolean;

"false"

>

end

If true, indicates that this is the last region element with the ID specified in the regionid attribute for this section of rich text.

regionid

Unique ID that identifies a region within a span of rich text.