<sense>

<sense> 辞書項目にある単語の意味と関連する情報をまとめる.例えば,定義,用例, 翻訳など. 9.2 The Structure of Dictionary Entries
モジュールdictionaries — 9 Dictionaries
属性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
level 当該意味情報の構造の深さを示す.
状態 任意
データ型

<rng:ref name="data.numeric"/>
data.numeric
正の整数.
当該モジュールを使用するもの
下位
宣言

<rng:element name="sense">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:optional>
 <rng:attribute name="level">
  <rng:ref name="data.numeric"/>
 </rng:attribute>
</rng:optional>
<rng:zeroOrMore>
 <rng:choice>
  <rng:text/>
  <rng:ref name="model.gLike"/>
  <rng:ref name="sense"/>
  <rng:ref name="model.entryPart.top"/>
  <rng:ref name="model.phrase"/>
  <rng:ref name="model.global"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element sense
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute level { data.numeric }?,
   (
      text
    | model.gLikesensemodel.entryPart.topmodel.phrasemodel.global
   )*
}
<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>
解説
辞書向けタグ集合で定義されている他の要素と文字データが混在するかも しれない.