<speaker>
Speaker (話者)
スピーチまたは対話の一部分の話者。
備考
たとえば、コンピュータ “HAL” は、次の対話の話者です。“HAL: ‘Hi Dave’”
コンテンツ・モデル
<!ELEMENT speaker (#PCDATA %speaker-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | degrees | given-names | prefix | surname | suffix | fn | target | xref)*
記述方法
この要素は以下の要素内に含むことができます:
用例
... <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> ...