Update of /var/cvs/src/org/mmbase/framework/resources
In directory james.mmbase.org:/tmp/cvs-serv11171/resources
Modified Files:
framework.xsd
Log Message:
gave block-types a title (for i18n)
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/resources
Index: framework.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/resources/framework.xsd,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- framework.xsd 24 Feb 2008 10:46:21 -0000 1.7
+++ framework.xsd 21 Mar 2008 16:08:16 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- @version $Id: framework.xsd,v 1.7 2008/02/24 10:46:21 michiel Exp $
+ @version $Id: framework.xsd,v 1.8 2008/03/21 16:08:16 michiel Exp $
-->
<xsd:schema
xmlns="http://www.mmbase.org/xmlns/framework"
@@ -71,6 +71,9 @@
<xsd:element name="blockType">
<xsd:complexType>
+ <xsd:sequence>
+ <xsd:element ref="title" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
<xsd:attribute name="weight" type="xsd:integer" />
</xsd:complexType>
</xsd:element>
@@ -97,4 +100,15 @@
</xsd:complexType>
</xsd:element>
+ <xsd:element name="title">
+ <xsd:complexType>
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ <xsd:attribute ref="xml:lang" />
+ </xsd:extension>
+ </xsd:simpleContent>
+ </xsd:complexType>
+ </xsd:element>
+
+
</xsd:schema>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs