diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | group dataset | ||
annotation |
|
||
source | <xs:complexType name="ChartData"> <xs:annotation> <xs:documentation>Each data section is a series of data (or row in a table). </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="group" type="xs:string" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The group reference for this Data block. So, for example if userId were used as grouping in the Chart Query, a ChartData for each userId found would exist</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataset" type="ChartDataSet" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:complexType> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="group" type="xs:string" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The group reference for this Data block. So, for example if userId were used as grouping in the Chart Query, a ChartData for each userId found would exist</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | ChartDataSet | ||
properties |
|
||
children | value | ||
source | <xs:element name="dataset" type="ChartDataSet" minOccurs="1" maxOccurs="1"/> |