Skip to main content
Version: DocBook V4.5

anchor

anchor — A spot in the document

Synopsis

Content Model

anchor ::=
EMPTY

Attributes

Name

Type

Default

conformance

NMTOKENS

None

xreflabel

CDATA

None

arch

CDATA

None

remap

CDATA

None

os

CDATA

None

revision

CDATA

None

userlevel

CDATA

None

security

CDATA

None

revisionflag

Enumeration:

added

changed

deleted

off

None

id

ID

Required

pagenum

CDATA

None

role

CDATA

None

wordsize

CDATA

None

vendor

CDATA

None

condition

CDATA

None

Description

An anchor identifies a single spot in the content. This may serve as the target for a cross reference, for example, from a Link. The Anchor element may occur almost anywhere.

Anchor has the Role attribute and all of the common attributes except Lang.

Processing expectations

Anchor has no content and generally produces no output. It is a link target.

Attributes

pagenum

PageNum indicates the page on which the anchor occurs in some printed version of the document.

The PageNum attribute does not influence the pagination or page numbering of an SGML application processing the document; it is informative, not declarative.

See Also

link, olink, ulink, xref.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
The anchor element<anchor id="example.anchor.1"/> is empty and contributes
nothing to the flow of the content in which it occurs. It is only useful
as a target.
</para>

The anchor element is empty and contributes nothing to the flow of the content in which it occurs. It is only useful as a target.