Even though the sequence inside the parent element has an "unbounded" maxOccurs, the validator returns the following violation: (in this case, there are 4 elements, and it's complaining because it thinks it should only contain 2 max.)
Removing "max" from count in the generated yaml file fixes the issue.
Hello, I have the following structure in my XSD schema:
When generating validation metadata, this is the related yml file generated:
Even though the sequence inside the parent element has an "unbounded" maxOccurs, the validator returns the following violation: (in this case, there are 4 elements, and it's complaining because it thinks it should only contain 2 max.)
Removing "max" from count in the generated yaml file fixes the issue.