Create a validator that ensures that Z14/Implementation is correct.
It should check that of the keys Z14K1, Z14K2, and Z14K3 exactly one key is filled.
One way to solve this declaratively is to implement this: T277923
Another one could be to have a validator function associated with this. This requires the following task: T273124