XML FOR DOMINO


region element
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;


Attributes

<!ATTLIST region
regionid%integer;#REQUIRED
end%boolean;"false"
>

end


regionid
See Also