[jboss-dev-forums] [Design of JBossXB] - Re: xsd:attribute ref unsupported in unmarshaller
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Fri Aug 17 03:11:56 EDT 2007
Top level attributes are bound to the schema's target namespace. While local attributes are bound according to the value of their form attribute or schema's attributeFormDefault attribute (which is unqualified by default)
http://www.w3.org/TR/xmlschema-1/#declare-attribute
And specifically in your schema attributeFormDefault is unqualified and the elementFormDefault is qualified.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075097#4075097
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075097
More information about the jboss-dev-forums
mailing list