<tbx:example>

Example

The <tbx:example> element illustrates a concept or a term, by providing an example of the object designated by the concept or term.

Remarks

Content: A <tbx:example> element can contain lists, tables, other special markup, and certain symbols (those that can be expressed in a markup language such as MathML or via characters accessible from the keyboard).
A <tbx:example> can also contain a term which is defined elsewhere in the standard or in an external document. Such terms are called “entailed terms” and they must be enclosed in the <tbx:entailedTerm> element so that a link can be generated to point to the location where the definition of that term can be found.
Context:Examples are only allowed at the <tbx:langSet> level.
An entry can contain multiple examples.

Attributes

Model Description

Any combination of:
  • Text, numbers, or special characters
  • <disp-formula> Formula, Display
  • <disp-formula-group> Formula, Display Group
  • <chem-struct> Chemical Structure (Display)
  • <inline-formula> Formula, Inline
  • <mml:math> Math (MathML Tag Set)
  • Emphasis Elements
    • <bold> Bold
    • <fixed-case> Fixed Case
    • <italic> Italic
    • <monospace> Monospace Text (Typewriter Text)
    • <num> ISO Numeric Emphasis
    • <overline> Overline
    • <roman> Roman
    • <ruby> Ruby Wrapper
    • <sans-serif> Sans Serif
    • <sc> Small Caps
    • <strike> Strike Through
    • <underline> Underline
  • Baseline Change Elements
    • <sub> Subscript
    • <sup> Superscript
  • Lists
    • <def-list> Definition List
    • <list> List
  • <fn> Footnote
  • <target> Target of an Internal Link
  • <xref> X(cross) Reference
  • Citation Elements
    • <citation-alternatives> Citation Alternatives
    • <element-citation> Element Citation
    • <mixed-citation> Mixed Citation
    • <std> Citation to a Standard
  • <break> Line Break
  • <named-content> Named Special (Subject) Content
  • <styled-content> Styled Special (Subject) Content
  • Paragraph-level Display Elements
    • <address> Address/Contact Information
    • <array> Array (Simple Tabular Array)
    • <boxed-text> Boxed Text
    • <chem-struct-wrap> Chemical Structure Wrapper
    • <code> Code Text
    • <fig> Figure
    • <fig-group> Figure Group
    • <graphic> Graphic
    • <media> Media Object
    • <preformat> Preformatted Text
    • <supplementary-material> Supplementary Material
    • <table-wrap> Table Wrapper
    • <table-wrap-group> Table Wrapper Group
  • <alternatives> Alternatives For Processing
  • Standards Note and Example Elements
    • <non-normative-example> Non-Normative-Example
    • <non-normative-note> Non-Normative-Note
    • <normative-example> Normative-Example
    • <normative-note> Normative-Note
    • <notes-group> Notes Group
  • External Linking Elements
    • <email> Email Address
    • <ext-link> External Link
    • <uri> Uniform Resource Identifier (URI)
  • Inline Display Elements
    • <inline-graphic> Inline Graphic
    • <private-char> Private Character (Custom or Unicode)
  • <tbx:entailedTerm> Entailed Term

This element may be contained in:

Example

<tbx:termEntry id="ISO10241-1.a218.37">
  <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>