Author: dsakovich
Date: 2008-09-10 09:09:13 -0400 (Wed, 10 Sep 2008)
New Revision: 10174
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
Log:
Remove "invisible" attribute from templates
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2008-09-10 12:46:10 UTC
(rev 10173)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2008-09-10 13:09:13 UTC
(rev 10174)
@@ -100,7 +100,6 @@
<xsd:attribute name="class" type="xsd:string"
use="optional" />
<xsd:attribute name="file" type="xsd:string"
use="optional"/>
<xsd:attribute name="namespaceIdentifier"
type="xsd:string" use="optional"/>
- <xsd:attribute name="invisible" type="vpe:VPE-BOOLEAN"
use="optional"/>
<xsd:attribute name="hasImaginaryBorder"
type="vpe:VPE-BOOLEAN" use="optional"/>
</xsd:complexType>
<!-- -->
@@ -375,6 +374,8 @@
<xsd:attribute name="width" type="xsd:string"
use="optional"/>
<xsd:attribute name="border" type="xsd:string"
use="optional"/>
<xsd:attribute name="bgcolor" type="xsd:string"
use="optional"/>
+ <xsd:attribute name="id" type="xsd:string"
use="optional" />
+ <xsd:attribute name="dir" type="xsd:string"
use="optional" />
</xsd:complexType>
<!-- -->
<xsd:complexType name="HTML_IMG">
Show replies by date