JobAttrs may return more values
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 12 Aug 2005 15:26:03 +0000 (15:26 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 12 Aug 2005 15:26:03 +0000 (15:26 +0000)
org.glite.jp.ws-interface/src/JobProvenancePS.xml

index c4cb810..611e939 100644 (file)
                        Query concrete attributes of a given job.
                        <input name="jobid" type="xsd:string">The job.</input>
                        <input name="attributes" type="xsd:string" list="yes">Which attributes should be retrieved.</input>
-                       <output name="attrValues" type="attrValue">Values of the queried attributes.</output>
+                       <output name="attrValues" type="attrValue" list="yes">Values of the queried attributes.</output>
                        <fault name="genericFault" type="genericFault">Any error.</fault>
                </op>
        </operations>