<tbx:tig>

Term Information Group (TIG)

The element <tbx:tig> stands for “Term Information Group”. It is a container element that encloses all the specific elements that describe a term.

Remarks

Content:A <tbx:tig> element must include one and only one <tbx:term>. The remaining elements are optional, but can only occur once if used. The only exception is the usage note (Usage Note) element, which can be used as many times as needed.

Attributes

Model Description

This element may be contained in:

Example 1

<tbx:termEntry id="ISO10241-1.a22.32">
  <tbx:langSet xml:lang="en">
    <tbx:definition>reference level for soundings in navigation charts</tbx:definition>
    <tbx:tig>
      <tbx:term id="a22.32-1">chart datum</tbx:term>
      <tbx:partOfSpeech value="noun"/>
      <tbx:normativeAuthorization value="preferredTerm"/>
      <tbx:termType value="fullForm"/>
    </tbx:tig>
    <tbx:tig>
      <tbx:term id="a22.32-2">CD</tbx:term>
      <tbx:partOfSpeech value="noun"/>
      <tbx:normativeAuthorization value="admittedTerm"/>
      <tbx:termType value="acronym"/>
    </tbx:tig>
  </tbx:langSet>
</tbx:termEntry>

Example 2

<tbx:termEntry id="ISO10241-1.a23.311">
  <tbx:langSet xml:lang="en">
    <tbx:definition>numerical reference that indicates whether the flow will be laminar or turbulent
      for a given set of conditions</tbx:definition>
    <tbx:tig>
      <tbx:term id="a23.311-1">critical Reynolds number</tbx:term>
      <tbx:partOfSpeech value="noun"/>
    </tbx:tig>
  </tbx:langSet>
  <tbx:langSet xml:lang="fr">
    <tbx:definition>référence numérique indiquant si un écoulement est soit laminaire soit turbulent
      pour un ensemble de conditions données</tbx:definition>
    <tbx:tig>
      <tbx:term id="a23.311-2">nombre de Reynolds critique</tbx:term>
      <tbx:partOfSpeech value="noun"/>
      <tbx:grammaticalGender value="masculine"/>
    </tbx:tig>
  </tbx:langSet>
  <tbx:langSet xml:lang="de">
    <tbx:definition>numerische Bezugsgröße, die anzeigt, ob die Strömung unter definierten
      Bedingungen laminar oder turbulent ist</tbx:definition>
    <tbx:tig>
      <tbx:term id="a23.311-3">kritische Reynoldszahl</tbx:term>
      <tbx:partOfSpeech value="noun"/>
      <tbx:grammaticalGender value="feminine"/>
    </tbx:tig>
  </tbx:langSet>
</tbx:termEntry>