<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
a positive integer
屬於
可包含
宣告

<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">現代</usg>
 <def>胭脂和香粉,舊時借指婦女</def>
 <cit type="example">
  <quote>那一年頌蓮留著齊耳的短髮,用一條天藍色的緞帶箍住,她的臉是圓圓的,不施脂粉,但顯得有點蒼白。</quote>
  <bibl>
   <author>蘇童</author>
  </bibl>
 </cit>
</sense>