Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand.PageSet (UIPageSet)

Element properties:

Type DefinitionMicrosoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand

Source Code:

<UIPageSet ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand.PageSet" TypeDefinitionID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand">
<UIPageReferences>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand.PageSet.PageReference1" PageID="Microsoft.SystemCenter.MPAuthoringConsole.HealthNamePage" Usage="CreationAndUpdate"/>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand.PageSet.PageReference2" PageID="System!System.SchedulerPage" Usage="CreationAndUpdate"/>
<UIPageReference ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Rule.TimedCommand.PageSet.PageReference3" PageID="System!System.CommandWriteActionPage" Usage="CreationAndUpdate"/>
</UIPageReferences>
<OutputTransform>
<xsl:stylesheet version="1.0">
<xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:element name="Configuration">
<xsl:copy-of select="/ID"/>
<xsl:copy-of select="/Name"/>
<xsl:copy-of select="/Description"/>
<xsl:copy-of select="/Target"/>
<xsl:copy-of select="/Category"/>
<xsl:copy-of select="/LocaleID"/>
<xsl:element name="Scheduler">
<xsl:copy-of select="/SimpleReccuringSchedule"/>
<xsl:copy-of select="/WeeklySchedule"/>
<xsl:copy-of select="/ExcludeDates"/>
</xsl:element>
<xsl:copy-of select="/ApplicationName"/>
<xsl:copy-of select="/WorkingDirectory"/>
<xsl:copy-of select="/CommandLine"/>
<xsl:copy-of select="/TimeoutSeconds"/>
<xsl:copy-of select="/RequireOutput"/>
<xsl:copy-of select="/CommandExecuterFilesType"/>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
</OutputTransform>
</UIPageSet>