<def-item>

Definition List: Definition Item

One entry in a two-part list. The entry holds a term and one or more of the definitions/descriptions of that term.

Attribute

id Identifier

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

(label?, term, def*)

Description

The following, in order:

This element may be contained in:

<def-list>

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