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"/>

Reply via email to