void ShowSchemaMissingNamespaceErrorMessage(string fileName)
 {
     schemasPanel.ShowErrorFormatted("${res:ICSharpCode.XmlEditor.XmlSchemasPanel.NoTargetNamespace}", Path.GetFileName(fileName));
 }