<interpGrp>

<interpGrp> (interpretation group) collects together a set of related interpretations which share responsibility or type. [17.3. Spans and Interpretations]
Moduleanalysis
Attributes
Member of
Contained by
May contain
analysis: interp
core: desc
Note

Any number of interp elements.

Example
<interpGrp resp="#TMA"
 type="structuralunit">

 <desc>basic structural organization</desc>
 <interp xml:id="I1">introduction</interp>
 <interp xml:id="I2">conflict</interp>
 <interp xml:id="I3">climax</interp>
 <interp xml:id="I4">revenge</interp>
 <interp xml:id="I5">reconciliation</interp>
 <interp xml:id="I6">aftermath</interp>
</interpGrp>
<bibl xml:id="TMA">
<!-- bibliographic citation for source of this interpretive framework -->
</bibl>
Content model
<content>
 <sequence>
  <classRef key="model.descLike"
   minOccurs="0maxOccurs="unbounded"/>

  <elementRef key="interpminOccurs="1"
   maxOccurs="unbounded"/>

 </sequence>
</content>
Schema Declaration
element interpGrp
{
   tei_att.global.attributes,
   tei_att.interpLike.attributes,
   ( tei_model.descLike*, tei_interp+ )
}