Update of /var/cvs/src/org/mmbase/framework/resources
In directory james.mmbase.org:/tmp/cvs-serv14350/resources

Modified Files:
        framework.xsd 
Log Message:
just like   MMB-1581, but on subTypes


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/resources
See also: http://www.mmbase.org/jira/browse/MMB-1581


Index: framework.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/resources/framework.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- framework.xsd       30 Jul 2007 23:01:42 -0000      1.5
+++ framework.xsd       23 Feb 2008 16:46:20 -0000      1.6
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  @version $Id: framework.xsd,v 1.5 2007/07/30 23:01:42 michiel Exp $
+  @version $Id: framework.xsd,v 1.6 2008/02/23 16:46:20 michiel Exp $
 -->
 <xsd:schema
     xmlns="http://www.mmbase.org/xmlns/framework";
@@ -22,6 +22,7 @@
       <xsd:sequence>
         <xsd:element ref="param" minOccurs="0" maxOccurs="unbounded" />
         <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded" />
+        <xsd:element ref="blockType" minOccurs="0" maxOccurs="unbounded" />
         <xsd:element ref="urlconverter" minOccurs="0" maxOccurs="unbounded"/>
       </xsd:sequence>
       <xsd:attribute name="class" type="xsd:string" />
@@ -68,6 +69,12 @@
     </xsd:complexType>
   </xsd:element>
 
+  <xsd:element name="blockType">
+    <xsd:complexType>
+      <xsd:attribute name="weight" type="xsd:integer"  />
+    </xsd:complexType>
+  </xsd:element>
+
   <xsd:element name="urlconverter">
     <xsd:complexType>
       <xsd:sequence>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to