Hi again,
the tip with samples/namespace-prefix was very good.
Is it possible to make jaxb put the namespace stuff into the head of the xml document like I do it my schema files?
This is what I want :
xmlns:ee="
http://www.test.de/enumerationeElements
...
<ee:Version>01</ee:Version>
<ee:DokuArt>EDIFACT</ee:DokuArt>
<ee:Beleg>VKAU</ee:Beleg>
because the files are getting very big.
Regards,
Norman