element executeQueryResponse
diagram de_wsdl_diagrams/de_wsdl_p23236.png
namespace http://resourcequery.api.de.n2.tibco.com
properties
content complex
children resource
annotation
documentation
Response element for executeQuery operation.
source <xs:element name="executeQueryResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for executeQuery operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="resource" type="XmlSimpleResource" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Collection of Resource identifiers that match the query specified in the request.

(If the singleRandomResult flag was set in the query, only a single Resource is returned.)
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element executeQueryResponse/resource
diagram de_wsdl_diagrams/de_wsdl_p23237.png
type XmlSimpleResource
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The resource's unique identifier.
name  xs:string  required      
documentation
The resource's name (login name).
label  xs:string  optional      
documentation
The resource's, optional, display name.
push-enabled  xs:boolean    false    
documentation
True if the entity specified has any push destinations set.
annotation
documentation
Collection of Resource identifiers that match the query specified in the request.

(If the singleRandomResult flag was set in the query, only a single Resource is returned.)
source <xs:element name="resource" type="XmlSimpleResource" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Collection of Resource identifiers that match the query specified in the request.

(If the singleRandomResult flag was set in the query, only a single Resource is returned.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

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