complexType QueryIdentifier
diagram ec_wsdl_diagrams/ec_wsdl_p1641.png
namespace http://base.api.ec.n2.tibco.com
children guid tag
used by
elements QueryInfo/identifier QueryIdentifier
annotation
documentation
Definition of the identifier for a query registered in Event Collector.

The QueryIdentifier can contain either a guid or a tag to identify the query. A guid is generally recommended for better performance.
source <xs:complexType name="QueryIdentifier">
 
<xs:annotation>
   
<xs:documentation>Definition of the identifier for a query registered in Event Collector.

The QueryIdentifier can contain either a guid or a tag to identify the query. A guid is generally recommended for better performance.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="guid" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Globally unique identifier for this query.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tag" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Unique string identifier for this query.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element QueryIdentifier/guid
diagram ec_wsdl_diagrams/ec_wsdl_p1642.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Globally unique identifier for this query.
source <xs:element name="guid" type="xs:long" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Globally unique identifier for this query.</xs:documentation>
 
</xs:annotation>
</xs:element>

element QueryIdentifier/tag
diagram ec_wsdl_diagrams/ec_wsdl_p1643.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique string identifier for this query.
source <xs:element name="tag" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Unique string identifier for this query.</xs:documentation>
 
</xs:annotation>
</xs:element>

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