<joinGrp>

<joinGrp> (grupo de enlace) agrupa un conjunto de elementos de enlace a eventuales señalizadores. 16.7 Aggregation
Módulo linking — 16 Linking, Segmentation, and Alignment
Además de los atributos globales att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
result describe el resultado de los enlaces agrupados en tal conjunto.
Estado Opcional
Tipo de datos

<rng:ref name="data.name"/>
data.name
Valores supplies the default value for the result on each join included within the group.
Usado por
Puede contener
core: desc gloss ptr
linking: join
tagdocs: altIdent equiv
Declaración

<rng:element name="joinGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.pointing.group.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="result">
   <rng:ref name="data.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.glossLike"/>
  </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.pointing.group.attributes,
   att.pointing.attributes,
   attribute result { data.name }?,
   ( model.glossLike*, ( join | ptr )+ )
}
Ejemplo
<joinGrp domains="zuitxt zuitxt zuitxt" result="q">
 <join targets="#zuiq1 #zuiq2 #zuiq6"/>
 <join targets="#zuiq3 #zuiq4 #zuiq5"/>
</joinGrp>