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
ReferenceType
ReferenceType defines a reference to an existing element in the model.
- Elements
- None
- Attributes
Name Required or optional Type Description ref Required String A reference to an existing element consisting of an XPath path expression separated by forward slashes ("/"). Absolute forms of the path expressions start with a forward slash. /monitor_id/fixed id of a model (MDM, DMM, VM, etc.)/container id/child id/ ... /final target id- Restrictions
- None
- Schema definition
<xsd:complexType name="ReferenceType"> <xsd:attribute name="ref" type="xsd:string" use="required"/> </xsd:complexType>