IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > What are monitor models? > Monitor XML schema definition (monitor.xsd) > XML schema (monitor.xsd) description

DateTimeDimensionRollingPeriodType

DateTimeDimensionRollingPeriodType contains the settings required to specify a rolling period type for a key performance indicator (KPI). The time period can be minutes, hours, days, months, or years.

For example, DateTimeDimensionRollingPeriodType would be used if the value for the KPI calculation was to be taken from the last 10 days or last 30 days.

Elements

None

Attributes

Name Required or optional Type Description
numPeriods Required positiveInteger The number of hours, minutes, days, months, or years to include in the period calculation.
periodType Required RollingPeriodTypeType The type of period, either hours, minutes, days, months or years.

Restrictions

  • The numPeriods attribute must be positive.

Schema definition

<xsd:complexType name="DateTimeDimensionRollingPeriodType">
  <xsd:attribute name="numPeriods" type="xsd:positiveInteger" 
                 use="required"/>
  <xsd:attribute name="periodType" type="mon:RollingPeriodTypeType" a                  use="required"/>
</xsd:complexType>  

XML schema (monitor.xsd) description