users@jaxb.java.net

Re: how to refer to a common schema without duplicating entries found in the common namespace

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Fri, 04 Feb 2005 10:37:08 -0800

This is an XML Schema issue, not really a JAXB issue. To import a
schema, you have to specify the namespace.

Change this

> <xsd:import schemaLocation="common.xsd" />

... to ...

    <xsd:import schemaLocation="common.xsd"
           namespace="meteorage/jobs/params/common" />

-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com