<sense>

<sense> 匯集辭條中一個字義的所有相關資訊(定義、範例、翻譯等)。 [9.2 The Structure of Dictionary Entries]
組件 dictionaries — Dictionaries
屬性
level⚓︎ 說明該字義在辭條中的層次。
狀態 非必備的
資料類型 teidata.count
俱乐部会员
可包含在於
core: cit
namesdates: nym
可包含

May contain character data mixed with any other elements defined in the dictionary tag set.

例子
<sense n="2">
 <usg type="time">現代</usg>
 <def>胭脂和香粉,舊時借指婦女</def>
 <cit type="example">
  <quote>那一年頌蓮留著齊耳的短髮,用一條天藍色的緞帶箍住,她的臉是圓圓的,不施脂粉,但顯得有點蒼白。</quote>
  <bibl>
   <author>蘇童</author>
  </bibl>
 </cit>
</sense>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="sense"/>
  <classRef key="model.entryPart.top"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="sense">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:optional>
  <rng:attribute name="level">
   <rng:ref name="teidata.count"/>
  </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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   attribute level { teidata.count }?,
   (
      text
    | model.gLikesensemodel.entryPart.topmodel.phrasemodel.global
   )*
}