<?xml version="1.0" encoding="iso-8859-1"?>
<param
	xmlns="http://www.sos-berlin.com/schema/js7_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"
	name="min_file_size" 
	default_value="-1"
	required="false">
	<note>
		<title>minimum size of one or multiple files </title>
		<p>
			Specifies the minimum size of one or multiple files in bytes:
			should the size of one of the files fall below this value, then it is not included in the result list of the operation.
		</p>
	</note>
	<xi:include href="./note_file_size_values.xml" parse="xml" />
</param>