<interpGrp>

<interpGrp> (groupe d'interprétations) regroupe un ensemble d'interprétations ayant en commun une mention de responsabilité ou un type [17.3 Spans and Interpretations]
Module analysis — Simple Analytic Mechanisms
Attributs
Membre du
Contenu dans
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg standOff
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
Peut contenir
analysis: interp
core: desc
Note

Un nombre quelconque d'éléments interp.

Exemple
<interpGrp resp="#fr_TMA"
 type="structuralunit">

 <desc>Organisation structurelle de base</desc>
 <interp xml:id="fr_I1">introduction</interp>
 <interp xml:id="fr_I2">conflit</interp>
 <interp xml:id="fr_I3">apogée</interp>
 <interp xml:id="fr_I4">vengeance</interp>
 <interp xml:id="fr_I5">reconciliation</interp>
 <interp xml:id="fr_I6">conséquence</interp>
</interpGrp>
Modèle de contenu
<content>
 <sequence>
  <classRef key="model.descLike"
   minOccurs="0maxOccurs="unbounded"/>

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

 </sequence>
</content>
Schéma 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+ )
}