<tbx:entailedTerm> Entailed Term (TBX)

The <tbx:entailedTerm> element encloses a term that is defined elsewhere in the same document (internal ID reference) or in another document (external reference). Such terms are found in the content of text elements such as <tbx:definition> and <tbx:example>.

Usage/Remarks

To make a link to the term entry that is defined elsewhere:
  • Point to an entry in the same document by using the attribute @target to hold the ID of the term entry;
  • Point to an entry in another document by using the attribute @xtarget to hold a pointer to that document and entry.
<tbx:entailedTerm> is intended to be used only inside the child elements of <tbx:termEntry>. It is allowed in other places in the document, but should not be used there.
Related Elements
See also <tbx:termEntry>.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
Any combination of:
Tagged Sample

Inside a <tbx:definition>

<tbx:termEntry id="ISO10241-1.a24.313">
  <tbx:langSet xml:lang="en">
    <tbx:definition>language used in a <tbx:entailedTerm>domain (3.1.2)</tbx:entailedTerm> and
      characterized by the use of specific linguistic means of expression</tbx:definition>
    <tbx:note>The specific linguistic means of expression always include domain- or subject-specific
      terms and other kinds of designations as well as phraseology and also may cover stylistic or
      syntactic features.</tbx:note>
    <tbx:tig>
      ...
    </tbx:tig>
    ...
  </tbx:langSet>
</tbx:termEntry>