<gloss>

<gloss> (註解) 標明用來為另一個字詞下定義或提供註解的字詞。 3.3.4 Terms, Glosses, Equivalents, and Descriptions
組件core — 3 Elements Available in All TEI Documents
屬性 att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
target用一個絕對或相對的URI參照來指明相關聯的元素<專有名詞>
狀態 非必備的
資料類型
data.pointer
should be a valid URI reference that resolves to a <term> element
cRef (canonical reference) 用元素<參照宣告>在TEI標頭內所定義的權威參照來指明相關聯的元素<專有名詞>
狀態 非必備的
資料類型
data.pointer
the result of applying the algorithm for the resolution of canonical references (described in section 16.2.5 Canonical References) should be a valid URI reference that resolves to a <term> element
The <refsDecl> to use may be indicated with the decls attribute.
屬於 model.emphLike model.glossLike
可包含
宣告
element gloss
{
   att.global.attributes,
   att.declaring.attributes,
   att.translatable.attributes,
   att.typed.attributes,
   ( attribute target { data.pointer }? | attribute cRef { data.pointer }? ),
   macro.phraseSeq
}
例子
We may define <term xml:id="tdpvrend="sc">discoursal point of view</term>
as
<gloss target="#tdpv">the relationship, expressed through discourse
structure, between the implied author or some other addresser,
and the fiction.</gloss>
The target and cRef attributes are mutually exclusive.