<variablelist>

Variable List

A sequence of two or more items where each item is composed of a term/description pairing

Attributes

spacing Spacing
termlength Term Length
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

The following, in order:

This element may be contained in:

<appendix>, <blockquote>, <figure>, <listitem>, <note>, <para>, <section>, <td>, <th>

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