System.Discovery.SchedulerPageSet (UIPageSet)

Element properties:

Type DefinitionSystem.Discovery.Scheduler

Source Code:

<UIPageSet ID="System.Discovery.SchedulerPageSet" TypeDefinitionID="System.Discovery.Scheduler">
<UIPageReferences>
<UIPageReference ID="System.Discovery.SchedulerPageSet.PageReference1" PageID="System.SchedulerPage">
<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:copy-of select="/Scheduler/*"/>
</xsl:template>
</xsl:stylesheet>
</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="/">
<xsl:element name="Scheduler">
<xsl:copy-of select="/*"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>