att.ascribed

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

<rng:ref name="data.pointer"/>
data.pointer
空白文字で区切られる

In the following example from Hamlet, speeches (sp) in the body of the play are linked to castItem 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>