Binding on <switch/>

<switch/> has an optional binding. Presumably MIPs apply to a switch as 
well. Should it also have the property attributes?

<switch ref="method" relevant="amount > 0">
 <case name="credit">
 ...
 </case>
 <case name="cash">
 ...
 </case>
</switch>

Steven

Received on Thursday, 10 April 2025 21:18:15 UTC