<alt>
<alt> (alternation) identifies an alternation or a set of choices among elements or passages. 16.8 Alternation | |||||||||||||||||||||||||
Module | linking — 16 Linking, Segmentation, and Alignment | ||||||||||||||||||||||||
In addition to global attributes | att.pointing (@type, @evaluate)
|
||||||||||||||||||||||||
Used by | |||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||
Declaration |
element alt { att.global.attributes, att.pointing.attributes, attribute targets { list { data.pointer, data.pointer+ } }, attribute mode { "excl" | "incl" }?, attribute weights { list { data.probability, data.probability+ } }?, empty } |
||||||||||||||||||||||||
Example |
<alt mode="excl" targets="#we.fun #we.sun" weights="0.5 0.5"/>
|