ImportType 描述了包含监控器模型所需信息的外部文件的位置。该文件是事件定义文件或可伸缩向量图形 (SVG) 文件。
| Name | 必需或可选 | 类型 | Description |
|---|---|---|---|
| location | 可选 | anyURI | 指定外部数据位置的 URI。 |
| namespace | 可选 | anyURI | 用于确定外部数据的名称空间。 |
<xsd:complexType name="ImportType" >
<xsd:attribute name="location" type="xsd:anyURI" use="optional"/>
<xsd:attribute name="namespace" type="xsd:anyURI" use="optional"/>
</xsd:complexType>