att.ascribed

att.ascribed 特定個人の発話や行動を示す要素に付随する。 [3.3.3 Quotation 8.3 Elements Unique to Spoken Texts]
モジュール tei — The TEI Infrastructure
構成 att.ascribed.directed [kinesic move pause q said sp spGrp stage u vocal writing] annotationBlock change incident setting shift
属性
who⚓︎ 当該要素の内容が示す人物を示す。
状態 任意
データ型 1–∞ occurrences of teidata.pointer 空白文字で区切られる

In the following example from Hamlet, speeches (sp) in the body of the play are linked to role elements in the castList using the who attribute.

<castItem type="role">
 <role xml:id="Barnardo">Bernardo</role>
</castItem>
<castItem type="role">
 <role xml:id="Francisco">Francisco</role>
 <roleDesc>a soldier</roleDesc>
</castItem>
<!-- ... -->
<sp who="#Barnardo">
 <speaker>Bernardo</speaker>
 <l n="1">Who's there?</l>
</sp>
<sp who="#Francisco">
 <speaker>Francisco</speaker>
 <l n="2">Nay, answer me: stand, and unfold yourself.</l>
</sp>
解説

転記された音声の場合、これは通常、参加者または参加者グループを識別する。他のコンテキストでは、識別されたperson要素を指し示す。