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 > Visual model elements

SvgDocumentType

SvgDocumentType is the container element for the reference to the Scalable Vector Graphics (SVG) diagram. The SVG diagram is included as an import statement that points to an SVG diagram file.

Elements

Name Min-max Description
import 0 - 1 The location of the .svg file that contains the diagram to associate with the visualization.

Attributes

None

Restrictions

  • The import element must point to an SVG file in the workspace. Paths that are relative or workspace-relative (for example, paths starting with /project-name/) can be used.

Schema definition

<xsd:complexType name="SvgDocumentType">
    <xsd:choice>
        <!--  Used to import the SVG document -->
        <xsd:element name="import" type="mon:ImportType" />
    </xsd:choice>
</xsd:complexType>

Visual model elements