You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/10/25 12:57:40 UTC

svn commit: r1027046 - /db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd

Author: tfischer
Date: Mon Oct 25 10:57:40 2010
New Revision: 1027046

URL: http://svn.apache.org/viewvc?rev=1027046&view=rev
Log:
fix bug: transformer element must be allowed to have any child elements for its configuration

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd

Modified: db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd?rev=1027046&r1=1027045&r2=1027046&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/configuration.xsd Mon Oct 25 10:57:40 2010
@@ -139,6 +139,9 @@
   </complexType>
 
   <complexType name="transformer">
+    <sequence>
+      <any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
+    </sequence>
     <attribute name="class" type="string" use="required"/>
     <attribute name="elements" type="string" use="optional"/>
   </complexType>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org