<vocal>

<vocal> (élément vocal) tout phénomène vocalisé mais pas nécessairement lexical, par exemple des pauses vocales, des réactions non lexicales, etc. [8.3.3 Vocal, Kinesic, Incident]
Modulespoken — 8 Transcriptions of Speech
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.timed (@start, @end) (att.duration.w3c (@dur)) att.ascribed (@who) att.typed (@type, @subtype)
iteratedindique si le phénomène est ou non répété.
Statut Optionel
Type de données

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Valeur par défaut false
Note
La valeur true signale que l'effet vocal est répété plutôt qu'unique.
Utilisé par
Contenu dans
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
Peut contenir
Declaration

<rng:element name="vocal">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.timed.attributes"/>
 <rng:ref name="att.duration.w3c.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="iterated" a:defaultValue="false">
   <rng:ref name="data.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element vocal
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.timed.attributes,
   att.duration.w3c.attributes,
   att.ascribed.attributes,
   att.typed.attributes,
   attribute iterated { data.xTruthValue }?,
   model.glossLike*
}
Exemple
<vocal dur="PT12S">
 <desc>sifflements</desc>
</vocal>
<vocal iterated="true">
 <desc>sifflements intermittents</desc>
</vocal>