<speaker>

Speaker

One who utters one segment of a speech (The statement is captured as one or more paragraphs <p>.)

Remarks

As an example, the computer “HAL” in the exchange “HAL: ‘Hi Dave’” would be tagged as:

<speech>
<speaker>HAL</speaker>
<p>Hi Dave</p>
</speech>

Attribute

content-type Type of Content

Related Elements

A <speech> is a container element that names the person, object or group speaking (<speaker> element), followed by one complete utterance, modeled as one or more paragraphs (<p>). These paragraphs need not be long text constructions, but may contain only a few words, as in the example “Hi Dave” above.

Expanded Content Model

(#PCDATA | ext-link | related-article | inline-supplementary-material | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | mml:math | given-names | degrees | prefix | surname | suffix | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<speech>

Example

...
<p align="left">... In one example (Session 2), Lily
had been talking about putting a wall up and not
letting people know how she feels; she was afraid
that she would get hurt even though she &#8220;yearns
to connect.&#8221;
<speech>
<speaker>Dr. N</speaker>
<p align="left"> How that might happen in here? How
might you sort of put up a wall with me?</p>
</speech>
<speech>
<speaker>Lily</speaker>
<p align="left">...</p>
</speech>
</p>
...

Module

para3.ent