This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Multiple <any /> elements on a schema : second element is not loaded #869
Open
Description
An XML schema is mapped via JAXB to java objects with multiple elements. When unmarshalling an XML file which is compliant to this schema the object corresponding to the second element (and so on) is always null.
Here is the portion of the XML schema :
Here is the portion of the JAXB customization file :
Here is the portion of the XML file :
true false