Author: scabanovich
Date: 2007-08-16 12:52:33 -0400 (Thu, 16 Aug 2007)
New Revision: 3181
Modified:
trunk/common/plugins/org.jboss.tools.common.model/schema/meta.dtd
Log:
Reducing meta - removed empty elements <Editor/> and <Constraint/>
Modified: trunk/common/plugins/org.jboss.tools.common.model/schema/meta.dtd
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/schema/meta.dtd 2007-08-16 16:52:04
UTC (rev 3180)
+++ trunk/common/plugins/org.jboss.tools.common.model/schema/meta.dtd 2007-08-16 16:52:33
UTC (rev 3181)
@@ -69,7 +69,7 @@
<!ELEMENT XEntityRenderer (ICONS?)>
<!ELEMENT XModelAttributes ((XModelAttribute|XModelAttributeReference)*)>
-<!ELEMENT XModelAttribute (Constraint,Editor)>
+<!ELEMENT XModelAttribute (Constraint?,Editor?)>
<!ATTLIST XModelAttribute name CDATA #REQUIRED>
<!ATTLIST XModelAttribute loader CDATA #IMPLIED>
<!ATTLIST XModelAttribute xmlname CDATA #IMPLIED>
Show replies by date