<?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="file_spec" 
	DefaultValue=".*"
	required="false">

	<note>
		<title>Regular Expression for filename filtering</title>
		<p>
			Regular Expression for file filtering.
			The behaviour is CASE_INSENSITIVE.
		</p>
		<p>
			Only effective if the parameter
			<paramref>source_file</paramref>
			is a directory.
		</p>
	</note>
	<xi:include href="../common/notes/note_regexp_remarks.xml" parse="xml" />
    <xi:include href="../common/notes/note_regexp_additional.xml" parse="xml" />
    <xi:include href="./note_regexp_example_replace.xml" parse="xml" />
</param>