att.ascribed.directed (hendiVar)
Back
att.ascribed.directed provides attributes for elements representing speech or action that can be directed at a group or individual.
Other Customizations
Members
Attributes
toWhom
indicates the person, or group of people, to whom a speech act or action is directed.
Datatype
teidata.pointer
Example
<gi>sp</gi> <gi>castItem</gi> <gi>castList</gi> <att>toWhom</att> <gi>stage</gi> <att>toWhom</att> <castItem type="role">
<role xml:id="emil">Emilius.</role>
</castItem> <castItem type="role">
<role xml:id="lov">Lovisa</role>
</castItem> <castItem type="role">
<role xml:id="serv">A servant</role>
</castItem> <sp who="#emil" toWhom="#lov">
<speaker>Emil.</speaker>
<l n="1">My love!</l>
</sp> <sp who="#lov" toWhom="#emil">
<speaker>Lov.</speaker>
<l n="2">I have no Witness of my Noble Birth</l>
<stage who="emil" toWhom="#serv">Pointing to her Woman.</stage>
<l>But that poor helpless wretch——</l>
</sp>