◇◆
<see-also> See-Also (in an index-term)
Used only within an embedded index term (<index-term>) to hold non-preferred terms that make “See Also” references when an Index is generated.
Usage/Remarks
Best Practice
The primary (useful) content of a <see-also> element is one or more <index-term> elements to which the user is being directed. Thus a typical embedded See Also reference
would contain only an <index-term>, with words such as “See Also” (or similar) generated by a display application. Many
other elements are allowed within a <see-also> element for those rare cases where additional narrative explanation of the index-term
is provided.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <array> Array (Simple Tabular Array)
- <code> Code Text
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
Content Model
<!ELEMENT see-also (#PCDATA %see-also-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 | 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
Pointer to related term
...
<sec id="sec4-2-3">
<title>Early Automobile Manufacturers<index-term id="idx218">
<term>automobiles</term>
<see-also><index-term><term>vehicles</term>
</index-term></see-also>
</index-term></title>
...
</sec>
...