◇◆
<term-source> Term Source Elements
Origin of the term described in a <term-display> element inside a terms and definitions section.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- Emphasis Elements
- Inline Display Elements
- Baseline Change Elements
Content Model
<!ELEMENT term-source (#PCDATA %term-source-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | inline-graphic | private-char | sub | sup)*
Tagged Sample
With definition to qualify a term
...
<term-sec>
<label>3.16</label>
<term-display>
<term>consensus</term>
<def>
<p>general agreement, characterized by the absence of sustained opposition
to substantial issues by any important part of the concerned interests and
by a process that involves seeking to take into account the views of all
parties concerned and to reconcile any conflicting arguments</p>
</def>
<non-normative-note>
<p>Consensus need not imply unanimity.</p>
</non-normative-note>
<term-source>ISO/IEC Guide 2:2004, definition 1.7</term-source>
</term-display>
</term-sec>
...
Related Resources
- For a discussion on tagging terms and definitions in a Term Section (<term-sec>), see Tagging Terms and Definitions.