<related-term>
Related Terms
A term that is related to the <term> that is being described inside a <term-display>. The related term may be a synonym, see or see also relationship, etc.
Remarks
The type of relationship between the term being defined and the related term is described using the @related-term-type attribute, for example, the related term is a “synonym”.
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- Baseline Change Elements
- <fn> Footnote
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- <styled-content> Styled Special (Subject) Content
This element may be contained in:
Example
...
<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>
...