<?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:xsi="http://www.w3.org/2001/XMLSchema-instance"
       name="max_file_size"
       default_value="-1"
       required="false">
	<note>
		<title>maximum size of a file</title>
		<p>
			Specifies the maximum size of a file in bytes:
			should the size of one of the files exceed this value, then it is classified as non-existing.
		</p>
	</note>
    <xi:include href="./note_file_size_values.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" />
</param>