<term>

Term

The word, phrase, graphic, or other “noun” that is being defined or described with a definition (<listitem>) in a two-part list (<variablelist>)

Attributes

linkend Linkend
xlink:actuate Actuating the Link
xlink:arcrole Role of the Arc-Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration
xml:id XML Unique Identifier
xreflabel Cross-Reference Label

Related Elements

A two-part list (<variablelist>) has many components: an optional title followed by multiple wrapper elements (Variable List Entry), each of which contains a <term>s and <listitem>pairing.

On display or in print, the term occupies the first column of a two-part list and is the subject of the definition or description, which occupies the second column.

Model Description

Any combination of:

This element may be contained in:

<varlistentry>

Example

         
...
<para>Information processing, especially text markup, was primitive in the colony.
For example, most text stores were in XML! Documents may have looked like this:
<programlisting>
   &lt;teiHeader&gt;
      &lt;fileDesc&gt;
         &lt;titleStmt&gt;
            &lt;title&gt;Farming in the New World&lt;/title&gt;
      ...
        &lt;/titleStmt&gt;
      &lt;/fileDesc&gt;
  &lt;/teiHeader&gt;
</programlisting>
Notice the paired Tags: <code>&lt;title&gt;</code> and <code>&lt;/title&gt;</code>
and the primitive use of indenting. Unusual features of the colonists data
processing practices included:
<variablelist>
<varlistentry>
<term>Tags</term>
<listitem><para>Meaningful descriptions of the information enclosed by the
markers</para></listitem>
</varlistentry>
<varlistentry>
<term>Balance</term>
<listitem><para>All markup is both opened and closed (or explicitely
empty)</para></listitem>
</varlistentry>
</variablelist>
</para>
...


        

Module

balisage-1-1