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

RollingPeriodTypeType

RollingPeriodTypeType is an enumeration used to select whether the rolling period for a KPI is minutes, hours, days, months, or years. These values are used in the DateTimeDimensionRollingPeriodType element.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="RollingPeriodTypeType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="minutes"/>
    <xsd:enumeration value="hours"/>
    <xsd:enumeration value="days"/>
    <xsd:enumeration value="months"/>
    <xsd:enumeration value="years"/>
  </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description