|
Home > Archive > BizTalk Server General > August 2005 > Imports schema and remove the Namespace & Prefix
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Imports schema and remove the Namespace & Prefix
|
|
|
| Hi All,
I'm trying to import a schema into another one. that works fine using XSD
Import and adding a local schema.. the problem i have is the Prefix and
namespace that is included with the imported schema and displayed in the
output XML file!!
Any idea how to remove it or import a schema without the namespace and the
prefix??
Any assistance, comments, links would be very much appreciated..
thank you.
Kamal
| |
| Marvin Smit 2005-08-31, 5:58 pm |
| Hi,
Namespaces can not "just be removed"... It's like "removing the
namespace from your C# files and hoping it won't clash anywhere".
The prefix is nothing else than a "short alias" for the full namespace
it represents.
If the XML you're outputting uses definition of both schema's, the XML
will have both namespace declarations (since it will use both).
Hope this helps,
Marvin Smit.
On Wed, 31 Aug 2005 17:04:48 +0100, "Kamal"
<kali@bca-group.comNOSPAMPLEASE> wrote:
>Hi All,
>
>I'm trying to import a schema into another one. that works fine using XSD
>Import and adding a local schema.. the problem i have is the Prefix and
>namespace that is included with the imported schema and displayed in the
>output XML file!!
>
>Any idea how to remove it or import a schema without the namespace and the
>prefix??
>
>Any assistance, comments, links would be very much appreciated..
>
>thank you.
>
>Kamal
>
|
|
|
|
|