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

XPathFunctionsType

XPathFunctionsType associates a namespace with one or more classes containing functions that you have defined.

Elements

Name Min-max Description
import 0 - n The namespace in which the function is defined.

Attributes

None

Restrictions

None

Schema definition

<xsd:complexType name="XPathFunctionsType">
  <xsd:sequence>
    <xsd:element name="import" type="mon:ImportType" minOccurs="0" 
         maxOccurs="unbounded" />
  </xsd:sequence>
</xsd:complexType>

XML schema (monitor.xsd) description