<indexsubentry> (Index Sub Entry) Description .email comment.
Description
This element holds one entry within another entry of an index.
An index sub-entry has exactly the same model as an index entry (<indexentry>): it may contain any number of index entry name and index entry subjects, followed by any number of sub-entries and references ("see ...").
<indexsubentry>
  <indxsubj>
    <subject>Forensic physics</subject>
    <para>Gunshot location through recorded sound: a preliminary
    report (Pregliasco, RG and Martinez, EN), Nov., 1309.</para>
  </indxsubj>
</indexsubentry>
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: <indexentry> <indexsubentry>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
  |--+(optional and repeatable choice)
  |  |  
  |  |-- indxname  -- (TEXT and elements)
  |  |  
  |  |-- indxsubj  -- (TEXT and elements)
  |  
  |--+(optional and repeatable choice)
  |  |  
  |  |-- seeie  -- (TEXT and elements)
  |  |  
  |  |-- seealsoie  -- (TEXT and elements)
  |  |  
  |  |-- indexsubentry  -- (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 indexsubentry                  ((indxname | indxsubj)*, (seeie | seealsoie | indexsubentry)*)>
<!ATTLIST indexsubentry
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Index
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)