Text Encoding Initiative

The XML Version of the TEI Guidelines

<u>


<u> (utterance) a stretch of speech usually preceded and followed by silence or by a change of speaker.
Attributes (In addition to global attributes and those inherited from comp.spoken, declaring, timed)
trans (transition) indicates the nature of the transition between this utterance and the previous one.
Datatype: (smooth | latching | overlap | pause)
Legal values are:
smooth this utterance begins without unusual pause or rapidity.
latching this utterance begins with a markedly shorter pause than normal.
overlap this utterance begins before the previous one has finished.
pause this utterance begins after a noticeable pause.
Default: smooth
who supplies an identifier for the speaker or group of speakers. Its value is the identifier of a <participant> or <participantGrp> element in the TEI header.
Datatype: IDREFS
Values: Must identify a participant or participant group within the TEI Header
Default: %INHERITED;
Example
<u who="a">if did you set</u>
<u trans="latching" who="b">well Joe and I set it between us</u>
Note

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.

Module Declared in file teispok2; Base tag set for Transcribed Speech: enabled by TEI.spoken
Class timed; comp.spoken; declaring
Data Description prose and a mixture of speech elements
May contain #PCDATA abbr add addSpan address alt altGrp anchor app c caesura cb certainty cl corr damage date dateRange dateStruct del delSpan distinct emph event expan fLib foreign formula fs fsLib fvLib fw gap geogName gloss handShift hi index interp interpGrp join joinGrp kinesic lang lb link linkGrp m measure mentioned milestone name num oRef oVar orgName orig pRef pVar pause pb persName phr placeName ptr ref reg respons restore rs s seg shift sic soCalled space span spanGrp supplied term time timeRange timeStruct timeline title u unclear vocal w writing xptr xref
May occur within argument body castList div div0 div1 div2 div3 div4 div5 div6 div7 epigraph epilogue metDecl performance prologue set u
Declaration
<!ELEMENT u %om.RR; (#PCDATA | %m.phrase; |
                   %m.comp.spoken; | %m.Incl;)* > 
<!ATTLIST u  
      %a.global;
      %a.timed;
      %a.declaring;
      trans (smooth | latching | overlap | pause) "smooth"
      who IDREFS %INHERITED;>
See further 11.2.7 Formal Definition; 11.2.1 Utterances; 11.2 Elements Unique to Spoken Texts

Up: 35 Elements