<interpGrp>

<interpGrp> (interpretation group) collects together a set of related interpretations which share responsibility or type. 17.3 Spans and Interpretations
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributes att.interpLike (@resp, @type, @inst)
Used by
May contain
analysis: interp
core: desc gloss
tagdocs: altIdent equiv
Declaration

<rng:element name="interpGrp">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.interpLike.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:ref name="interp"/>
 </rng:oneOrMore>
</rng:group>
</rng:element>
element interpGrp
{
   att.global.attributes,
   att.interpLike.attributes,
   ( model.glossLike*, interp+ )
}
Example
<interpGrp resp="#TMAtype="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>
Note
Any number of interp elements.