◇◆
<term> Term
This element can be used in several very different contexts, which determine its exact
meaning and usage:
- As one of the semantic tags within a <term-display> element, the <term> element contains the term being described.
- As the first half of a definition list item (<def-item>) which is one item in a two-part list (<def-list>), the <term> element contains a word, phrase, or picture that is being defined, described, or otherwise explained with the definition (<def>).
Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <array> Array (Simple Tabular Array)
- <code> Code Text
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
Content Model
<!ELEMENT term (#PCDATA %term-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup | disp-formula | disp-formula-group | array | code | graphic | media | preformat)*
Tagged Samples
As part of “Terms and definitions” section
...
<body>
...
<term-sec id="sec_2.2.5">
<label>2.2.5</label>
<tbx:termEntry xmlns:tbx="urn:iso:std:iso:30042:ed-1" id="term_2.2.5">...</tbx:termEntry>
<term-display id="h2238-33">
<term>hoogwerker</term>
<part-of-speech norm-part-of-speech="noun">noun</part-of-speech>
<related-term related-term-type="acronym" rid="h2238-33.a">HW</related-term>
<def>
<p>hefplatform bestaande uit een werkplatform en
een hydraulische hefinrichting gemonteerd op een zelfaangedreven
chassis</p>
</def>
<non-normative-note>
<p>Zie <std><std-ref>EN 1777</std-ref></std>.</p>
</non-normative-note>
</term-display>
</term-sec>
</body>
...
As part of Glossary
... <sec sec-type="definitions"> <label>1.10</label> <title>Glossary</title> <glossary> <def-list> <def-item> <term>bend qualification procedure</term> <def><p>a document that specifies the properties of the starting pipe; the equipment to be used; the bending parameters; the qualification bend test results; and the postbend, heat-treat equipment and cycle used for the manufacture of the bends. If nondestructive testing of the bend is required, procedures that have not been approved previously shall be submitted.</p></def> </def-item> <def-item> <term>cylinder</term> <def><p>a joint of pipe produced by a rolling andwelding plate, as opposed to a joint of pipe produced in accordance with a recognized specification.</p></def> </def-item> <def-item> <term>extrados</term> <def><p>the outside arc of the bend.</p></def> </def-item> ... </def-list> </glossary> </sec> ...
Inside two-part list, where each item has term and its definition
... <sec sec-type="abbreviations" id="s4"> <label>4</label> <title>Abbreviations and acronyms</title> <def-list> <title>Abbreviations:</title> <def-item> <term>CCD</term> <def><p>Charge Coupled Device.</p></def> </def-item> <def-item> <term>CMOS</term> <def><p>Complementary Metal Oxide Semiconductor.</p></def> </def-item> <def-item> <term>LED</term> <def><p>Light Emitting Diode.</p></def> </def-item> </def-list> </sec> ...
...
<def-list>
<term-head>Term</term-head>
<def-head>Definition</def-head>
<def-item>
<term>back matter</term>
<def><p>Any material printed at the end of the journal, after
the main articles. May include ...</p></def>
</def-item>
...
</def-list>
...
As part of index
... <back> <index> <index-title-group> <title>INDEX</title> </index-title-group> <index-entry> <term>Abbreviations</term> <nav-pointer-group ><nav-pointer specific-use="paragraph" rid="idx869"/> <nav-pointer specific-use="page">7</nav-pointer></nav-pointer-group> </index-entry> <index-entry> <term>Acquisition Management Systems Control (AMSC) number</term> <nav-pointer-group ><nav-pointer specific-use="paragraph" rid="idx284"/> <nav-pointer specific-use="page">2</nav-pointer></nav-pointer-group> <nav-pointer-group ><nav-pointer specific-use="paragraph" rid="idx752"/> <nav-pointer specific-use="page">6</nav-pointer></nav-pointer-group> <nav-pointer-group ><nav-pointer specific-use="paragraph" rid="idx1235"/> <nav-pointer specific-use="page">19</nav-pointer></nav-pointer-group> </index-entry> </index> ... </back> ...
In index with alphabetical divisions, where entry includes page range
... <back> <index> <index-title-group><title>Index</title></index-title-group> <index-div> <index-title-group><title>A</title></index-title-group> ... <index-entry> <term>access vocabularies</term> <see-entry>entry terms</see-entry> </index-entry> ... <index-entry> <term>adjectives</term> <nav-pointer-group ><nav-pointer rid="idx320" nav-pointer-type="start-of-range" >26</nav-pointer>–<nav-pointer rid="idx486" nav-pointer-type="end-of-range" >27</nav-pointer></nav-pointer-group> <see-also-entry>modifiers in compound terms</see-also-entry> </index-entry> ... </index-div> ... </index> </back> ...