<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: JobSchedulerFolderTree.xml 18220 2012-10-18 07:46:10Z kb $ -->
<?xml-stylesheet type="text/xsl" href="scheduler_job_documentation_v1.1.xsl"?>
<description
	xmlns="http://www.sos-berlin.com/schema/scheduler_job_documentation_v1.1"
	xmlns:xi="http://www.w3.org/2001/XInclude"
	xmlns:xhtml="http://www.w3.org/1999/xhtml"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.sos-berlin.com/schema/scheduler_job_documentation_v1.1
  http://www.sos-berlin.com/schema/scheduler_job_documentation_v1.1.xsd">
	<job order="both" name="JobSchedulerFolderTree" tasks="unbounded"
		title="check wether a file exist" category="FileHandling, FileOperations" since="1.3.?">

		<script language="java" java_class="sos.scheduler.file.JobSchedulerFolderTree"
			resource="1" />
	</job>

	<releases>
		<release id="1.3.11." created="2011-08-05" modified="2011-08-05">
			<title>version 1.3.11.</title>
			<author name="kb" email="info@sos-berlin.com" />
		</release>
	</releases>

	<resources>
        <xi:include             href="./jars/sos.scheduler.jar.xml" parse="xml" />
        <xi:include             href="./jars/sos.spooler.jar.xml" parse="xml" />
        <xi:include             href="./jars/sos.util.jar.xml" parse="xml" />
	</resources>

	<configuration>
		<xi:include 			href="./notes/OrderOrStandAlone.xml" parse="xml" />
        <xi:include href="./notes/NodeParameterByStateName.xml" parse="xml">
            <xi:fallback>"./notes/NodeParameterByStateName.xml" not found</xi:fallback>
        </xi:include>

		<params id="job_parameter">
			<xi:include href="./params/param_file_path.xml" parse="xml" />
		</params>
        <params id="return_parameter">
        </params>
        <params id="other">
        </params>
	</configuration>

	<documentation language="de">
		<div xmlns="http://www.w3.org/1999/xhtml">
		Erzeugt eine Übersicht des belegten Speicherplatzes für Verzeichnisse und Dateien.
		</div>
	</documentation>

	<documentation language="en">
		<div xmlns="http://www.w3.org/1999/xhtml">
		This job creates a report with the usage of disc-storage for folders and files.
</div>
	</documentation>
</description>