Update of /var/cvs/src/org/mmbase/datatypes/util/xml/resources
In directory james.mmbase.org:/tmp/cvs-serv4967/util/xml/resources
Modified Files:
Tag: MMBase-1_8
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.30.2.2
retrieving revision 1.30.2.3
diff -u -b -r1.30.2.2 -r1.30.2.3
--- datatypes.xsd 19 Jun 2008 14:04:47 -0000 1.30.2.2
+++ datatypes.xsd 8 Sep 2008 08:51:44 -0000 1.30.2.3
@@ -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 ref="class" maxOccurs="1" minOccurs="0" />
@@ -136,6 +137,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