<gramGrp>

<gramGrp> 語彙項目,の形態統語情報,例えば,gen, number, case, iTypeをまとめる. 9.3.2 Grammatical Information
モジュールdictionaries — 9 Dictionaries
属性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
当該モジュールを使用するもの
下位
宣言

<rng:element name="gramGrp">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.inter"/>
  <rng:ref name="model.gramPart"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element gramGrp
{
   att.global.attributes,
   att.lexicographic.attributes,
   (
      text
    | model.gLikemodel.phrasemodel.intermodel.gramPartmodel.global
   )*
}
<entry>
 <form>
  <orth>luire</orth>
 </form>
 <gramGrp>
  <pos>verb</pos>
  <subc>intransitive</subc>
 </gramGrp>
</entry>