When - xkp/Doc GitHub Wiki
The when tag's children will activate when the supplied expression is true.
expr: Mandatory, indicates the condition that must be met so the children will activate.
<sequence id="my_sequence">
<when expr="img1.width > 40">
...
</at>
</sequence>