<shift>
<shift> 発話者による一連の発話(パラ言語)素性が変化する場所を示す. 8.3.6 Shifts | |||||||||||||||||
モジュール | spoken — 8 Transcriptions of Speech | ||||||||||||||||
グローバル属性の他 | att.ascribed (@who)
|
||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||
下位 | 空要素 | ||||||||||||||||
宣言 |
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="loud" new="f"/>Elizabeth </u> <u who="#EB">Yes</u> <u who="#LB"> <shift feature="loud"/>Come and try this <pause/> <shift feature="loud" new="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. |