Collection of complex object in XSD to generate POJO
I have to create an XSD so that I could generate a POJO to use in the code.(using jaxb2-maven-plugin) That pojo will be used to populate the fields and then be serialized as XML to be sent to another …