validate_schema# astropy.utils.xml.validate.validate_schema(filename, schema_file)[source]# Validates an XML file against a schema or DTD. Parameters: filenamestrThe path to the XML file to validate schema_filestrThe path to the XML schema or DTD Returns: returncode, stdout, stderrint, str, strReturns the returncode from xmllint and the stdout and stderr as strings