<mood>

<mood> (mode) contient des informations sur le mode grammatical des verbes (par exemple l’indicatif, le subjonctif, l’impératif) 9.3.1 Information on Written and Spoken Forms
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="mood">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element mood
{
   att.global.attributes,
   att.lexicographic.attributes,
   macro.paraContent
}
Exemple
<entry>
 <form type="fléchie">
  <gramGrp>
   <per value="2"/>
   <number value="singulier"/>
   <tns value="présent"/>
   <mood value="indicatif"/>
  </gramGrp>
  <form type="pronom_personnel">
   <orth>tu</orth>
  </form>
  <form type="entrée">
   <orth>
    <oVar>vas</oVar>
   </orth>
  </form>
 </form>
</entry>
Note
Cet élément est synonyme de <gram type=mood>.