complexType FilterAttributes
diagram ec_wsdl_diagrams/ec_wsdl_p1487.png
namespace http://base.api.ec.n2.tibco.com
children filterAttribute
used by
elements FilterAttributes BaseChartQuery/filterAttributes
annotation
documentation
Additional attributes to be filtered on for a Chart Query.  These attributes should be considered as part of the filter string, but supplied in Name/Value pairs instead of ECQL.

The overall filter used for the Chart will be the filter string <AND> each of the filter attributes
source <xs:complexType name="FilterAttributes">
 
<xs:annotation>
   
<xs:documentation>Additional attributes to be filtered on for a Chart Query.  These attributes should be considered as part of the filter string, but supplied in Name/Value pairs instead of ECQL.

The overall filter used for the Chart will be the filter string &lt;AND&gt; each of the filter attributes
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="filterAttribute" type="FilterAttribute" minOccurs="1" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element FilterAttributes/filterAttribute
diagram ec_wsdl_diagrams/ec_wsdl_p1488.png
type FilterAttribute
properties
minOcc 1
maxOcc unbounded
content complex
children name data
source <xs:element name="filterAttribute" type="FilterAttribute" minOccurs="1" maxOccurs="unbounded"/>

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