<altGrp>
<altGrp> (alternation group) groups a collection of alt elements and possibly pointers. 16.8 Alternation | |||||||
Module | linking — 16 Linking, Segmentation, and Alignment | ||||||
Attributes | att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
| ||||||
Used by | |||||||
May contain | |||||||
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 #bb" weights="0.5 0.25 0.25"/> <alt targets="#rl #db" weights="0.5 0.5"/> </altGrp> | ||||||
Example | <altGrp mode="incl"> <alt targets="#dm #rl" weights="0.90 0.90"/> <alt targets="#lt #rl" weights="0.5 0.5"/> <alt targets="#bb #rl" weights="0.5 0.5"/> <alt targets="#dm #db" weights="0.10 0.10"/> <alt targets="#lt #db" weights="0.45 0.90"/> <alt targets="#bb #db" weights="0.45 0.90"/> </altGrp> | ||||||
Note | Any number of alternations, pointers or extended pointers. |