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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to