<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
解説

属性値trueは、当該音が会話の合間に聞こえることを示 す。属性値falseは、当該音が、周囲の会話中にも聞こえ ていることを示す。

クラブのメンバー
上位
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

ト書きにある専門形。

<sp>
 <speaker>Benjy</speaker>
 <p>Now to business.</p>
</sp>
<sp>
 <speaker>Ford and Zaphod</speaker>
 <p>To business.</p>
</sp>
<sound discrete="true">Glasses clink.</sound>
<sp>
 <speaker>Benjy</speaker>
 <p>I beg your pardon?</p>
</sp>
<sp>
 <speaker>Ford</speaker>
 <p>I'm sorry, I thought you were proposing a toast.</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
}