complexType ChartData
diagram ec_wsdl_diagrams/ec_wsdl_p494.png
namespace http://base.api.ec.n2.tibco.com
children group dataset
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_wsdl_diagrams/ec_wsdl_p495.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_wsdl_diagrams/ec_wsdl_p496.png
type ChartDataSet
properties
content complex
children value
source <xs:element name="dataset" type="ChartDataSet" minOccurs="1" maxOccurs="1"/>

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