complexType MeasureOptions
diagram ec_wsdl_diagrams/ec_wsdl_p1557.png
namespace http://base.api.ec.n2.tibco.com
children consolidation advancedOption
used by
elements MeasureOptions requestMeasureObject/options requestProcessDurationMeasureObject/options requestProcessTemplateMeasureObject/options requestWorkItemPerformanceForTemplateObject/options requestWorkItemPerformanceForResourceObject/options requestGenericMeasureObject/options
annotation
documentation
Options to apply to this measure request.
source <xs:complexType name="MeasureOptions">
 
<xs:annotation>
   
<xs:documentation>Options to apply to this measure request.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="consolidation" type="ConsolidationType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Enumerated value defining the consolidation mode to use for this measure request. Either:

- NO_CONSOLIDATION: One measure is returned for each id passed in by the request. Each measure returned will specify the id to which it refers (see the non-abstract extensions of Measure for details).

- CONSOLIDATE: A single measure is returned, containing the consolidated data for all the ids passed in by the request.

- BOTH: One measure is returned for each id passed in by the request. An additional measure is also returned, containing the consolidated data for all the ids passed in by the request. (The isConsolidation attribute can be used to recognize which entry contains the consolidated data.)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="advancedOption" type="AdvancedMeasureOption" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element MeasureOptions/consolidation
diagram ec_wsdl_diagrams/ec_wsdl_p1558.png
type ConsolidationType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration NO_CONSOLIDATION
enumeration CONSOLIDATE
enumeration BOTH
annotation
documentation
Enumerated value defining the consolidation mode to use for this measure request. Either:

- NO_CONSOLIDATION: One measure is returned for each id passed in by the request. Each measure returned will specify the id to which it refers (see the non-abstract extensions of Measure for details).

- CONSOLIDATE: A single measure is returned, containing the consolidated data for all the ids passed in by the request.

- BOTH: One measure is returned for each id passed in by the request. An additional measure is also returned, containing the consolidated data for all the ids passed in by the request. (The isConsolidation attribute can be used to recognize which entry contains the consolidated data.)
source <xs:element name="consolidation" type="ConsolidationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the consolidation mode to use for this measure request. Either:

- NO_CONSOLIDATION: One measure is returned for each id passed in by the request. Each measure returned will specify the id to which it refers (see the non-abstract extensions of Measure for details).

- CONSOLIDATE: A single measure is returned, containing the consolidated data for all the ids passed in by the request.

- BOTH: One measure is returned for each id passed in by the request. An additional measure is also returned, containing the consolidated data for all the ids passed in by the request. (The isConsolidation attribute can be used to recognize which entry contains the consolidated data.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasureOptions/advancedOption
diagram ec_wsdl_diagrams/ec_wsdl_p1559.png
type AdvancedMeasureOption
properties
minOcc 0
maxOcc unbounded
content complex
children optionName optionValue
source <xs:element name="advancedOption" type="AdvancedMeasureOption" minOccurs="0" maxOccurs="unbounded"/>

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