Microsoft.SystemCenter.Apm.UI.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.Apm.ApplicationTemplate.Template

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.Apm.UI.PageSet" TypeDefinitionID="Microsoft.SystemCenter.Apm.ApplicationTemplate.Template">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.LobNameAndDescriptionPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.LobNameAndDescriptionPage" Usage="CreationOnly">
<InputParameters/>
<InputTransform/>
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.LobSelectApplicationsPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.LobSelectApplicationsPage" Usage="CreationAndUpdate">
<InputParameters/>
<InputTransform/>
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.LobGeneralSettingsPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.LobGeneralSettingsPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.ServerCustomizationPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.ServerCustomizationPage" Usage="CreationOnly">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.EnableMonitoringPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.EnableMonitoringPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.ConfigureMonitoringPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.ConfigureMonitoringPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</UIPageReference>
<UIPageReference ID="Microsoft.SystemCenter.Apm.UI.Pages.Reference.LobSummaryPage" PageID="Microsoft.SystemCenter.Apm.UI.Pages.LobSummaryPage" Usage="CreationAndUpdate">
<Title ID="Title"/>
<SubTitle ID="SubTitle"/>
<TabName ID="TabName"/>
</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="/">
<xsl:element name="Configuration">
<xsl:element name="Name">
<xsl:value-of select="/Name"/>
</xsl:element>
<xsl:element name="Description">
<xsl:value-of select="/Description"/>
</xsl:element>
<xsl:element name="TypeId">
<xsl:value-of select="/TypeId"/>
</xsl:element>
<xsl:element name="AppChunk1">
<xsl:value-of select="/AppChunk1"/>
</xsl:element>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>