Author: dvinnichek
Date: 2010-10-05 09:18:15 -0400 (Tue, 05 Oct 2010)
New Revision: 25490
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
Log:
fix for org.jboss.tools.vpe.test.TemplateSchemeValidateTest
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2010-10-05 12:48:20 UTC
(rev 25489)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2010-10-05 13:18:15 UTC
(rev 25490)
@@ -593,7 +593,9 @@
</xsd:choice>
</xsd:complexType>
<!-- -->
- <xsd:complexType name="HTML_P"/>
+ <xsd:complexType name="HTML_P">
+ <xsd:attribute name="id" type="xsd:string"
use="optional"/>
+ </xsd:complexType>
<!-- -->
<xsd:complexType name="HTML_FORM">
<xsd:attribute name="id" type="xsd:string"
use="optional"/>