<annotationBlock>

<annotationBlock> groups together various annotations, e.g. for parallel interpretations of a spoken segment. [8.4.6. Analytic Coding]
Modulespoken
Attributes
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 )*
}