Returns true, if exactly one element of the Boolean input vector is true ('xor')
function oneTrue extends Modelica.Icons.Function; input Boolean b[:]; output Boolean result; end oneTrue;