Index: /trunk/src/VBox/Main/xml/SchemaDefs.xsl
===================================================================
--- /trunk/src/VBox/Main/xml/SchemaDefs.xsl	(revision 59924)
+++ /trunk/src/VBox/Main/xml/SchemaDefs.xsl	(revision 59925)
@@ -9,5 +9,5 @@
  *  and should be reviewed on every Schema change.
 
-    Copyright (C) 2006-2012 Oracle Corporation
+    Copyright (C) 2006-2016 Oracle Corporation
 
     This file is part of VirtualBox Open Source Edition (OSE), as
@@ -121,8 +121,5 @@
   <!-- process include statements -->
   <xsl:for-each select="xsd:include">
-    <!-- skip VirtualBox-settings-root.xsd inclusion as it is computed at runtime -->
-    <xsl:if test="not(@schemaLocation='VirtualBox-settings-root.xsd')">
-      <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/>
-    </xsl:if>
+    <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/>
   </xsl:for-each>
 
