<seeie> (See i.e. ("Id Est" / "that is")) Description .email comment.
Description
This element holds a reference to another index entry that means the same thing (and contains the page number references).
<indexentry>
  <indxname>BBC</indxname>
  <seeie rid="f033">British Broadcasting Corporation</seeie>
</indexentry>
Also see the <seealsoie> element.
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:
--+(choice of TEXT with elements repeated) 
  |  
  |-- sub  -- (TEXT and elements)
  |  
  |-- sup  -- (TEXT and elements)
  |  
  |-- b  -- (TEXT and elements)
  |  
  |-- i  -- (TEXT and 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 seeie                          (#PCDATA | sub | sup | b | i)*>
<!ATTLIST seeie
                linkend                  IDREF  #REQUIRED >
.
Defined in DTD section Block-level Content : Index
Local Attributes (defined for this element alone)
Attribute: linkend
Description
This attribute holds a copy of a unique value in an attribute of another element. This is used to form the link to that element.
Specification
This attribute is required. It holds a reference to a unique identifier code on another element.
DTD Definition
                linkend                  IDREF  #REQUIRED 
.