<defentry> (Definition Entry) Description .email comment.
Description
This element holds a term and its definition(s) (within a definition list). The content of the entry (the <term>) is explained in the following <definition> element. The following example has two definitions for the term (in separate paragraphs):
<defentry>
  <term>TFJA</term>
  <definition>
    <para>Taylor & Francis Journal Article</para>
    <para>The Fantastic Journal Acrobats</para>
  </definition>
</defentry>
TFJA      Taylor & Francis Journal Article
               The Fantastic Journal Acrobats
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Parent elements: <deflist>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 term  -- (TEXT and elements)
  |  
 definition  -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT defentry                       (term, definition)>
<!ATTLIST defentry
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Lists
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)