<sense>

<sense> groups together all information relating to one word sense in a dictionary entry, for example definitions, examples, and translation equivalents. 9.2 The Structure of Dictionary Entries
Moduldictionaries — 9 Dictionaries
Attribute att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
levelgives the nesting depth of this sense.
Zustand Optional
Datentyp
data.numeric
Werte a positive integer
Verwendet vonentry hom re sense model.entryPart
Kann enthalten
Deklaration
element sense
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute level { data.numeric }?,
   (
      text
    | model.gLikesensemodel.entryPart.topmodel.phrasemodel.global
   )*
}
Beispiel
<sense n="2">
 <usg type="time">Vx.</usg>
 <def>Vaillance, bravoure (spécial., au combat)</def>
 <cit type="example">
  <quote>La valeur n'attend pas le nombre des années</quote>
  <bibl>
   <author>Corneille</author>
  </bibl>
 </cit>
</sense>
Anmerkung
May contain character data mixed with any other elements defined in the dictionary tag set.