complexType ChartQuery
diagram ec_wsdl_diagrams/ec_wsdl_p137.png
namespace http://base.api.ec.n2.tibco.com
type extension of BaseChartQuery
properties
base BaseChartQuery
children filter area filterAttributes group category
used by
elements ChartQuery ChartRequest/query
annotation
documentation
A Chart Query.  Chart Queries are aggregating queries to one of the Event Collector tables.  Instead of returning the actual data in the table, it is categorised and grouped, and some form of aggregation done to the returned data, such as COUNT.
source <xs:complexType name="ChartQuery">
 
<xs:annotation>
   
<xs:documentation>A Chart Query.  Chart Queries are aggregating queries to one of the Event Collector tables.  Instead of returning the actual data in the table, it is categorised and grouped, and some form of aggregation done to the returned data, such as COUNT.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseChartQuery">
     
<xs:sequence>
       
<xs:element name="group" type="xs:string" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A grouping to use for this Chart Query.  Groups cause multiple datasets to be returned by a chart query, instead of just one.  Typically this is used to further group the data after the category</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="category" type="ChartCategory" minOccurs="1" maxOccurs="1"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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