diagram | |||||||||||||||||||||||||||||||
namespace | http://api.organisation.common.n2.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlResourceQuery | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | query | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |