<?xml version="1.0" encoding="UTF-8"?>
<action-sequence> 
  <name>ETLJob1.xaction</name>
  <title>Basic Job Test</title>
  <version>1</version>
  <logging-level>debug</logging-level>
  <documentation> 
    <author>Gretchen Moran</author>  
    <description></description>  
    <help></help>  
    <result-type>rule</result-type>  
    <icon>HelloETL.png</icon> 
  </documentation>

  <inputs/>

  <outputs> 
  </outputs>

  <resources> 
    <job-file> 
      <solution-file> 
        <location>ETLJob1.kjb</location>  
        <mime-type>text/xml</mime-type> 
      </solution-file> 
    </job-file> 
  </resources>
  
  <actions> 
    <action-definition> 
      <component-name>KettleComponent</component-name>
      <action-type>rule</action-type>
      <action-inputs/>
      <action-resources> 
        <job-file type="resource"/> 
      </action-resources>
      <action-outputs> 
      </action-outputs>
      <component-definition> 
      </component-definition> 
    </action-definition>
 
  </actions> 
</action-sequence>