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
VersionAggregationType
VersionAggregationType is an enumeration used to select all versions of the model or only the most recent version of the model. These values are used in the KPIAggregatedDefinitionType element.
- Elements
- None
- Attributes
- None
- Restrictions
- None
- Schema definition
<xsd:simpleType name="VersionAggregationType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="singleVersion"/> <xsd:enumeration value="allVersions"/> </xsd:restriction> </xsd:simpleType>