att.ascribed

att.ascribed 특정 개인의 대화 또는 행위를 표시하는 요소에 대한 속성을 제공한다. [1 The TEI Infrastructure]
모듈tei — 1 The TEI Infrastructure
원소change said q sp spGrp move u pause vocal kinesic incident writing shift setting
속성속성
who요소 내용이 속하는 사람 또는 사람의 그룹을 나타낸다.
상태 수의적
자료 유형 1–∞ 출현 

<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>