<part-of-speech> Part of Speech

One part-of-speech associated with the term (<term>) that is being defined in a <term-display>.

Usage/Remarks

The @norm-part-of-speech attribute can be used to name a normative or base part-of-speech (such as “verb”) when the actual part-of-speech has been recorded in greater detail, for example, as a “transitive verb”. The attribute can also be used to provide an English-language version for a part-of-speech recorded in another language.
Attributes

Base Attributes

xml:lang (default = en)
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  part-of-speech
                        (#PCDATA)*                                  >
Tagged Samples
In <term-display> (English)
...
<term-sec>
 <term-display>
  <term>austenitize</term>
  <part-of-speech norm-part-of-speech="verb">vt</part-of-speech>
  <def>
   <p>to convert the matrix of a ferrous alloy to austenite by 
    heating above the transformation temperature.</p>
  </def>
 </term-display>
</term-sec>

...
<term-sec id="cementite-def">
 <term-display>
  <term>cementite</term>
  <part-of-speech norm-part-of-speech="noun">n</part-of-speech>
  <def>
   <p>a very hard and brittle compound of iron and carbon 
    corresponding to the empirical formula Fe<sub>3</sub>C, 
    commonly known as iron carbide.</p>
  </def>
 </term-display>
</term-sec>
...
In <term-display> (German)
...
<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>
...
Related Resources