<gramGrp>

<gramGrp> (gruppo di informazioni grammaticali) raggruppa le informazioni morfo-sintattiche di un'unità lessicale, ad esempio pos, gen, number, case, or iType (tipologie flessive). 9.3.2 Grammatical Information
Modulo dictionaries — 9 Dictionaries
Oltre agli attributi globali att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Usato da
Può contenere
Dichiarazione

<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
   )*
}
Esempio
<entry>
 <form>
  <orth>luire</orth>
 </form>
 <gramGrp>
  <pos>verb</pos>
  <subc>intransitive</subc>
 </gramGrp>
</entry>