users@jaxb.java.net

unqualified v.s qualified

From: James Mao <james.mao_at_iona.com>
Date: Wed, 19 Sep 2007 19:52:09 +0800

Hi,

I'm upgrading the jaxb from version 2.0.3 to 2.1.4,

But I found that previous the generated schema is

attributeFormDefault="unqualified" elementFormDefault="unqualified"

And now it is:

attributeFormDefault="unqualified" elementFormDefault="qualified"


Do we have any documentation mentioned about why we change this and the
benefits ?
Is it possible to customize the value of attributeFormDefault and
elementFormDefault?

Thanks in advance,
James