simpleType ChartCategoryType
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
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
annotation
documentation
The type of categorisation to do.  This is the aggregation that will be done once the dataset is produced.  Currently only COUNT is supported
source <xs:simpleType name="ChartCategoryType">
 
<xs:annotation>
   
<xs:documentation>The type of categorisation to do.  This is the aggregation that will be done once the dataset is produced.  Currently only COUNT is supported</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="COUNT">
     
<xs:annotation>
       
<xs:documentation>Count the number of rows that match in each category set.  This is similar to carrying out a count(*) in a SQL Statement</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

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