Search definition file for SAP deletion

The delete instruction file contains operation name sapDelete and 1 ... n search tags. Each search tag contains exactly one searchSapDocument tag holding the information for exactly one SAP document, uniquely identified by the SAP document ID (value from the tag attribute) and the content repository name (value from the tag attribute).

Be aware: Copy and paste from an example in this PDF into a text file that shall be processed by FIS can result in errors due to the encoding of special characters that can get broken!
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tns:operation xmlns:tns="http://imafis.imaes.ecm.tsystems.com/" name="sapDelete">
  <search id="5d6935c3-2dc2-4eeb-b9dd-dd2c44ec88e2">
    <searchSapDocument>
      <attribute name="_alis_access.sapdocId">IMA-8757785675758</attribute>
      <attribute name="_alis_access.contRep">Q1</attribute>
    </searchSapDocument>
  </search>
  <search>
    <searchSapDocument>
      <attribute name="_alis_access.sapdocId">IMA-4623982544627</attribute>
      <attribute name="_alis_access.contRep">Q1</attribute>
    </searchSapDocument>
  </search>
  ...
</tns:operation>