diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | value | ||
annotation |
|
||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |