<interpGrp>

<interpGrp> (解釋群組) 匯集一系列具有共同任務或類型的相關解釋。 17.3 Spans and Interpretations
組件analysis — 17 Simple Analytic Mechanisms
屬性 att.interpLike (@resp, @type, @inst)
屬於
可包含
analysis: interp
core: desc gloss
tagdocs: altIdent equiv
宣告

<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+ )
}
例子
<interpGrp resp="#zh-tw_TMAtype="段落架構">
 <interp xml:id="zh-tw_註11"></interp>
 <interp xml:id="zh-tw_註I2">衝突</interp>
 <interp xml:id="zh-tw_註I3">高潮</interp>
 <interp xml:id="zh-tw_註I4">復仇</interp>
 <interp xml:id="zh-tw_註I5">調和</interp>
 <interp xml:id="zh-tw_註I6">結局</interp>
</interpGrp>
<bibl xml:id="zh-tw_TMA">
<!-- 註明資料來源-->
</bibl>