<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関連する語句・用語への参照を,絶対・相対URLで示す.
状態 任意
データ型
data.pointer
should be a valid URI reference that resolves to a <term> element
cRef (canonical reference) 当該プロジェクトで使用されている参照方法で,関連する語句・用語へ の参照を示す.この参照方法は,TEIヘダーにあるrefsDecl要素で定義され ている.
状態 任意
データ型
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.