related-term-type Related Term Type

Describes the relationship between the related term (<related-term>) and the term (<term>) that is being defined in a term section using the <term-display> element. For example, the related term is a deprecated form of the term being defined.
REQUIRED on element: <related-term>
Value Meaning
acronym The related term is the initial letters of the preferred term, or other combination pronounced as a word, rather than as a sequence of letters.
contrast-with The related term is unlike the preferred term and provides a contrast.
deprecatedTerm The related term is not preferred and should not be used.
see Someone looking for a term should use this related term instead of the term found.
see-also Someone looking at the preferred term might also be interested in this related term.
synonym The related term has a very similar meaning to the preferred term.
Restriction This attribute is required; it must be provided if the element is used.
Tagged Sample

Related term is an acronym

...
<body>
 ...
 <term-sec id="sec_2.2.5">
  <label>2.2.5</label>
  <tbx:termEntry xmlns:tbx="urn:iso:std:iso:30042:ed-1" id="term_2.2.5">...</tbx:termEntry>
  <term-display id="h2238-33">
   <term>hoogwerker</term>
   <part-of-speech norm-part-of-speech="noun">noun</part-of-speech>
   <related-term related-term-type="acronym" rid="h2238-33.a">HW</related-term>
   <def>
    <p>hefplatform bestaande uit een werkplatform en 
     een hydraulische hefinrichting gemonteerd op een zelfaangedreven 
     chassis</p>
   </def>
   <non-normative-note>
    <p>Zie <std><std-ref>EN 1777</std-ref></std>.</p>
   </non-normative-note>
  </term-display>
 </term-sec>
</body>
...