Closed younis-alrawi closed 7 years ago
Please note that this is not an issue with the tool. Instead, this is an issues with JAXB. See the following link for details:
https://stackoverflow.com/questions/19665550/jaxb-element-that-is-both-optional-and-nillable
I have come across what I believe to be a bug, where when I have the following XSD
I will end up with the following
The moment I change the minOccurs from 0 to 1
I end up with the following
Has anybody noticed this ?