<speaker>

<speaker> 特殊的標題或標籤形式,用來表明劇本中ㄧ位或多位講者名稱。 [3.13.2 Core Tags for Drama]
組件 core — Elements Available in All TEI Documents
屬性
可包含在於
core: sp
可包含

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.

例子
<sp who="#zh-tw_ni #zh-tw_rsa">
 <speaker>梁山伯與祝英台t</speaker>
 <stage type="演講或歌唱">(同時)</stage>
 <p>梁山伯與祝英台,生不成雙死不分,生不成雙死不分。</p>
</sp>
<list type="speakers">
 <item xml:id="zh-tw_ni"/>
 <item xml:id="zh-tw_rsa"/>
</list>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣告
<rng:element name="speaker">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element speaker
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   macro.phraseSeq
}