<lbl>

<lbl> (標籤) 包含字詞形式、範例、翻譯、或其他資訊的標籤,例如縮寫、省略、字面、約略、同義等。 9.3.1 Information on Written and Spoken Forms 9.3.3.2 Translation Equivalents 9.3.5.3 Cross-References to Other Entries
組件dictionaries — 9 Dictionaries
屬性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type用合適的分類方法將標籤分類。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
any string of characters, such as usage, sense_restriction, etc.
屬於
可包含
宣告

<rng:element name="lbl">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element lbl
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
例子
<entry>
 <form type="abbrev">
  <orth>台大</orth>
 </form>
 <form type="full">
  <lbl>縮寫</lbl>
  <orth>台灣大學</orth>
 </form>
</entry>