complexType BaseChartQuery
diagram ec_wsdl_diagrams/ec_wsdl_p437.png
namespace http://base.api.ec.n2.tibco.com
properties
abstract true
children filter area filterAttributes
annotation
documentation
A chart query
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>

element BaseChartQuery/filter
diagram ec_wsdl_diagrams/ec_wsdl_p438.png
type xs:string
properties
content simple
annotation
documentation
The filter is an ECQL compliant filter string used to restrict the results returned by the chart
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>

element BaseChartQuery/area
diagram ec_wsdl_diagrams/ec_wsdl_p439.png
type ChartArea
properties
content simple
facets
Kind Value Annotation
enumeration WORK_ITEMS
documentation
Work Item area
enumeration PROCESS_TEMPLATES
documentation
Process Templates area
enumeration PROCESS_INSTANCES
documentation
Process Instances area
enumeration AUDIT
documentation
Audit area
enumeration CASE_OBJECTS
documentation
Case Objects area
source <xs:element name="area" type="ChartArea" minOccurs="1" maxOccurs="1"/>

element BaseChartQuery/filterAttributes
diagram ec_wsdl_diagrams/ec_wsdl_p440.png
type FilterAttributes
properties
minOcc 0
maxOcc 1
content complex
children filterAttribute
source <xs:element name="filterAttributes" type="FilterAttributes" minOccurs="0" maxOccurs="1"/>

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