[xsde-users] No polymorphism without substitutionGroup?

Boris Kolpackov boris at codesynthesis.com
Fri Jun 14 11:48:17 EDT 2013


Hi Werner,

Werner Haug <werner.haug at agfa.com> writes:

> Serializer exception: default namespace in an unqualified element

This means your XML vocabulary uses both qualified and unqualified
elements (most likely root is qualified and all the inner elements are
unqualified). It therefore cannot be used with the default namespace.

One way to resolve this would be to make all your elements qualified
by adding the elementFormDefault="qualified" attribute to the root
element of your schema (i.e., xs:schema).

Boris



More information about the xsde-users mailing list