You need to map the namespace to the appropriate package in either the
castorbuilder.properties file or in the castor.properties file.

--Keith


Ron Prueter wrote:
> 
> OK, this is probably very simple, but I can't find how to do it...
> 
> I have a schema that imports another schema:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <xsd:schema targetNamespace="/generated/compare/dbmatcher"
>         xmlns:query="/generated/compare/dbquery"
>         xmlns:this="/generated/compare/dbmatcher"
>         xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>         elementFormDefault="qualified">
>   <xsd:import namespace="/generated/compare/dbquery" schemaLocation="./dbquery.xsd"/>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to