<see-also-entry> See-Also Structural Index Entry

A See Also (meaning see related term) entry in a structural index.
Related Elements
Not for Terms and Definitions Section: This is an element, copied from BITS, that is used to describe an existing structural index; this element is not related to the terms and definitions section in a standards document. In the terms and definitions section of a standard, see also entries related to terms are tagged as <related-term> elements with a @related-term-type attribute describing the relationship.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  see-also-entry
                        (#PCDATA %see-also-entry-elements;)*         >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup | disp-formula | disp-formula-group | array | code | graphic | media | preformat)*

Tagged Sample

See also cross-reference in a structural index (intact not generated)

...
<back>
 <index>
  <index-title-group><title>Index</title></index-title-group>
  <index-div>
   <index-title-group><title>A</title></index-title-group>
   ...
   <index-entry>
    <term>access vocabularies</term>
    <see-entry>entry terms</see-entry>
   </index-entry>
   ...
   <index-entry>
    <term>adjectives</term>
    <nav-pointer-group
     ><nav-pointer rid="idx320" nav-pointer-type="start-of-range"
     >26</nav-pointer>&ndash;<nav-pointer rid="idx486" nav-pointer-type="end-of-range"
     >27</nav-pointer></nav-pointer-group>    
    <see-also-entry>modifiers in compound terms</see-also-entry>
   </index-entry>
   ...
  </index-div>
  ...
 </index>
</back>
...