Describe the bug
If a choice tag is present with the attribute maxOccurs superior to 1, it should mark the child elements as array and not single item.
To Reproduce
Generate the package when having this choice tag:
Only direct children properties should be marked as array. For instance, if the children are contained by a sequence tag, then the children should not be marked as array-typed properties
Describe the bug If a choice tag is present with the attribute maxOccurs superior to 1, it should mark the child elements as array and not single item.
To Reproduce Generate the package when having this choice tag:
Expected behavior