<term>

Definition List: Term

The word, phrase, graphic, chemical structure, equation, or other “noun” that is being defined or described with a definition in a definition list (two part list). 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.

Related Elements

A definition list (<def-list>) may start with a <title> that names the entire list, followed by optional column headings for terms and their definitions. (The <term-head> contains the heading over the first (term) column; the <def-head> contains the heading for the second (definition) column. Neither heading contains terms or definitions.) Individual <term> elements and their <def>s are paired inside a <def-item> element.

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | disp-formula | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | array | graphic | preformat | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<def-item>

Example

...
<app id="A">
<title>Word Lists for the Implicit Association Tasks</title>
<sec id="S-8">
<def-list>
<def-item>
<term>Alcoholic beverages</term>
<def><p align="left"><italic>beer, whisky, brandy,
scotch, cocktail, ale, sherry, gin, lager, cider,
rum, vodka</italic></p></def>
</def-item>
<def-item>
<term>Mammals</term>
<def><p align="left"><italic>sheep, rabbit, tiger,
dolphin, elephant, goat, whale, doe, donkey,
camel, stag, ferret</italic></p></def>
</def-item>
...
</def-list>
</sec>
</app>
...

Module

list3.ent