anchor (Domino DTD)
Represents an anchor, which is a target location within a document. When a document link jumps to a target document, it can jump to the beginning of the document or to a specific location within it. An anchor reserves the specific location within a target document for the link to jump to.
Containment Hierarchy
Contained by: richtext.nonhot.inline;
Syntax
<!ELEMENT anchor EMPTY> Attributes
<!ATTLIST anchor | Attribute | ||
|---|---|---|
name |
%string; |
#REQUIRED |
> name
Name that identifies the jump target location in a document link (<doclink> element).