<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]
Moduleanalysis — Simple Analytic Mechanisms
Attributsatt.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 (@inst) att.typed (type, @subtype)
typeindique quel genre de phénomène est noté dans le passage.
Statut Recommendé
Type de données teidata.enumerated
Exemple de valeurs possibles:
image
identifie une image dans le passage.
character
identifie un personnage associé au passage.
theme
identifie un thème dans le passage.
allusion
identifie une allusion à un autre texte.
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.attribute.inst"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <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.attribute.inst,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   ( model.descLike*, interp+ )
}