complexType ChartDataSet
diagram ec_wsdl_diagrams/ec_wsdl_p1358.png
namespace http://base.api.ec.n2.tibco.com
children value
used by
elements ChartDataSet ChartData/dataset
annotation
documentation
Within a Data block is a Dataset, which contains the "row" of data, each specified by a value, and ordered to match the Categories
source <xs:complexType name="ChartDataSet">
 
<xs:annotation>
   
<xs:documentation>Within a Data block is a Dataset, which contains the "row" of data, each specified by a value, and ordered to match the Categories</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Each value in the Dataset ordered to match the Categories</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ChartDataSet/value
diagram ec_wsdl_diagrams/ec_wsdl_p1359.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Each value in the Dataset ordered to match the Categories
source <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Each value in the Dataset ordered to match the Categories</xs:documentation>
 
</xs:annotation>
</xs:element>

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