<action-sequence>

  <name>SchedulerTest_pause_scheduler.xaction</name>
	<version>1</version>
	<title>Pauses the scheduler</title>
	<logging-level>debug</logging-level>
	<documentation>
		<author>William E. Seyler</author>
		<description>..</description>
		<help>This is just a test...</help>
	</documentation>

	<inputs>
		<schedulerAction type="string">
		  <default-value>suspendScheduler</default-value>
		</schedulerAction>
	</inputs>
	<outputs/>
	<resources/>
  
  <actions>
      <action-definition>
        <action-inputs>
			<schedulerAction type="string"/>
        </action-inputs>
        <component-name>SchedulerAdminComponent</component-name>
        <action-type>schedulerAdmin</action-type>
      	<component-definition/>
      </action-definition>
  </actions>
</action-sequence>