<altGrp>

<altGrp> (gruppo di alternanza) raggruppa un insieme di elementi alt ed eventuali puntatori 16.8 Alternation
Modulolinking — 16 Linking, Segmentation, and Alignment
Attributi att.pointing.group (@domains, @targFunc) att.pointing (@type, @evaluate)
modedichiara se le alternative contenute nell'insieme sono esclusive o inclusive
Stato Opzionale
I valori legali sono:
excl
(esclusivo) indica che l'alternanza è esclusiva, cioè che compare solo una delle possibili alternative [Valore di default]
incl
(inclusivo) indica che l'alternanza non è esclusiva, cioè che possono comparire più alternative
Usato da model.global.meta
Può contenere
core: ptr
linking: alt
Dichiarazione
element altGrp
{
   att.global.attributes,
   att.pointing.group.attributes,
   att.pointing.attributes,
   attribute mode { "excl" | "incl" }?,
   ( alt | ptr )*
}
Esempio
<altGrp mode="excl">
 <alt targets="#dm #lt #bbweights="0.5 0.25 0.25"/>
 <alt targets="#rl #dbweights="0.5 0.5"/>
</altGrp>
Esempio
<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>
Nota
Any number of alternations, pointers or extended pointers.