You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/11/01 13:35:35 UTC

svn commit: r1195960 - /cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Author: simonetripodi
Date: Tue Nov  1 12:35:35 2011
New Revision: 1195960

URL: http://svn.apache.org/viewvc?rev=1195960&view=rev
Log:
started adding elements in the pipeline

Modified:
    cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd

Modified: cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd?rev=1195960&r1=1195959&r2=1195960&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd (original)
+++ cocoon/cocoon3/trunk/cocoon-cli/src/main/resources/org/apache/cocoon/cli/cocoon-cli-1.0.xsd Tue Nov  1 12:35:35 2011
@@ -40,6 +40,12 @@
       <xsd:documentation>This element contains org.apache.cocoon.pipeline.Pipeline definition.</xsd:documentation>
     </xsd:annotation>
     <xsd:complexType>
+      <xsd:sequence>
+        <!-- generator has to be the first element -->
+        <xsd:element ref="generator"/>
+        <!-- serializer has to be the last element -->
+        <xsd:element ref="serializer"/>
+      </xsd:sequence>
       <xsd:attribute name="id" use="required"/>
       <xsd:attribute name="type" use="optional" default="non-caching">
         <xsd:simpleType>