xmlns:tbx

TBX Namespace Declaration

This is not an attribute, but the namespace pseudo-attribute. The value provides a prefix and URI to use for the TBX namespaced elements. This namespace is required on a top-level element if the TBX-namespaced elements are to be used.
For more information see NISO STS TBX Namespace.

Used on Element: <tbx:termEntry>

ValueMeaning
urn:iso:std:iso:30042:ed-1The URI that goes with the “tbx” prefix
RestrictionThis attribute has a fixed value which may not be changed in the XML document.

Example

<tbx:termEntry id="ISO10241-1.a218.37" xmlns:tbx="urn:iso:std:iso:30042:ed-1">
  <tbx:langSet xml:lang="en">
    <tbx:definition>language where a word form may consist of more than one morph but the boundaries
      between morphs are always clear-cut</tbx:definition>
    <tbx:source>ISBN 0-226-11433-3(1989)&lt;43&gt;(1.0)</tbx:source>
    <tbx:note>Modified — In this part of ISO 10241, “word form” has been used instead of “word” and
      “morph” has been used instead of “morpheme”. The example has been added.</tbx:note>
    <tbx:example>Korean, Japanese, Hungarian and Turkish are agglutinating languages.</tbx:example>
    <tbx:tig>
      <tbx:term id="a218.37-1">agglutinating language</tbx:term>
      <tbx:partOfSpeech value="noun"/>
    </tbx:tig>
  </tbx:langSet>
</tbx:termEntry>