<joinGrp>

<joinGrp> (連結群組) 匯集一群連結元素與可能指標。 [16.7 Aggregation]
組件 linking — Linking, Segmentation, and Alignment
屬性
result⚓︎ 描述此集合中匯集的連結結果。
狀態 非必備的
資料類型 teidata.name
俱乐部会员
可包含在於
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
可包含
core: desc gloss ptr
linking: join
tagdocs: equiv

Any number of join or ptr elements.

例子
<joinGrp domains="#zuitxt1 #zuitxt2 #zuitxt3"
 result="q">

 <join target="#zuiq1 #zuiq2 #zuiq6"/>
 <join target="#zuiq3 #zuiq4 #zuiq5"/>
</joinGrp>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <elementRef key="equiv"/>
   <elementRef key="gloss"/>
   <classRef key="model.descLike"/>
  </alternate>
  <alternate minOccurs="1"
   maxOccurs="unbounded">

   <elementRef key="join"/>
   <elementRef key="ptr"/>
  </alternate>
 </sequence>
</content>
宣告
<rng:element name="joinGrp">
 <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.pointing.group.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="result">
   <rng:ref name="teidata.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="equiv"/>
    <rng:ref name="gloss"/>
    <rng:ref name="model.descLike"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="join"/>
    <rng:ref name="ptr"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element joinGrp
{
   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.pointing.group.attributes,
   att.pointing.attributes,
   att.typed.attributes,
   attribute result { teidata.name }?,
   ( ( equiv | gloss | model.descLike )*, ( join | ptr )+ )
}