3.2.4.5 <linkinfo>

The <linkinfo> element allows you to place a descriptive paragraph after the links that are contained in a <linklist> element.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/linkinfo

Example

<linklist>
  <title>Repairing widgets</title>
  <link href="debug.dita" type="task"></link>
  <link href="repair.dita" type="task"></link>
  <link href="test.dita" type="task"></link>
  <linkinfo>To repair a reciprocating widget,
you must follow the instructions very carefully. Note
the sequence to follow. Do it.</linkinfo>
</linklist>

Attributes

The following attributes are available on this element: Universal attribute group.

Return to main page.