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

KPICurrencyType

The KPICurrencyType element describes a three-letter ISO 4217 currency code.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="KPICurrencyType">
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[A-Z]{3}"/>
    </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description