<altGrp>
<altGrp> (grupo de alternancia) agrupa un conjunto de elementos alt y de eventuales indicadores. 16.8 Alternation | |||||||
Módulo | linking — 16 Linking, Segmentation, and Alignment | ||||||
Además de los atributos globales | att.pointing.group (@domains, @targFunc) (att.pointing (@target, @evaluate)) (att.typed (@type, @subtype))
|
||||||
Usado por | |||||||
Puede contener | |||||||
Declaración |
element altGrp { att.global.attributes, att.pointing.group.attributes, att.pointing.attributes, att.typed.attributes, attribute mode { "excl" | "incl" }?, ( alt | ptr )* } |
||||||
Ejemplo |
<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> |
||||||
Ejemplo |
<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> |