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 2013/05/19 21:32:47 UTC

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

Author: tfischer
Date: Sun May 19 19:32:47 2013
New Revision: 1484342

URL: http://svn.apache.org/r1484342
Log:
TORQUE-283 Remove unsupported xalanOutlet from generator configuration xsd 

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

Modified: db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/outlet.xsd
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/outlet.xsd?rev=1484342&r1=1484341&r2=1484342&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/outlet.xsd (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/resources/org/apache/torque/generator/configuration/outlet.xsd Sun May 19 19:32:47 2013
@@ -102,15 +102,11 @@
     </complexContent>
   </complexType>
   
-  <!-- not yet implemented -->
-  <complexType name="xalanOutlet">
-    <complexContent>
-      <extension base="configuration:baseOutlet">
-        <attribute name="path" type="string" use="required"/>
-      </extension>
-    </complexContent>
-  </complexType>
-  
+  <!-- Defines the input accepted by the outlet.
+    Either the name of a source element (in case of an untyped model)
+    or the class name of a model class (in the case of a typed model)
+    must be given.
+  -->
   <complexType name="input">
     <!-- Exactly one of the attributes must be set -->
     <attribute name="elementName" use="optional" />



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