<?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="max_file_age" 
    default_value="0" 
    required="false">

    <note>
        <title>Maximum age of a file</title>
        <p>
            Specifies the maximum age of a file.
            If a file is older, then it is deemed not to exist, it will be not included in the result-list.
        </p>
    </note>
    <xi:include href="../common/notes/note_age_values.xml" parse="xml" />
</param>