<shift>

<shift> 発話者による一連の発話(パラ言語)素性が変化する場所を示す. 8.3.6 Shifts
モジュールspoken — 8 Transcriptions of Speech
属性 att.ascribed (@who)
feature 発話(パラ言語)素性.
状態 任意
正当な値:
tempo
発話の速さ.
loud
大きさ.
pitch
音の高さ.
tension
声の張りやアクセントパタン.
rhythm
リズム性.
voice
声質.
new 発話(パラ言語)素性の,新しい状態を示す.
状態 任意
データ型
data.enumerated
An open list (for an example of possible values, see 8.4.2 Synchronization and Overlap)
解説
If no value is specified, it is assumed that the feature concerned ceases to be remarkable. The value ‘normal’ has the same effect.
当該モジュールを使用するもの model.global.spoken
下位空要素
宣言
element shift
{
   att.global.attributes,
   att.ascribed.attributes,
   attribute feature
   {
      "tempo" | "loud" | "pitch" | "tension" | "rhythm" | "voice"
   }?,
   attribute new { data.enumerated }?,
   empty
}
<u who="#LB">
 <shift feature="loudnew="f"/>Elizabeth
</u>
<u who="#EB">Yes</u>
<u who="#LB">
 <shift feature="loud"/>Come and try this
<pause/>
 <shift feature="loudnew="ff"/>come on
</u>
<!-- ... -->
<listPerson type="speakers">
 <person xml:id="LB"/>
 <person xml:id="EB"/>
</listPerson>

The word ‘Elizabeth’ is spoken loudly, the words ‘Yes’ and ‘Come and try this’ with normal volume, and the words ‘come on’ very loudly.