<speaker>
Speaker
One who utters one segment of a speech or dialog.
Remarks
For example, the computer “HAL” is the speaker in the following exchange “HAL: ‘Hi Dave’”
Attributes
Content Model
<!ELEMENT speaker (#PCDATA %speaker-elements;)* >
Expanded Content Model
(#PCDATA | degrees | given-names | prefix | surname | suffix | fn | target | xref)*
Description
Any combination of:
- Text, numbers, or special characters
- <degrees> Degree(s)
- <given-names> Given (First) Names
- <prefix> Prefix
- <surname> Surname
- <suffix> Suffix
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
This element may be contained in:
Example
... <body>... <p>The participants understood the purpose of their peer response groups to be finding mistakes or problems in each other’s essays ... Clara, one of the Chinese-speakers, explains why she no longer believes the initial positive comments: <speech> <speaker>S:</speaker> <p>I think Aeenoy start this way. I think she always do this way, like say some good thing first. And then I know the bad thing is coming.</p> </speech> <speech> <speaker>I:</speaker> <p>So, why doe she do that?</p> </speech> <speech> <speaker>S:</speaker> <p>I think it gives somebody self-esteem ...</p></speech> </p> ...</body> ...