[jboss-svn-commits] JBL Code SVN: r15582 - labs/jbossesb/trunk/product/etc/schemas/xml.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 4 12:12:39 EDT 2007


Author: tcunning
Date: 2007-10-04 12:12:38 -0400 (Thu, 04 Oct 2007)
New Revision: 15582

Modified:
   labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
Log:
bug:JBESB-1071
Forgot to commit XSD changes - orderBy and whereCondition.


Modified: labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd
===================================================================
--- labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd	2007-10-04 15:30:49 UTC (rev 15581)
+++ labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd	2007-10-04 16:12:38 UTC (rev 15582)
@@ -806,6 +806,20 @@
                     </xsd:documentation>
                 </xsd:annotation>
             </xsd:attribute>
+			<xsd:attribute name="where-condition" use="optional" type="xsd:string" default="where_condition">
+                <xsd:annotation>
+                    <xsd:documentation xml:lang="en">A where clause, not including the word where, which is applied
+						to the query.
+					</xsd:documentation>
+                </xsd:annotation>
+			</xsd:attribute>
+			<xsd:attribute name="order-by" use="optional" type="xsd:string" default="order_by">
+                <xsd:annotation>
+                    <xsd:documentation xml:lang="en">A where clause, not including the word where, which is applied
+						to the query.
+					</xsd:documentation>
+                </xsd:annotation>
+			</xsd:attribute>
             <xsd:attribute name="insert-timestamp-column" use="optional" type="xsd:string" default="insert_timestamp">
                 <xsd:annotation>
                     <xsd:documentation xml:lang="en">Holds the timestamp when the record was inserted.




More information about the jboss-svn-commits mailing list