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

PeriodBasisType

PeriodBasisType holds the enumeration of possible values used in the TimeDimensionRepeatingPeriodType and TimeDimensionRollingPeriodType constructs. The period basis setting determines whether the current time period is included in the calculation or whether the calculation only includes values up to the most recently completed time period.

Elements

None

Possible Values

Name Description
previousPeriod Include values only up to the most recently completed time period.
periodInProgress Include values for the time period that is currently in progress.

Restrictions

None

Schema definition

<xsd:simpleType name="PeriodBasisType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="previousPeriod"/>
        <xsd:enumeration value="periodInProgress"/>
    </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description