users@jaxb.java.net

Re: Does xjc support default namespace?

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Thu, 12 Feb 2004 15:44:20 -0800

I tried to compile:

    <schema xmlns="http://www.w3.org/2001/XMLSchema">
        <attribute name="end" type="string"/>
    </schema>

and it worked fine. The error message says your schema contains a line
like:

    xmlns:xml="...."

Make sure you don't have this in your schema.

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