<?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="sort_order" 
    OptionName="sort_order" 
    default_value="asc" 
    required="false">

    <note>
        <title>Sort order with which the result set will be sorted.</title>
        <p>
          Default: asc
          Possible values: asc | desc  
          See:  <paramref>sort_criteria</paramref>
        </p>
    </note>
</param>