<?xml version="1.0" encoding="iso-8859-1"?>
<param xmlns="http://www.sos-berlin.com/schema/scheduler_job_documentation_v1.1"
       xmlns:xhtml="http://www.w3.org/1999/xhtml"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       name="DateFormat"
       DefaultValue="yyyyMMdd"
       required="false"
       DataType="SOSOptionString">
        <note language="de">
		    <title/>
          <div xmlns="http://www.w3.org/1999/xhtml">
            Muster, welches das Format des Parameters LoadId bestimmt. Bei Verwendung des Standardwertes, wird die LoadId als Tagesschlüssel (yyyyMMdd) erzeugt. Gültige Formatstrings 
            folgen der Javaklasse org.joda.time.format.DateTimeFormat. 
          </div>
        </note>
        <note language="en">
		    <title/>
          <div xmlns="http://www.w3.org/1999/xhtml">
          	The date pattern for the LoadId (followed the org.joda.time.format.DateTimeFormat). Using the default, the LoadId will be a timekey based on a specific day (yyyyMMdd).
            class org.joda.time.format.DateTimeFormat.
          </div>
        </note>
      </param>