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
ImportType
ImportType describes the location of an external file that contains information that the monitor model requires. The file is either an event definition file or a Scalable Vector Graphics (SVG) file.
- Elements
- None
- Attributes
Name Required or optional Type Description location Optional anyURI The URI that specifies the location of the external data. namespace Optional anyURI A namespace that identifies the external data. - Restrictions
- The referenced resource must exist. (See MonitorType.)
- Schema definition
<xsd:complexType name="ImportType" > <xsd:attribute name="location" type="xsd:anyURI" use="optional"/> <xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/> </xsd:complexType>