◇◆
<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.
Usage/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
Models and Context
May be contained in
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
Content Model
<!ELEMENT related-term (#PCDATA %related-term-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | sub | sup | fn | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | styled-content)*
Tagged Sample
Part of term-display
...
<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>
...
Related Resources
- For a discussion on tagging terms and definitions in a Term Section (<term-sec>), see Tagging Terms and Definitions.