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?