indexQuery
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 3 Oct 2005 13:54:26 +0000 (13:54 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 3 Oct 2005 13:54:26 +0000 (13:54 +0000)
- value is optional (due to EXISTS qop)
- added value2 (for WITHIN qop)

org.glite.jp.ws-interface/src/JobProvenanceTypes.xml

index 8e4a356..ef62d26 100644 (file)
                <struct name="indexQueryRecord">
                        Single condition on an attribute.
                        <elem name="op" type="queryOp">Query operation.</elem>
-                       <elem name="value" type="stringOrBlob">Value to compare attribute with.</elem>
+                       <elem name="value" type="stringOrBlob" optional="yes">Value to compare attribute with.</elem>
+                       <elem name="value2" type="stringOrBlob" optional="yes">Value to compare attribute with.</elem>
                </struct>
        
                <list name="string"/>