| namespace | http://base.api.ec.n2.tibco.com | ||||||||
| type | restriction of xs:string | ||||||||
| properties |
|
||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| 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> |