Update of /var/cvs/src/org/mmbase/util/xml/resources
In directory james.mmbase.org:/tmp/cvs-serv9177
Modified Files:
builder.xsd
Log Message:
related to MMB-1619
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/xml/resources
See also: http://www.mmbase.org/jira/browse/MMB-1619
Index: builder.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/resources/builder.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- builder.xsd 11 Mar 2008 17:33:07 -0000 1.9
+++ builder.xsd 12 Mar 2008 12:51:12 -0000 1.10
@@ -116,6 +116,7 @@
</xsd:sequence>
<!-- you may want to xinclude fieldlists, xincludes may add xml:base
attributes -->
<xsd:attribute ref="xml:base" />
+ <xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
</xsd:element>
@@ -128,7 +129,7 @@
<xsd:element ref="dt:datatype" minOccurs="0" />
<xsd:element ref="db" minOccurs="0" />
</xsd:all>
- <xsd:attribute name="name" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:ID" />
<xsd:attribute name="state">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
@@ -147,6 +148,8 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
+ <!-- you may want to xinclude a field, xincludes may add xml:base
attributes -->
+ <xsd:attribute ref="xml:base" />
</xsd:complexType>
</xsd:element>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs