<pos>

<pos> (part of speech) indicates the part of speech assigned to a dictionary headword such as noun, verb, or adjective. 9.3.2 Grammatical Information
Moduledictionaries — 9 Dictionaries
Attributes att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Used by
May contain
Declaration

<rng:element name="pos">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:ref name="macro.paraContent"/>
</rng:element>
element pos
{
   att.global.attributes,
   att.lexicographic.attributes,
   macro.paraContent
}
Example
<entry>
 <form>
  <orth>isotope</orth>
 </form>
 <gramGrp>
  <pos>adj</pos>
 </gramGrp>
</entry>