att.ascribed

att.ascribed assegna degli attributi agli elementi che rappresentano parole o azioni attribuibili a singoli individui [3.3.3 Quotation 8.3 Elements Unique to Spoken Texts]
Modulotei — The TEI Infrastructure
Membrichange incident kinesic move pause q said setting shift sp spGrp stage u vocal writing
AttributiAttributi
whoindica la persona o gruppo di persone alle quali viene attribuito il contenuto dell'elemento
Stato Opzionale
Tipo di dati 1–∞ occorrenze di 

<rng:ref name="data.pointer"/>
data.pointer
separato da spazio bianco

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>