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

DateTimeDimensionRepeatingPeriodType

DateTimeDimensionRepeatingPeriodType contains the settings required to specify a repeating period type for a key performance indicator (KPI).

For example, DateTimeDimensionRepeatingPeriodType would be used if the value for the KPI calculation was to be taken from the last 10 minutes, hours, days, months, or years. The calculation can include the minute, hour, day, month, or year in progress, depending on the setting of the periodBasis attribute.

Elements

None

Attributes

Name Required or optional Type Description
periodType Required RepeatingPeriodTypeType The type of period, either daily, monthly, quarterly, or yearly, meaning that the time query will extend backwards by one day, month, quarter, or year.
periodBasis Required PeriodBasisType Whether to include the current period in progress or in the time calculation. Possible values are previousPeriod and periodInProgress.
timezone Required String The time zone. The default is your current time zone in the Monitor Model editor.

Restrictions

None

Schema definition

<xsd:complexType name="DateTimeDimensionRepeatingPeriodType">
  <xsd:attribute name="periodType" type="mon:RepeatingPeriodTypeType" 
                 use="required"/>
  <xsd:attribute name="periodBasis" type="mon:PeriodBasisType" 
                 use="required"/>
  <xsd:attribute name="timezone" type="xsd:string" use="required"/>
</xsd:complexType>  

XML schema (monitor.xsd) description