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
MonitorDetailsModelType
MonitorDetailsModelType contains monitoringContexts and provides the structure to enable the observation of a business entity. Nested monitoring details models are not supported.
- Elements
Name Min-max Description monitoringContext 0 - n The monitoring contexts in the monitor model. - Attributes
Name Required or optional Type Description displayName Optional String The name to display in the Monitor Model editor and Business Monitor dashboards. If a displayName is not provided, the ID attribute is used. id Required String The unique identifier that must be set to MDM. - Restrictions
- None
- Schema definition
<xsd:complexType name="MonitorDetailsModelType" > <xsd:complexContent> <xsd:extension base="mon:MonitorDetailsModelNamedElementType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="monitoringContext" type="mon:MonitoringContextType"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType>