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>