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–∞ 출현 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>