<sound>

<sound> (sound) 描述電影或廣播劇本中的音效或配樂。 [7.3.1 Technical Information 7.3 Other Types of Performance Text]
組件 drama — Performance Texts
屬性
type⚓︎ 將聲音從某方面來分類,例如音樂,特殊音效等。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
discrete⚓︎ 指出該聲音是否和週遭說話聲音重疊或單獨穿插於其間。
狀態 非必備的
資料類型 teidata.xTruthValue
俱乐部会员
可包含在於
可包含
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data

A specialized form of stage direction.

例子
<sp>
 <speaker>班吉</speaker>
 <p>現在,說到我們的事業。</p>
</sp>
<sp>
 <speaker>福特和薩豐</speaker>
 <p>敬我們的事業。</p>
</sp>
<sound discrete="true">玻璃杯敲擊聲</sound>
<sp>
 <speaker>班吉</speaker>
 <p>抱歉,您說什麼?</p>
</sp>
<sp>
 <speaker>福特</speaker>
 <p>不好意思,我以為你說乾杯。</p>
</sp>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣告
<rng:element name="sound">
 <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="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="discrete">
   <rng:ref name="teidata.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element sound
{
   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,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute discrete { teidata.xTruthValue }?,
   macro.paraContent
}