Schema Equivalence

Hi,
can someone help me here:
I have schemas from two different sources. i want to compare
them and find it out if they are equal or not or one is a subset
of the other(this means if Schema S2 validates all those XML document
which are valid according to some other Schema S1 then S1 is subset of S2)

Equivalence checks can be done in several manners. like compare
byte streams, compare DOMs of the two documents, semantic equivalence
etc.

I wud like to know if anyone have ANY idea about any kind of
equivalence.
I will be thankful for your kind support.
-Omkant

Received on Wednesday, 18 June 2003 12:21:37 UTC