<altGrp>
<altGrp> (alternation group) groups a collection of alt elements and possibly pointers. 16.8 Alternation | |||||||
Modul | linking — 16 Linking, Segmentation, and Alignment | ||||||
Attribute | att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
| ||||||
Verwendet von | |||||||
Kann enthalten | |||||||
Deklaration |
element altGrp { att.global.attributes, att.pointing.group.attributes, att.pointing.attributes, attribute mode { "excl" | "incl" }?, ( alt | ptr )* } | ||||||
Beispiel | <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> | ||||||
Beispiel | <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> |