att.ascribed (hendiAll)
Back
att.ascribed provides attributes for elements representing speech or action that can be ascribed to a specific individual.
Other Customizations
Members
Attributes
who
indicates the person, or group of people, to whom the element content is ascribed.
Datatype
teidata.pointer
Example
<gi>sp</gi> <gi>castItem</gi> <gi>castList</gi> <att>who</att> <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>