<speaker>

<speaker> contains a specialized form of heading or label, giving the name of one or more speakers in a dramatic text or fragment. [3.13.2. Core Tags for Drama]
Module core
Attributes
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
Contained by
core: sp
May contain
Note
This element may be used to transcribe which character is speaking in a dramatic text as indicated by the source text; the who attribute of an sp element may be used to point to another element (typically a role) which provides information about the character speaking. Either or both may be used.
Examples

<sp who="#ni #rsa">
   
<speaker>Nancy and Robert</speaker>
   
<stage type="delivery">(speaking simultaneously)</stage>
   
<p>The future? ...</p>
</sp>
<list type="speakers">
   
<item xml:id="ni"/>
   
<item xml:id="rsa"/>
</list>
Source Github

<elementSpec module="core" ident="speaker">
   
<gloss/>
   
<desc>contains a specialized form of heading or label, giving the name of one or more speakers in a
    dramatic text or fragment.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<content>
      
<macroRef key="macro.phraseSeq"/>
   
</content>
</elementSpec>