I want to build a schema for xml, and for what I was looking for, Relax NG provides better solutions than xmlSchema (xsd). Is there a way to use it in Visual Studio instead of xmlSchema?
Have you tried RelaxngValidatingReader ? See fooobar.com/questions/640746 / ...