<annotationBlock>

<annotationBlock> groups together various annotations, e.g. for parallel interpretations of a spoken segment. [8.4.6. Analytic Coding]
Modulespoken
Attributesatt.ascribed (@who) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Member of
Contained by
May containEmpty element
Example
<annotationBlock who="#SPK1start="#T2"
 end="#T3xml:id="ag20">

 <u xml:id="u20">
  <seg xml:id="seg37type="utterance"
   subtype="modeless">

   <w xml:id="w46">Yeah</w>
  </seg>
 </u>
</annotationBlock>
<annotationBlock who="#SPK1start="#T5"
 end="#T6xml:id="ag21">

 <u xml:id="u21">
  <seg xml:id="seg38type="utterance"
   subtype="modeless">

   <w xml:id="w47">Mhm</w>
  </seg>
 </u>
</annotationBlock>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="u"/>
  <elementRef key="spanGrp"/>
  <classRef key="model.global.spoken"/>
 </alternate>
</content>
Schema Declaration
element annotationBlock
{
   tei_att.ascribed.attributes,
   tei_att.timed.attributes,
   tei_att.global.attributes,
   ( u | spanGrp | tei_model.global.spoken )*
}