<interpGrp>

<interpGrp> (解釋群組) 匯集一系列具有共同任務或類型的相關解釋。 [17.3 Spans and Interpretations]
組件analysis — Simple Analytic Mechanisms
屬性att.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)
type指出段落中所註解的現象類別。
狀態 推薦的
資料類型 teidata.enumerated
實例值包含:
image
標明段落中的影像。
character
標明與段落相關聯的人物。
theme
標明段落中的主題。
allusion
標明另一個文本的引用。
俱乐部会员
可包含在於
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.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+ )
}