I’m often getting the warning in Eclipse:
No grammar constraints (DTD or XML schema) detected for the document: logback.xml
Because of Logback’s configuration file “flexibility” no validation schema is possible.
Thus, as a way of getting around the issue altogether, is there an XSD available on the internet that validates any structurally valid XML file as being valid, so I can trick Eclipse into being silent about the issue?
You can always disable the warning in eclipse. Go to Preferences–>XML–>XML FILES –> Validation and Select “ignore”.