Update of /var/cvs/src/org/mmbase/datatypes/util/xml/resources
In directory james.mmbase.org:/tmp/cvs-serv5086/resources

Modified Files:
        datatypes.xsd 
Log Message:
That was quite incorrect


See also: 
http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes/util/xml/resources


Index: datatypes.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/util/xml/resources/datatypes.xsd,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- datatypes.xsd       8 Apr 2009 13:55:22 -0000       1.40
+++ datatypes.xsd       14 Apr 2009 11:52:35 -0000      1.41
@@ -8,7 +8,7 @@
     attributeFormDefault="unqualified"
     version="1.0">
   <!--
-      Version: $Id: datatypes.xsd,v 1.40 2009/04/08 13:55:22 michiel Exp $
+      Version: $Id: datatypes.xsd,v 1.41 2009/04/14 11:52:35 michiel Exp $
   -->
 
   <xsd:import
@@ -48,7 +48,9 @@
             Style classes are simple strings that can be attributes to a 
datatype, and which will e.g. appear on the 'class' attribute for an HTML input 
widget.
           </xsd:documentation>
         </xsd:annotation>
-        <xsd:simpleType name="string" />
+        <xsd:complexType>
+          <xsd:attribute name="name"  type="xsd:string" />
+        </xsd:complexType>
       </xsd:element>
 
       <xsd:element name="property"  maxOccurs="unbounded" minOccurs="0">
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to