Subject:Replace import/include statement in XSD by the real file content ? Author:(Deleted User) Date:04 Dec 2004 11:50 AM
Hi Matt,
you can write a stylesheet that process the xs:include element, loads
the specified schema and makes a copy-of the child nodes of the
top-level xs:schema node (this can work only if that the schema being
included has the same settings of the main one).
In any case, you should not try to merge the schema files that are
referenced using xs:import, as these define elements in a namespace
different from the target namespace of the main schema. Moving those
declaration into the main schema would create a different schema.