I use Jibx CodeGen maven Plugin to generate java sources and binding from xsd files.
I want to maintain several versions of the xsd in the same applications so I plan to generat
I finally found the answer. I was missing namepace declaration in the xml I wanted to consume.
It works with a correctly shaped one as the following one :