diagram | |||||
namespace | http://base.api.ec.n2.tibco.com | ||||
properties |
|
||||
children | categories data | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="BaseChartResult" abstract="true"> <xs:annotation> <xs:documentation>The result of a Chart Query. Consists of 2 parts: - Categories. This could be considered the "headings" in a table - Data. This is the actual results, or the "body" of a table</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="categories" type="ChartCategories" minOccurs="1" maxOccurs="1"/> <xs:element name="data" type="ChartData" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | ChartCategories | ||
properties |
|
||
children | category | ||
source | <xs:element name="categories" type="ChartCategories" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | ChartData | ||||||
properties |
|
||||||
children | group dataset | ||||||
source | <xs:element name="data" type="ChartData" minOccurs="0" maxOccurs="unbounded"/> |