att.ascribed

att.ascribed proporciona atributos para los elementos que representan palabras o acciones atribuibles a individuos determinados. [3.3.3 Quotation 8.3 Elements Unique to Spoken Texts]
Módulo tei — The TEI Infrastructure
Miembros att.ascribed.directed [kinesic move pause q said sp spGrp stage u vocal writing] annotationBlock change incident setting shift
Atributos
who⚓︎ indica la persona o grupo de personas a las que se refiere el contenido del elemento.
Estado Opcional
Tipo de datos 1–∞ apariciones de teidata.pointer separado por espacio en blanco

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>