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

RepeatingPeriodTypeType

RepeatingPeriodTypeType is an enumeration used to select whether the repeating period for a KPI is daily, monthly, quarterly, or yearly. These values are used in the DateTimeDimensionRepeatingPeriodType element.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="RepeatingPeriodTypeType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="daily"/>
    <xsd:enumeration value="monthly"/>
    <xsd:enumeration value="quarterly"/>
    <xsd:enumeration value="yearly"/>
  </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description