<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
att.global.source
source
|
| Contained by |
core: sp
|
| May contain |
core: abbr add address choice cit date del ellipsis emph foreign gap gloss graphic hi lb measure measureGrp mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic soCalled term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
| 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> |