<joinGrp>

<joinGrp> (join group) groups a collection of join elements and possibly pointers. 16.7 Aggregation
Modulelinking — 16 Linking, Segmentation, and Alignment
Attributes att.pointing.group (@domains, @targFunc) att.pointing (@type, @evaluate)
resultdescribes the result of the joins gathered in this collection.
Status Optional
Datatype
data.name
Values supplies the default value for the result on each <join> included within the group.
Used by model.global.meta
May contain
core: desc gloss ptr
linking: join
tagdocs: altIdent equiv
Declaration
element joinGrp
{
   att.global.attributes,
   att.pointing.group.attributes,
   att.pointing.attributes,
   attribute result { data.name }?,
   ( model.glossLike*, ( join | ptr )+ )
}
Example
<joinGrp domains="zuitxt zuitxt zuitxtresult="q">
 <join targets="#zuiq1 #zuiq2 #zuiq6"/>
 <join targets="#zuiq3 #zuiq4 #zuiq5"/>
</joinGrp>
Note
Any number of <join> or <ptr> elements.