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

NameType

The NameType element restricts strings to 256 characters.

Elements

None

Attributes

None

Restrictions

None

Schema definition

<xsd:simpleType name="NameType">
    <xsd:restriction base="xsd:string">
        <xsd:maxLength value="256"/>
    </xsd:restriction>
</xsd:simpleType>

XML schema (monitor.xsd) description