<u>

<u> (utterance) 一般に沈黙または話者交替が前後する、発話の時間。 [8.3.1 Utterances]<a href="https://translate.tei-c.org/translate.html?edit=u.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
モジュール spoken — Transcriptions of Speech
属性
trans⚓︎ (transition) 前の発話から当該発話への遷移(交替)の性質を示す。
状態 任意
データ型 teidata.enumerated
正当な値:
smooth
当該発話は、変な間や急ぐことなく、始まる。 [初期値]
latching
当該発話は、普通より短い間に続けて、始まる。
overlap
当該発話は、以前の発話が終わる前に、始まる。
pause
当該発話は、目立った間に続けて、始まる。
クラブのメンバー
上位
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

散文と発話要素の混在。

個々の発話遷移(交替)は、ターンを示す要素uや他の要素により 示され、多くの場合、要素uはその前後を間や発話交替で区切ら れている。しかし、要素uは、ターンや伝達に関する事象を示す ために必須のものではない。また、その前後に間や発話交替があることも 必須ではない。最低限、要素uは、話者が示す音声である。

<u who="#spkr1">if did you set</u>
<u trans="latchingwho="#spkr2">well Joe and I set it between us</u>
<list type="speakers">
 <item xml:id="spkr1"/>
 <item xml:id="spkr2"/>
</list>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
宣言
<rng:element name="u">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.notated.attributes"/>
 <rng:ref name="att.timed.attributes"/>
 <rng:ref name="att.duration.iso.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:optional>
  <rng:attribute name="trans"
   a:defaultValue="smooth">

   <rng:choice>
    <rng:value>smooth</rng:value>
    <rng:value>latching</rng:value>
    <rng:value>overlap</rng:value>
    <rng:value>pause</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element u
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   att.declaring.attributes,
   att.notated.attributes,
   att.timed.attributes,
   att.duration.iso.attributes,
   att.duration.w3c.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   macro.paraContent
}