complexType MeasurePeriod
diagram ec_wsdl_diagrams/ec_wsdl_p1560.png
namespace http://base.api.ec.n2.tibco.com
properties
abstract true
children index duration
used by
element MeasurePeriod
complexTypes BasicMeasurePeriod ProcessDurationMeasurePeriod ProcessTemplateMeasurePeriod WorkItemMeasurePeriod
annotation
documentation
Definition of a specific time period used by a measure.

When requesting a measure, a startDate, endDate and granularity value (HOUR, DAY, MONTH, YEAR, WEEK) must be specified. A MeasurePeriod will then be returned for each "unit" defined by this time period.

For example if start and end dates defining 1 day of time are specified, with a granularity of HOUR, 24 MeasurePeriods will be returned.
source <xs:complexType name="MeasurePeriod" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Definition of a specific time period used by a measure.

When requesting a measure, a startDate, endDate and granularity value (HOUR, DAY, MONTH, YEAR, WEEK) must be specified. A MeasurePeriod will then be returned for each "unit" defined by this time period.

For example if start and end dates defining 1 day of time are specified, with a granularity of HOUR, 24 MeasurePeriods will be returned.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="index" type="xs:int" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Zero-based index for each measure period. The index will provide chronological ordering of the measures.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="duration" type="MeasureDuration" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

element MeasurePeriod/index
diagram ec_wsdl_diagrams/ec_wsdl_p1561.png
type xs:int
properties
content simple
annotation
documentation
Zero-based index for each measure period. The index will provide chronological ordering of the measures.
source <xs:element name="index" type="xs:int" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Zero-based index for each measure period. The index will provide chronological ordering of the measures.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurePeriod/duration
diagram ec_wsdl_diagrams/ec_wsdl_p1562.png
type MeasureDuration
properties
content complex
children endDate startDate granularity
source <xs:element name="duration" type="MeasureDuration" minOccurs="1" maxOccurs="1"/>

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