we have two library each library uses xsd file i.e. ConfigSchema_a.xsd and ConfigSchema_b.xsd.
please note elements of these two xsd are same.
Can both of these co-exist together?
In other words, if these files are copied to the VS schema directory,
along with the necessary .xml file, will there be issue due to the elements of these two xsd are same ?
because of this .xsd file conflict and thus the intelli-sense be disabled?
If so, how can we solve this conflict ? we don't want to use common/shared .xsd file between library_1 and library_2.
when the XCopy installer deinstalls library_1 and/or library_2 , we can
simply remove the corresponding .xsd for that provider and we will not
have any issues of leaving the "common" xsd under the VS directory,