complexType registerQueryObject
diagram ec_all_diagrams/ec_all_p139.png
namespace http://api.ec.n2.tibco.com
children tag Query
used by
element registerQueryRequest
source <xs:complexType name="registerQueryObject">
 
<xs:sequence>
   
<xs:element name="tag" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>String identifier for this query.

The string must be unique (i.e. not already used by another registered query on the system).
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="base:Query"/>
 
</xs:sequence>
</xs:complexType>

element registerQueryObject/tag
diagram ec_all_diagrams/ec_all_p140.png
type xs:string
properties
content simple
annotation
documentation
String identifier for this query.

The string must be unique (i.e. not already used by another registered query on the system).
source <xs:element name="tag" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>String identifier for this query.

The string must be unique (i.e. not already used by another registered query on the system).
</xs:documentation>
 
</xs:annotation>
</xs:element>


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