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

Modified Files:
        builder.xsd 
Log Message:
relaxed type of [EMAIL PROTECTED] a bit, because you can mention the same field 
more than once in same xml file, if you use xinclude


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


Index: builder.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/resources/builder.xsd,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- builder.xsd 12 Mar 2008 15:21:43 -0000      1.11
+++ builder.xsd 19 Jun 2008 14:09:43 -0000      1.12
@@ -129,7 +129,7 @@
         <xsd:element ref="dt:datatype"     minOccurs="0" />
         <xsd:element ref="db"     minOccurs="0" />
       </xsd:all>
-      <xsd:attribute name="name" type="xsd:ID" />
+      <xsd:attribute name="name" type="xsd:string" />
       <xsd:attribute name="state">
         <xsd:simpleType>
           <xsd:restriction base="xsd:string">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to