<joinGrp>

<joinGrp> (join group) groups a collection of join elements and possibly pointers. 16.7 Aggregation
Modul linking — 16 Linking, Segmentation, and Alignment
Neben global gültigen Attributen att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
result describes the result of the joins gathered in this collection.
Zustand Optional
Datentyp

<rng:ref name="data.name"/>
data.name
Werte supplies the default value for the result on each join included within the group.
Verwendet von
Kann enthalten
core: desc gloss ptr
linking: join
tagdocs: altIdent equiv
Deklaration

<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 )+ )
}
Beispiel
<joinGrp domains="zuitxt zuitxt zuitxt" result="q">
 <join targets="#zuiq1 #zuiq2 #zuiq6"/>
 <join targets="#zuiq3 #zuiq4 #zuiq5"/>
</joinGrp>