complexType GenericResult
diagram ec_wsdl_diagrams/ec_wsdl_p1530.png
namespace http://base.api.ec.n2.tibco.com
type extension of BaseAuditInformation
properties
base BaseAuditInformation
children endPosition startPosition totalItems resultEntry
used by
element GenericResult
annotation
documentation
Information returned by an executeGenericQueryResponse message.
The GenericResult object contains summary information for this query, as well as the entries returned by the query.
source <xs:complexType name="GenericResult">
 
<xs:annotation>
   
<xs:documentation>Information returned by an executeGenericQueryResponse message.
The GenericResult object contains summary information for this query, as well as the entries returned by the query.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseAuditInformation">
     
<xs:sequence>
       
<xs:element name="resultEntry" type="ResultEntry" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GenericResult/resultEntry
diagram ec_wsdl_diagrams/ec_wsdl_p1531.png
type ResultEntry
properties
minOcc 0
maxOcc unbounded
content complex
children id ref attribute
source <xs:element name="resultEntry" type="ResultEntry" minOccurs="0" maxOccurs="unbounded"/>

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