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
Represents a group of user interface (UI) pages used to configure a monitor type, template, or module type.
Schema Hierarchy
ManagementPack
  PresentationTypes
    UIPageSets
      UIPageSet
Syntax
<UIPageSet ID=”UIPageSetID” Comment=”Comment” TypeDefinitionID=”TypeDefinitionID”>
   <UIPageReferences>…</UIPageReferences>
   <OutputTransform>…</OutputTransform>
</UIPageSet>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the UIPageSet element.
Attributes
| Attribute | Description | 
|---|---|
| ID | Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. | 
| Comment | Optional attribute. Represents commentary by the management pack author. | 
| TypeDefinitionID | Required attribute. Contains the ID of the monitor type, module type, or template for which the UI page set is to collect configuration data. | 
Child Elements
| Element | Description | 
|---|---|
| Required element. Contains references to all of the required UI pages in the appropriate sequence. | |
| Optional element. Represents the Extensible Stylesheet Language Transformation (XSLT) required to transform the configuration data to the appropriate XML format. | 
Parent Elements
| Element | Description | 
|---|---|
| Contains groups of UI pages used to configure a monitor, template, or module type. | 
Remarks
A UI page set defines a sequence of UIPages elements that are shown for the purpose of supplying or editing the required configuration data for a template definition, a module type definition, or a monitor type definition. The UI page set can define which parts of the data go to which page and how or if that data requires an XSLT transform on a per-page basis. The final output of the entire UI page set is a composite of all of the output from each page and might require an XSLT transform.
Warning
Operations Manager 2007 R2 does not currently support the creation of custom UI pages.