<gloss>

<gloss> 語句の説明や定義を示す. 3.3.4 用語,注釈,同等語,解説
モジュールcore — 3 コアモジュール
属性 att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
target 関連する要素termを,絶対・相対URLで指示する.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
要素termへ解決可能な妥当なURI参照であるべきである.
cRef TEIヘダー中の要素refsDeclで定義されているスキームにある, 関連する要素termを標準的参照方法で特定する.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
標準的参照方法を解決するアルゴリズムから得られた結果は,要素termを参照する妥当なURI参照であるべきである(16.2.5 規範参照を参照).
解説
要素refsDeclは,属性declsで示されるかもし れない.
当該モジュールを使用するもの
下位
宣言

<rng:element name="gloss">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:ref name="att.translatable.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:choice>
 <rng:optional>
  <rng:attribute name="target">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="cRef">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
</rng:choice>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
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>
解説
属性targetcRefは,排他的に使用される.