<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
Description
Any combination of:
Content Model
<!ELEMENT  %TBX.entailedTerm; 
                        %simpleText-model;                           >
Expanded Content Model

(#PCDATA | disp-formula | disp-formula-group | chem-struct | inline-formula | mml:math | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | sub | sup | def-list | list | fn | target | xref | citation-alternatives | element-citation | mixed-citation | std | break | named-content | styled-content | address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | preformat | supplementary-material | table-wrap | table-wrap-group | email | ext-link | uri | inline-graphic | private-char)*

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>