| | The element link is defined in module common. It belongs to group inline. Purpose link inside the documentContent model (#PCDATA | em | u | strong | br | sup | tt | sub | pagenumber)*Attributes
| Name | Type | Value | Purpose |
|---|
id | ID | optional | an unique ID to refer to e.g. with link
| ref | IDREF | optional | an ID of another element in the same document |
Description
Cross references within the document are constituted via
link and point to the id
attribute of a chapter, section, footnote etc. If you want to
point to a position where no element with an id
exists you can use link element as a target
as well. link is also used for bibliographic
references.
Parents
These elements contain link:
caption, freehead, head, legend, line, note, p, q, speaker, stage, title.
Children
These elements may occur inside of link:
#PCDATA, br, em, strong, sub, sup, tt, u
|