<gramGrp>

<gramGrp> (groupe d'informations grammaticales) regroupe des informations morphosyntaxiques sur un item lexical, par exemple Partie du discours pos, Genre gen, Nombre number, Cas case, ou Classe flexionnelle iType. 9.3.2 Grammatical Information
Module dictionaries — 9 Dictionaries
En complément des attributs globaux att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Utilisé par
Peut contenir
Declaration

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