diff --git a/src/external/MusrRoot/MusrRoot.xsd b/src/external/MusrRoot/MusrRoot.xsd
index 81eaab0f..87e89b7f 100644
--- a/src/external/MusrRoot/MusrRoot.xsd
+++ b/src/external/MusrRoot/MusrRoot.xsd
@@ -15,8 +15,10 @@
-
-
+
+
+
+
@@ -100,8 +102,8 @@
-
-
+
+
diff --git a/src/external/MusrRoot/MusrRootLEM.xsd b/src/external/MusrRoot/MusrRootLEM.xsd
index 26f66a95..96f3119a 100644
--- a/src/external/MusrRoot/MusrRootLEM.xsd
+++ b/src/external/MusrRoot/MusrRootLEM.xsd
@@ -14,8 +14,10 @@
-
-
+
+
+
+
@@ -101,8 +103,8 @@
-
-
+
+
diff --git a/src/musrRootValidation.cpp b/src/musrRootValidation.cpp
index 24a1151d..cdd169fb 100644
--- a/src/musrRootValidation.cpp
+++ b/src/musrRootValidation.cpp
@@ -8,7 +8,7 @@
***************************************************************************/
/***************************************************************************
- * Copyright (C) 2007-2020 by Andreas Suter *
+ * Copyright (C) 2007-2021 by Andreas Suter *
* andreas.suter@psi.ch *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -429,7 +429,7 @@ void PMusrRoot2Xml::CheckClass(TObject *obj, TString str, UInt_t offset)
offset += 2;
str = offsetStr + "<" + entryTag + ">";
fXmlData.push_back(str.Data());
- DumpEntry(dynamic_cast(obj), offset);
+ DumpEntry(dynamic_cast(obj), offset);
str = offsetStr + "" + entryTag + ">";
fXmlData.push_back(str.Data());
}