Share via


IncludeSchemaTypes (UnitMonitorType)

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Contains references to internal or external complex SchemaType elements that are used in the configuration section of the unit monitor.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    MonitorTypes
      UnitMonitorType
        Configuration (UnitMonitorType)
          IncludeSchemaTypes

Syntax

<IncludeSchemaTypes
   <SchemaType>MPAlias!SchemaTypeID</SchemaType>
</IncludeSchemaTypes>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the IncludeSchemaTypes element.

Attributes

None.

Child Elements

Element Description

SchemaType (UnitMonitorType)

Required element. Represents a reference to an internal or external SchemaType element.

Parent Elements

Element Description

Configuration (UnitMonitorType)

Represents the parameters of the unit monitor type as XSD schema.

Example

The following XML sample illustrates how to use IncludeSchemaTypes to reference a SchemaType element.

<IncludeSchemaTypes>
   <SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>

See Also

Reference

Configuration (UnitMonitorType)
SchemaType (UnitMonitorType)