<interpGrp>

<interpGrp> (interpretation group) collects together a set of related interpretations which share responsibility or type. [17.3 Spans and Interpretations]
Moduleanalysis — Simple Analytic Mechanisms
Attributesatt.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)) att.interpLike (@type, @inst)
Member of
Contained by
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
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
<rng:element name="interpGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.interpLike.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.descLike"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:ref name="interp"/>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element interpGrp
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.interpLike.attributes,
   ( model.descLike*, interp+ )
}