Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
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 (UnitMonitorType)
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 | 
|---|---|
| Required element. Represents a reference to an internal or external SchemaType element. | 
Parent Elements
| Element | Description | 
|---|---|
| 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)