Index: /trunk/src/VBox/Main/idl/VirtualBox.dtd
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.dtd	(revision 56522)
+++ /trunk/src/VBox/Main/idl/VirtualBox.dtd	(revision 56523)
@@ -6,5 +6,5 @@
      XIDL syntax.
 
-     Copyright (C) 2008-2013 Oracle Corporation
+     Copyright (C) 2008-2015 Oracle Corporation
 
      This file is part of VirtualBox Open Source Edition (OSE), as
@@ -76,4 +76,6 @@
     <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
     <!ATTLIST interface dtracename CDATA #IMPLIED>
+    <!ATTLIST interface reservedAttributes CDATA #IMPLIED>
+    <!ATTLIST interface reservedMethods CDATA #IMPLIED>
   <!ELEMENT class (interface)>                                <!-- done -->
     <!ATTLIST class name CDATA #REQUIRED>
Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 56522)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 56523)
@@ -3241,5 +3241,5 @@
 
       <param name="identifiers" type="wstring" dir="return" safearray="yes">
-        The list of password identifiers required for export on success.
+        <desc>The list of password identifiers required for export on success.</desc>
       </param>
     </method>
@@ -3251,8 +3251,8 @@
 
       <param name="passwordId" type="wstring" dir="in">
-        The password identifier to get the medium identifiers for.
+        <desc>The password identifier to get the medium identifiers for.</desc>
       </param>
       <param name="identifiers" type="uuid" mod="string" dir="return" safearray="yes">
-        The list of medium identifiers returned on success.
+        <desc>The list of medium identifiers returned on success.</desc>
       </param>
     </method>
