<vocal>

<vocal> any vocalized but not necessarily lexical phenomenon, for example voiced pauses, non-lexical backchannels, etc. 8.3.3 Vocal, Kinesic, Incident
Modulspoken — 8 Transcriptions of Speech
Attribute att.timed (@start, @end) att.duration.w3c (@dur) att.ascribed (@who) att.typed (@type, @subtype)
iteratedindicates whether or not the phenomenon is repeated.
Zustand Optional
Datentyp
data.xTruthValue
Anmerkung
The value true indicates that the vocal effect is repeated several times rather than just occurring once.
Verwendet von model.global.spoken
Kann enthalten
core: desc gloss
tagdocs: altIdent equiv
Deklaration
element vocal
{
   att.global.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   attribute iterated { data.xTruthValue }?,
   model.glossLike*
}
Beispiel
<vocal dur="PT12S">
 <desc>whistles</desc>
</vocal>
<vocal iterated="true">
 <desc>whistles intermittently</desc>
</vocal>