解决方法
您可以使用
StringReader:
string content = "......."; XmlSchema schema = new XmlSchema(); schema.Read(new StringReader(content),ValidateSchema);