<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
Moduledictionaries — 9 Dictionaries
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
Utilisé par
Contenu dans
core: cit
namesdates: nym
Peut contenir
Declaration

<rng:element name="gramGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.lexicographic.attributes,
   (
      text
    | model.gLikemodel.phrasemodel.intermodel.gramPartmodel.global
   )*
}
Exemple
<entry>
 <form>
  <orth>luire</orth>
 </form>
 <gramGrp>
  <pos>verbe</pos>
  <subc>intransitif</subc>
 </gramGrp>
</entry>