You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Sapozhnikov, Michael" <ms...@axsone.com> on 2002/05/29 16:10:39 UTC

Includes

Hi,
We have elaborate set of XSDs generated by our own tool. Some of them "live"
in the same namespace, 
but they don't have knowledge of content of each other except the file name.

So the most natural way to connect them is not copy and paste one into
another, but using <include> 
statement in one XSD file to get access to definitions in another one in the
same namespace.

Unfortunately, I am getting exception that type in included document is
referenced but not defined.

So my question is: Are includes supported in current AXIS implementation,
are any plans to support them 
or I just do something wrong?

Thanks,

Michael