users@jaxb.java.net

Re: Error in Mapping xs:any to DOM(using xjc:dom)?

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Fri, 07 Nov 2003 12:11:48 -0800

It's saying your schema is ambiguous and thus invalid. This has nothing
to do with customization. Perhaps your intention is:

    <xsd:any maxOccurs="unbounded" processContents="skip"
    namespace="##other">
    ~~~~~~~~~~~~~~~~~~~
?

regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net