XML FOR DOMINO


namedelementref element
Represents a reference to a design element (that is not a hypertext link).

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Syntax

<!ELEMENT namedelementref EMPTY >

Attributes

<!ATTLIST namedelementref
name%tstring;#REQUIRED
type(%namedelementref.type;)#REQUIRED
database%string;#IMPLIED
>

database


name
type
Defined entity for <namedelementref> element

The %namedelementref.type; entity defines the types of design element references available that are not links.

Syntax:

<!ENTITY % namedelementref.type "htmlfile | scriptlibrary | stylesheet ">

See Also