complexType ChartCategory
diagram ec_wsdl_diagrams/ec_wsdl_p1345.png
namespace http://base.api.ec.n2.tibco.com
children attribute type
used by
elements ChartQuery/category ChartCategory
annotation
documentation
How to categorise this chart.  Categories are how the data is split up to build the returned dataset.  Typically the categories can be thought of as the wedges of a Pie Chart, or the columns of a Bar Chart.  It consists of 2 components:
- Attribute.  The attribute to categorise on
- Type.  How to categorise the data.  Currently only COUNT is supported
source <xs:complexType name="ChartCategory">
 
<xs:annotation>
   
<xs:documentation>How to categorise this chart.  Categories are how the data is split up to build the returned dataset.  Typically the categories can be thought of as the wedges of a Pie Chart, or the columns of a Bar Chart.  It consists of 2 components:
- Attribute.  The attribute to categorise on
- Type.  How to categorise the data.  Currently only COUNT is supported
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The attribute to categorise the data using</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="ChartCategoryType" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element ChartCategory/attribute
diagram ec_wsdl_diagrams/ec_wsdl_p1346.png
type xs:string
properties
content simple
annotation
documentation
The attribute to categorise the data using
source <xs:element name="attribute" type="xs:string" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The attribute to categorise the data using</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChartCategory/type
diagram ec_wsdl_diagrams/ec_wsdl_p1347.png
type ChartCategoryType
properties
content simple
facets
Kind Value Annotation
enumeration COUNT
documentation
Count the number of rows that match in each category set.  This is similar to carrying out a count(*) in a SQL Statement
source <xs:element name="type" type="ChartCategoryType" minOccurs="1" maxOccurs="1"/>

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