diagram | |||||
namespace | http://base.api.ec.n2.tibco.com | ||||
properties |
|
||||
children | filter area filterAttributes | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="BaseChartQuery" abstract="true"> <xs:annotation> <xs:documentation>A chart query</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="filter" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The filter is an ECQL compliant filter string used to restrict the results returned by the chart</xs:documentation> </xs:annotation> </xs:element> <xs:element name="area" type="ChartArea" minOccurs="1" maxOccurs="1"/> <xs:element name="filterAttributes" type="FilterAttributes" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="filter" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The filter is an ECQL compliant filter string used to restrict the results returned by the chart</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||
type | ChartArea | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:element name="area" type="ChartArea" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | FilterAttributes | ||||||
properties |
|
||||||
children | filterAttribute | ||||||
source | <xs:element name="filterAttributes" type="FilterAttributes" minOccurs="0" maxOccurs="1"/> |