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

Modified Files:
        datatypes.xsd 
Log Message:
  MMB-1716


See also: 
http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes/util/xml/resources
See also: http://www.mmbase.org/jira/browse/MMB-1716


Index: datatypes.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/util/xml/resources/datatypes.xsd,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- datatypes.xsd       15 Jul 2008 19:51:52 -0000      1.34
+++ datatypes.xsd       8 Sep 2008 08:56:56 -0000       1.35
@@ -27,6 +27,7 @@
 
   <xsd:complexType name="DataType">
     <xsd:sequence>
+      <xsd:element ref="name"        maxOccurs="unbounded" minOccurs="0" />
       <xsd:element ref="description" maxOccurs="unbounded" minOccurs="0" />
       <xsd:element name="class"   type="Class"       maxOccurs="1" 
minOccurs="0" />
       <xsd:element name="handler" maxOccurs="unbounded" minOccurs="0">
@@ -145,6 +146,16 @@
     </xsd:complexType>
   </xsd:element>
 
+  <xsd:element name="name">
+    <xsd:complexType>
+      <xsd:simpleContent>
+        <xsd:extension base="xsd:string">
+          <xsd:attribute ref="xml:lang" />
+        </xsd:extension>
+      </xsd:simpleContent>
+    </xsd:complexType>
+  </xsd:element>
+
 
   <xsd:simpleType name="type_database">
     <xsd:restriction base="xsd:string">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to