<tbx:crossReference>

Cross Reference

The <tbx:crossReference> element is a hyperlinking element that points to the location of another term in the same document, usually a related term (such as an antonym or homonym). This element is repeatable; so you can include as many cross references to terms as you need in an entry.

Remarks

Content: The content of the <tbx:crossReference> element is the display text of the link.
Display: In the rendered output, the content of this elements is typically prepended with the label Related term:.
(Note: Do not use a formulation such as “Note: See ...” for an internal cross-reference to another term, use this <tbx:crossReference> element.)

Related Elements

External Cross Reference: A <tbx:crossReference> can only occur at the <tbx:langSet> level, whereas an <tbx:externalCrossReference> can occur at either the <tbx:langSet> or the <tbx:termEntry> level. The @target attribute is optional for <tbx:crossReference>, and the @xtarget attribute mandatory for <tbx:externalCrossReference>
Cross Reference inside Definition or Example: A <tbx:crossReference> cannot be embedded into a definition or an example. For that purpose, use <tbx:entailedTerm>.

Attributes

Model Description

Any combination of:
  • Text, numbers, or special characters
  • <disp-formula> Formula, Display
  • <disp-formula-group> Formula, Display Group
  • <chem-struct> Chemical Structure (Display)
  • <inline-formula> Formula, Inline
  • <mml:math> Math (MathML Tag Set)
  • Emphasis Elements
    • <bold> Bold
    • <fixed-case> Fixed Case
    • <italic> Italic
    • <monospace> Monospace Text (Typewriter Text)
    • <num> ISO Numeric Emphasis
    • <overline> Overline
    • <roman> Roman
    • <ruby> Ruby Wrapper
    • <sans-serif> Sans Serif
    • <sc> Small Caps
    • <strike> Strike Through
    • <underline> Underline
  • Baseline Change Elements
    • <sub> Subscript
    • <sup> Superscript
  • Lists
    • <def-list> Definition List
    • <list> List
  • <fn> Footnote
  • <target> Target of an Internal Link
  • <xref> X(cross) Reference
  • Citation Elements
    • <citation-alternatives> Citation Alternatives
    • <element-citation> Element Citation
    • <mixed-citation> Mixed Citation
    • <std> Citation to a Standard
  • <break> Line Break
  • <named-content> Named Special (Subject) Content
  • <styled-content> Styled Special (Subject) Content
  • Paragraph-level Display Elements
    • <address> Address/Contact Information
    • <array> Array (Simple Tabular Array)
    • <boxed-text> Boxed Text
    • <chem-struct-wrap> Chemical Structure Wrapper
    • <code> Code Text
    • <fig> Figure
    • <fig-group> Figure Group
    • <graphic> Graphic
    • <media> Media Object
    • <preformat> Preformatted Text
    • <supplementary-material> Supplementary Material
    • <table-wrap> Table Wrapper
    • <table-wrap-group> Table Wrapper Group
  • <alternatives> Alternatives For Processing
  • Standards Note and Example Elements
    • <non-normative-example> Non-Normative-Example
    • <non-normative-note> Non-Normative-Note
    • <normative-example> Normative-Example
    • <normative-note> Normative-Note
    • <notes-group> Notes Group
  • External Linking Elements
    • <email> Email Address
    • <ext-link> External Link
    • <uri> Uniform Resource Identifier (URI)
  • Inline Display Elements
    • <inline-graphic> Inline Graphic
    • <private-char> Private Character (Custom or Unicode)

This element may be contained in:

Example

<tbx:termEntry id="ISO10241-1.a228.14">
  <tbx:langSet xml:lang="en">
    <tbx:definition>part capable of conducting electric current</tbx:definition>
    <tbx:note>Although not necessarily electrically energized in normal operating conditions, it may
      become electrically energized under fault conditions of the <tbx:entailedTerm>basic insulation
      (4)</tbx:entailedTerm>.</tbx:note>
    <tbx:crossReference>exposed conductive part</tbx:crossReference>
    <tbx:tig>
      <tbx:term id="a228.14-1">conductive part</tbx:term>
      <tbx:partOfSpeech value="noun"/>
    </tbx:tig>
  </tbx:langSet>
  <tbx:langSet xml:lang="fr">
    <tbx:definition>pièce à même de conduire le courant électrique</tbx:definition>
    <tbx:note>Bien que non nécessairement sous tension dans les conditions normales de service, elle
      peut devenir sous tension en cas de défaillance de l'<tbx:entailedTerm>isolation de base
      (4)</tbx:entailedTerm>.</tbx:note>
    <tbx:crossReference>pièce conductrice apparente</tbx:crossReference>
    <tbx:tig>
      <tbx:term id="a228.14-2">pièce conductrice</tbx:term>
      <tbx:partOfSpeech value="noun"/>
    </tbx:tig>
  </tbx:langSet>
</tbx:termEntry>