att.ascribed

att.ascribed 特定個人に帰する発話や行動を示すを示す要素に付随する. [1 The TEI Infrastructure]
モジュール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
空白文字で区切られる
For transcribed speech, this will typically identify a participant or participant group; in other contexts, it will point to any identified person element.

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>