Index: /trunk/src/VBox/Main/xml/SchemaDefs.xsl
===================================================================
--- /trunk/src/VBox/Main/xml/SchemaDefs.xsl	(revision 13723)
+++ /trunk/src/VBox/Main/xml/SchemaDefs.xsl	(revision 13724)
@@ -159,5 +159,5 @@
     <xsl:with-param name="member" select="'        MinCPUCount'"/>
     <xsl:with-param name="select" select="
-      xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='CPUCount']//xsd:minInclusive/@value
+      xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='count']//xsd:minInclusive/@value
     "/>
   </xsl:call-template>
@@ -165,5 +165,5 @@
     <xsl:with-param name="member" select="'        MaxCPUCount'"/>
     <xsl:with-param name="select" select="
-      xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='CPUCount']//xsd:maxInclusive/@value
+      xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='count']//xsd:maxInclusive/@value
     "/>
   </xsl:call-template>
