complexType XmlExecuteQuery
diagram deservices_wsdl_diagrams/deservices_wsdl_p2676.png
namespace http://api.organisation.common.n2.tibco.com
type extension of XmlResourceQuery
properties
base XmlResourceQuery
children query
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
implementation  xs:int    1    
documentation
Identifies the implementation version, and governs what style of response will be generated. This allows for the XML schema of the response to vary but remain backward compatible.
singleRandomResult  xs:boolean  optional      
documentation
Boolean value specifying whether the query should return a single, randomly selected user from the result set (TRUE), or all the resources in the result set (FALSE).
annotation
documentation
Definition of an executable resource query, used to identify a collection of resources that match the criteria specified in the query.

Extension of XmlOrgModelVersion, which provides the organization model version in which the resources to be queried reside.
source <xs:complexType name="XmlExecuteQuery">
 
<xs:annotation>
   
<xs:documentation>Definition of an executable resource query, used to identify a collection of resources that match the criteria specified in the query.

Extension of XmlOrgModelVersion, which provides the organization model version in which the resources to be queried reside.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlResourceQuery">
     
<xs:attribute name="implementation" type="xs:int" default="1">
       
<xs:annotation>
         
<xs:documentation>Identifies the implementation version, and governs what style of response will be generated. This allows for the XML schema of the response to vary but remain backward compatible.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="singleRandomResult" type="xs:boolean" use="optional">
       
<xs:annotation>
         
<xs:documentation>Boolean value specifying whether the query should return a single, randomly selected user from the result set (TRUE), or all the resources in the result set (FALSE).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlExecuteQuery/@implementation
type xs:int
properties
default 1
annotation
documentation
Identifies the implementation version, and governs what style of response will be generated. This allows for the XML schema of the response to vary but remain backward compatible.
source <xs:attribute name="implementation" type="xs:int" default="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the implementation version, and governs what style of response will be generated. This allows for the XML schema of the response to vary but remain backward compatible.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExecuteQuery/@singleRandomResult
type xs:boolean
properties
use optional
annotation
documentation
Boolean value specifying whether the query should return a single, randomly selected user from the result set (TRUE), or all the resources in the result set (FALSE).
source <xs:attribute name="singleRandomResult" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>Boolean value specifying whether the query should return a single, randomly selected user from the result set (TRUE), or all the resources in the result set (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy