<indexdiv> (Index Division) Description .email comment.
Changed in version 1.8.
Description
This element holds one division of an index, such as all entries that are under the heading "F" (because they all begin with this letter). It has an optional title, such as "F", but it cannot be divided into sub-divisions. Index entries may be mixed with paragraphs.
<indexdiv>
  <title>F</title>
  <indexentry>
    <indxsubj>
      <subject>Forensic physics</subject>
      <para>Gunshot location through recorded sound: a preliminary
      report (Pregliasco, RG and Martinez, EN), Nov., 1309.</para>
    </indxsubj>
  </indexentry>
</indexdiv>
The attribute 'id' (optional) bears the unique identifier value.
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: <index>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 title (optional) -- (TEXT and elements)
  |  
  |--+(optional and repeatable choice)
  |  |  
  |  |-- para  -- (TEXT and elements)
  |  |  
  |  |-- indexentry  -- (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 indexdiv                       (title?, (para | indexentry)*)>
<!ATTLIST indexdiv
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Index
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)