complexType BaseChartResult
diagram ec_wsdl_diagrams/ec_wsdl_p441.png
namespace http://base.api.ec.n2.tibco.com
properties
abstract true
children categories data
annotation
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
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>

element BaseChartResult/categories
diagram ec_wsdl_diagrams/ec_wsdl_p442.png
type ChartCategories
properties
content complex
children category
source <xs:element name="categories" type="ChartCategories" minOccurs="1" maxOccurs="1"/>

element BaseChartResult/data
diagram ec_wsdl_diagrams/ec_wsdl_p443.png
type ChartData
properties
minOcc 0
maxOcc unbounded
content complex
children group dataset
source <xs:element name="data" type="ChartData" minOccurs="0" maxOccurs="unbounded"/>

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