Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.RuleTemplates.WMIPerfCollection

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection.PageSet" TypeDefinitionID="Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection.PageSet.PageReference1" PageID="Microsoft.SystemCenter.RuleTemplates.RuleGeneralPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Category">
<xsl:copy>PerformanceCollection</xsl:copy>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</InputTransform>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection.PageSet.PageReference2" PageID="Windows!Microsoft.Windows.WmiProviderPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.RuleTemplates.WMIPerfCollection.PageSet.PageReference3" PageID="Windows!Microsoft.Windows.PerformanceMapperPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
</UIPageReference>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/Configuration/Category">
<xsl:copy>PerformanceCollection</xsl:copy>
</xsl:template>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/*"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>