<pos>

<pos> (詞性) 指明標題字的詞性 (名詞、動詞、形容詞等) 9.3.2 Grammatical Information
組件dictionaries — 9 Dictionaries
屬性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
屬於
可包含
宣告

<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
}
例子
<entry>
 <form>
  <orth>isotope</orth>
 </form>
 <gramGrp>
  <pos>形容詞</pos>
 </gramGrp>
</entry>