Describe the bug
According to the constraint description
Constraint AASc-3a-010: If value is not empty then value list shall be empty and vice versa.
it is ok if both value and valueList are null. However what is checked in the code is actually an xor condition, so an error is reported in this case.