The Instruction operation "max" returns the maximum value of any number of inputs.
<instruction operation="max">
<input value="36" />
<input value="5" />
</instruction>
36
<instruction operation="max">
<input value="36" />
<input value="5" />
<input value="115" />
<input value="555" />
</instruction>
555