I receive an DTD error while loading an XBRL file.
var xbrlDoc = new XbrlDocument(); xbrlDoc.Load("./XMLData/response.xml");
The error is:

I can eliminate the error if I remove the schemaRef from the XML file. The disadvantage doing this is that file will not load properly.
How can I fix this issue?