<?xml version="1.0" encoding="iso-8859-1"?>
<param xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1" 
	xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    name="recursive" 
    DefaultValue="false" 
    required="false" 
    DataType="java.lang.Boolean">
	
	<note>
        <title>Include subfolders in operation</title>
        <p>
            This parameter specifies wether files from subdirectories should be included recursively.
        </p>
        <p>
            Only effective if <paramref>file</paramref> is a directory.
        </p>
        <p>
            Regular expression matches apply to files from subdirectories
            as specified by the parameter <paramref>file_spec</paramref>.
        </p>
    </note>
</param>