Can a single XML schema have multiple targetNameSpaces?

Posted by Webbisshh on Stack Overflow See other posts from Stack Overflow or by Webbisshh
Published on 2010-03-22T06:53:36Z Indexed on 2010/03/22 7:01 UTC
Read the original article Hit count: 181

Filed under:
|
|

I have a complexType defined in targetNameSpace as say "http://xyz.example.com" and used in many places. Now i want to use it in my newly created XSDs with different namespace say "http://abc.example.com".


Can i do this? Or do i have to use the same namespace?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about xsd