termdef

termdef — An inline definition of a term

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • baseform

Additional Constraints

  • A termdef must contain a glossterm

Description

A termdef is an inline term definition. Some styles of documentation collect all terms together in a Glossary of some sort, but another style is to place the definitions inline.

The glossary and glosslist elements support the former style, termdef the latter.

Processing expectations

Formatted inline.

Attributes

Common attributes and common linking attributes.

baseform

FIXME:

Examples

<article xmlns="http://docbook.org/ns/docbook"
	 xmlns:xlink='http://www.w3.org/1999/xlink'>
<title>termdef</title>

<para>This paragraph contains an inline term definition. <termdef>A
software module called an <glossterm>XML processor</glossterm> is used
to read XML documents and provide access to their content and
structure.</termdef> The definition comes from
<link xlink:href="http://www.w3.org/TR/REC-xml">the XML Recommendation</link>.
</para>

</article>

This paragraph contains an inline term definition. [Definition: A software module called an XML processor is used to read XML documents and provide access to their content and structure.] The definition comes from the XML Recommendation.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:41:42 $.