complexType ChartData
diagram ec_all_diagrams/ec_all_p472.png
namespace http://base.api.ec.n2.tibco.com
children group dataset
used by
elements ChartData BaseChartResult/data
annotation
documentation
Each data section is a series of data (or row in a table).
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>

element ChartData/group
diagram ec_all_diagrams/ec_all_p473.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
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
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>

element ChartData/dataset
diagram ec_all_diagrams/ec_all_p474.png
type ChartDataSet
properties
content complex
children value
source <xs:element name="dataset" type="ChartDataSet" minOccurs="1" maxOccurs="1"/>


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