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

DescribableElementType

DescribableElementType is an abstract class used to describe an element.

Elements

Name Min-max Description
description 0 - 1 (Optional) A description of the element.

Attributes

None

Restrictions

None

Schema definition

<xsd:complexType name="DescribableElementType" abstract="true" >
    <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="description" type="xsd:string"/>
    </xsd:choice>
</xsd:complexType>

XML schema (monitor.xsd) description