BIP5458
Severity
20 : ErrorMessage
The TDS physical format does not support an unbounded number of occurrences for element '<insert_0>', because it is contained in a fixed length choice.Explanation
A choice contains element '<insert_0>', which is defined with a 'max occurs' of -1 (unbounded). This option is not supported within a fixed length environment for a choice, because it must be possible to calculate the length of each member of the choice.Response
Modify the message model to ensure that no elements contained in a fixed length choice repeat an unbounded number of times. Check the repeats of element '<insert_0>'.