Link marks a hypertext link. Link
may contain in-line elements, and it has Linkend and Type attributes.
The Linkend attribute is required. It specifies the target
of the link by giving the ID of the element the Link is linked to.
Link uses the SGML mechanism of IDREF in pointing to an element
by its ID. An SGML application may report an IDREF error when the
ID specified in a Linkend attribute does not occur in the document
set being processed.
Link has a Type attribute which may take the following values:
Jump, JumpNewView, AppDefined, and Man.
A Jump link is the most common type of hyperlink. When the
user chooses a Jump link, the related topic is displayed.
JumpNewView links are intended for cross-volume links. When
the user chooses a JumpNewView link, a new dialog box containing
information is displayed.
An AppDefined link is for invoking some application behavior.
To invoke this behavior, the help must be displayed in dialogs created
by the application.
A Man link, when activated, displays a "man page"
which gives a brief online explanation of a system command. The
information on man pages is not supplied through the DocBook system.