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

EndValueNamedElementType

EndValueNamedElementType is the type used for all range end values. Use EndValueNamedElementType to specify a decimal number in the value attribute for the end value of a particular range.

Elements

None

Attributes

Name Required or optional Type Description
value Required Decimal The value of the end of the parent range.

Restrictions

See RangeType.

Schema definition

<xsd:complexType name="EndValueNamedElementType" >
    <xsd:complexContent>
        <xsd:extension base="mon:EndNamedElementType">
            <xsd:attribute name="value" type="xsd:decimal" 
               use="required"/>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>

XML schema (monitor.xsd) description