diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | guid tag | ||
annotation |
|
||
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> |
diagram | |||||||
type | xs:long | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |