-----Original Message-----
From: Paul Brown [mailto:]
Sent: Sun 6/23/2002 1:49 PM
To: xml-Dev (E-mail)
Cc:
Subject: [xml-dev] on the subject of schema crunching...
>Is it possible to take an XML schema -- together with all imports, includes, and redefines, and construct a single "unified" and optimized schema that lives in a single file?
A schema can only have a single targetNamespace while imports reference schemata from another namespace. I can't readily think of any work around to that fundamental restriction to how you can create a single unified schema.
Why exactly do you want to do this anyway?