Update of /var/cvs/src/org/mmbase/framework/resources
In directory
james.mmbase.org:/tmp/cvs-serv20486/src/org/mmbase/framework/resources
Modified Files:
component.xsd
Log Message:
XSD validation and head element
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/resources
Index: component.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/resources/component.xsd,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- component.xsd 21 Mar 2008 10:39:02 -0000 1.25
+++ component.xsd 13 Jun 2008 13:56:23 -0000 1.26
@@ -117,9 +117,9 @@
<xsd:sequence>
<xsd:element ref="title" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="description" minOccurs="0" maxOccurs="unbounded" />
- <xsd:element name="head" type="RendererType" minOccurs="0"
maxOccurs="unbounded" />
- <xsd:element name="body" type="RendererType" minOccurs="0"
maxOccurs="1" />
- <xsd:element name="process" type="RendererType" minOccurs="0"
maxOccurs="1" />
+ <xsd:element ref="head" minOccurs="0" maxOccurs="unbounded" />
+ <xsd:element ref="body" minOccurs="0" maxOccurs="1" />
+ <xsd:element ref="process" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:ID" />
<xsd:attribute name="mimetype" type="xsd:token" />
@@ -127,6 +127,10 @@
</xsd:complexType>
</xsd:element>
+ <xsd:element name="head" type="RendererType"/>
+ <xsd:element name="body" type="RendererType"/>
+ <xsd:element name="process" type="RendererType"/>
+
<xsd:complexType name="RendererType">
<xsd:sequence>
<xsd:element ref="class" minOccurs="0" maxOccurs="1" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs