<interpGrp>

<interpGrp> (解釋群組) 匯集一系列具有共同任務或類型的相關解釋。 [17.3 Spans and Interpretations]
組件 analysis — Simple Analytic Mechanisms
屬性
俱乐部会员
可包含在於
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
可包含
analysis: interp
core: desc

Any number of interp elements.

例子
<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>
Content model
<content>
 <sequence>
  <classRef key="model.descLike"
   minOccurs="0maxOccurs="unbounded"/>

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

 </sequence>
</content>
宣告
<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+ )
}