<term-source> Term Source Elements

Origin of the term described in a <term-display> element inside a terms and definitions section.
Attributes

Base Attributes

xml:lang (default = en)
Models and Context
May be contained in
Description
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 | inline-code | inline-media | 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