<u>

<u> (enunciato) porzione di parlato solitamente preceduta e seguita da un silenzio o da un cambio di parlante 8.3.1 Utterances
Modulospoken — 8 Transcriptions of Speech
Attributi att.timed (@start, @end) att.duration.w3c (@dur) att.declaring (@decls) att.ascribed (@who)
trans (transizione) indica la natura del passaggio tra questo enunciato e il precedente
Stato Opzionale
I valori legali sono:
smooth
l'enunciato comincia senza pause o accelerazioni insolite [Valore di default]
latching
l'enunciato comincia con una pausa nettamente più breve del normale
overlap
l'enunciato comincia prima che sia terminato quello precedente
pause
l'enunciato comincia con una pausa notevolmente lunga
Usato da model.divPart.spoken
Può contenere
Dichiarazione
element u
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.declaring.attributes,
   att.ascribed.attributes,
   attribute trans { "smooth" | "latching" | "overlap" | "pause" }?,
   ( text | model.gLike | model.phrase | model.global )*
}
Esempio
<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>
Nota
Prose and a mixture of speech elements
Although individual transcriptions may consistently use <u> elements for turns or other units, and although in most cases a <u> will be delimited by pause or change of speaker, <u> is not required to represent a turn or any communicative event, nor to be bounded by pauses or change of speaker. At a minimum, a <u> is some phonetic production by a given speaker.