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

DimensionalModelType

DimensionalModelType contains the cube definitions that are available for the monitor model. The dimensional model can contain the cube definitions themselves or can contain an import element that identifies cubes contained in another location.

Elements

Name Min-max Description
cube 0 - n The cube definitions for 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 DMM.

Restrictions

None

Schema definition

<xsd:complexType name="DimensionalModelType" >
    <xsd:complexContent>
        <xsd:extension base="mon:DimensionalModelNamedElementType">
            <xsd:sequence>
                <xsd:element name="cube" type="mon:CubeType" minOccurs="0" 
                     maxOccurs="unbounded"/>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>

XML schema (monitor.xsd) description