<altGrp>

<altGrp> (alternation group) groups a collection of alt elements and possibly pointers. 16.8 Alternation
Modulelinking — 16 Linking, Segmentation, and Alignment
Attributes [att.pointing.group ]
modestates whether the alternations gathered in this collection are exclusive or inclusive.
Status Optional
Legal values are:
excl(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs. [Default]
incl(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.
Declaration
element altGrp
{
   att.global.attributes,
   att.pointing.group.attributes,
   att.pointing.attributes,
   attribute mode { "excl" | "incl" }?,
   ( alt | ptr )*
}
Example
<altGrp mode="excl">
 <alt targets="#dm #lt #bbweights="0.5 0.25 0.25"/>
 <alt targets="#rl #dbweights="0.5 0.5"/>
</altGrp>
Example
<altGrp mode="incl">
 <alt targets="#dm #rlweights="0.90 0.90"/>
 <alt targets="#lt #rlweights="0.5 0.5"/>
 <alt targets="#bb #rlweights="0.5 0.5"/>
 <alt targets="#dm #dbweights="0.10 0.10"/>
 <alt targets="#lt #dbweights="0.45 0.90"/>
 <alt targets="#bb #dbweights="0.45 0.90"/>
</altGrp>
Note
Any number of alternations, pointers or extended pointers.
Contained by model.global.meta
May contain
core: ptr
linking: alt