<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://webservices.cls.ru.nl/piereling/static/interface.xsl"?>
<clam xmlns:xlink="http://www.w3.org/1999/xlink" version="3.2.8" id="piereling" name="Piereling" user="anonymous" baseurl="https://webservices.cls.ru.nl/piereling" interfaceoptions="centercover,coverheight100" authentication="oauth,basic">
    <description>Piereling can convert a wide variety of document formats to FoLiA XML, and from FoLiA XML to various formats. Data conversions such as these provide the groundwork for Natural Language Processing pipelines. It relies on numerous specialised conversion tools in combination with notable third-party tools such as pandoc.</description>
    <version>0.4</version>
    <author>Maarten van Gompel</author>
<affiliation>Centre for Language and Speech Technology, Radboud University</affiliation><email>proycon@anaproy.nl</email><url>https://github.com/proycon/piereling</url><coverurl>https://raw.githubusercontent.com/proycon/piereling/master/logo.png</coverurl><license>GNU Public License v3</license>    <customhtml>
    <![CDATA[
    <p class="alert alert info"><strong>Data processing notice:</strong> All data you upload to this service and data obtained using this service will remain yours and is accessible only by you and our technical staff. Your data will not be shared with third parties and not be used for any purpose other than this service's operation. You can remove your projects at any time and are encouraged to do so, which will remove your data from our servers permanently. We can not guarantee any long-term storage of your data so you are recommended to download the results and store it yourself immediately; projects on the server will be automatically deleted after 30 days. Despite our security precautions, we do discourage use of this service for highly confidential material as there is no encryption on the storage. Last, we also collect some statistics on the frequency of use of this service, when shared this will always be anonymised.</p>
    ]]>
    </customhtml>
    <formats>
            <format id="PlainTextFormat" name="Plain Text Format" mimetype="text/plain" />
            <format id="FoLiAXMLFormat" name="FoLiA XML" mimetype="text/xml" />
            <format id="ReStructuredTextFormat" name="ReStructuredText" mimetype="text/rst" />
            <format id="MarkdownFormat" name="Markdown Text" mimetype="text/markdown" />
            <format id="MSWordFormat" name="Microsoft Word format" mimetype="application/msword" />
            <format id="EPUBFormat" name="EPUB" mimetype="application/epub+zip" />
            <format id="LaTeXFormat" name="LaTeX" mimetype="application/x-latex" />
            <format id="DocBookXMLFormat" name="DocBook XML" mimetype="application/docbook+xml" />
            <format id="HTMLFormat" name="HTML Format" mimetype="text/html" />
            <format id="PDFFormat" name="PDF" mimetype="application/pdf" />
            <format id="CONLLuFormat" name="CONLL-U" mimetype="text/plain" />
            <format id="NAFXMLFormat" name="NAF XML" mimetype="text/naf+xml" />
            <format id="AlpinoXMLFormat" name="Alpino XML" mimetype="text/alpino+xml" />
            <format id="TEIXMLFormat" name="TEI P5 XML" mimetype="application/tei+xml" />
    </formats>
    <profiles>
            
        <profile>
         <input>
            <InputTemplate id="txt2folia_in" format="PlainTextFormat" label="Plain text input for conversion to FoLiA" mimetype="text/plain" extension="txt" optional="no" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
                <ChoiceParameter id="style" name="Style" description="The style the text is in, determines whether structure can be extracted."> <choice id="undetermined">Undetermined (no structure will be extracted)</choice> <choice id="sentenceperline">One sentence per line</choice> <choice id="paragraphperline">One paragraph per line</choice> <choice id="paragraphs">Paragraphs separated by a blank line</choice></ChoiceParameter>
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="txt2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from plain text" mimetype="text/xml" extension="folia.xml" parent="txt2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="rst2folia_in" format="ReStructuredTextFormat" label="ReStructuredText Input for conversion to FoLiA" mimetype="text/rst" extension="rst" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="rst2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from ReStructuredText input" mimetype="text/xml" extension="folia.xml" parent="rst2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="md2folia_in" format="MarkdownFormat" label="Markdown Input for conversion to FoLiA" mimetype="text/markdown" extension="md" optional="no" unique="no" acceptarchive="no">
                <ChoiceParameter id="flavour" name="Flavour" description="Markdown flavour"> <choice id="normal">normal</choice> <choice id="strict">strict</choice> <choice id="github">github</choice></ChoiceParameter>
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="md2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from Markdown input" mimetype="text/xml" extension="folia.xml" parent="md2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="docx2folia_in" format="MSWordFormat" label="MS Word (Office Open XML, docx) input for conversion to FoLiA" mimetype="application/msword" extension="docx" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="docx2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from MS Word input" mimetype="text/xml" extension="folia.xml" parent="docx2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="odt2folia_in" format="MSWordFormat" label="OpenDocument Text Document (odt) for conversion to FoLiA" mimetype="application/msword" extension="odt" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="odt2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from OpenDocument Text" mimetype="text/xml" extension="folia.xml" parent="odt2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="epub2folia_in" format="EPUBFormat" label="EPUB for conversion to FoLiA" mimetype="application/epub+zip" extension="epub" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="epub2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from EPUB" mimetype="text/xml" extension="folia.xml" parent="epub2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="latex2folia_in" format="LaTeXFormat" label="LaTeX source for conversion to FoLiA" mimetype="application/x-latex" extension="tex" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="latex2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from LaTeX" mimetype="text/xml" extension="folia.xml" parent="latex2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="mediawiki2folia_in" format="PlainTextFormat" label="MediaWiki Markup (Wikipedia and others) for conversion to FoLiA" mimetype="text/plain" extension="txt" optional="no" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="mediawiki2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from MediaWiki" mimetype="text/xml" extension="folia.xml" parent="mediawiki2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="docbook2folia_in" format="DocBookXMLFormat" label="Docbook for conversion to FoLiA" mimetype="application/docbook+xml" extension="xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="docbook2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from Docbook" mimetype="text/xml" extension="folia.xml" parent="docbook2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="html2folia_in" format="HTMLFormat" label="HTML for conversion to FoLiA" mimetype="text/html" extension="html" optional="no" unique="no" acceptarchive="no">
                <StaticParameter id="encoding" name="Encoding" description="The character encoding of the file" value="utf-8" />
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="html2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from HTML" mimetype="text/xml" extension="folia.xml" parent="html2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="pdf2folia_in" format="PDFFormat" label="PDF with embedded text (pdf) for conversion to FoLiA" mimetype="application/pdf" extension="pdf" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="pdf2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output (untokenised) from PDF" mimetype="text/xml" extension="folia.xml" parent="pdf2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="conllu2folia_in" format="CONLLuFormat" label="CONLL-U format for conversion to FoLiA" mimetype="text/plain" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="conllu2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output from CONLL-U" mimetype="text/xml" extension="folia.xml" parent="conllu2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="naf2folia_in" format="NAFXMLFormat" label="NAF XML for conversion to FoLiA" mimetype="text/naf+xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="naf2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output from NAF" mimetype="text/xml" extension="folia.xml" parent="naf2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="alpino2folia_in" format="AlpinoXMLFormat" label="Alpino XML for conversion to FoLiA" mimetype="text/alpino+xml" extension="xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="alpino2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output from NAF" mimetype="text/xml" extension="folia.xml" parent="alpino2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="tei2folia_in" format="TEIXMLFormat" label="TEI P5 XML input for conversion to FoLiA" mimetype="application/tei+xml" extension="xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="tei2folia_out" format="FoLiAXMLFormat" label="FoLiA XML output from TEI input" mimetype="text/xml" extension="folia.xml" parent="tei2folia_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="folia2txt_in" format="FoLiAXMLFormat" label="FoLiA XML input for conversion to text" mimetype="text/xml" extension="folia.xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="folia2txt_out" format="PlainTextFormat" label="Plain text output from FoLiA input" mimetype="text/plain" extension="txt" parent="folia2txt_in" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="folia2rst_in" format="FoLiAXMLFormat" label="FoLiA XML input for conversion to ReStructuredText" mimetype="text/xml" extension="folia.xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="folia2rst_out" format="ReStructuredTextFormat" label="Plain text output from FoLiA input" mimetype="text/rst" extension="rst" parent="folia2rst_in" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="folia2html_in" format="FoLiAXMLFormat" label="FoLiA XML input for conversion to HTML" mimetype="text/xml" extension="folia.xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="folia2html_out" format="HTMLFormat" label="HTML output from FoLiA input" mimetype="text/html" extension="html" parent="folia2html_in" unique="no">
            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="foliavalidator_in" format="FoLiAXMLFormat" label="FoLiA XML input for validation" mimetype="text/xml" extension="folia.xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="foliavalidator_out" format="PlainTextFormat" label="Validation report from FoLiA input" mimetype="text/plain" extension="log" parent="foliavalidator_in" unique="no">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

            
        <profile>
         <input>
            <InputTemplate id="foliaupgrade_in" format="FoLiAXMLFormat" label="FoLiA XML input for upgrade to a newer FoLiA" mimetype="text/xml" extension="folia.xml" optional="no" unique="no" acceptarchive="no">
            </InputTemplate>
         </input>
         <output>
            <OutputTemplate id="foliaupgrade_out" format="FoLiAXMLFormat" label="Upgraded FoLiA XML output" mimetype="text/xml" parent="foliaupgrade_in" unique="no">
                <viewer id="flatviewer" name="Open in FLAT" type="FLATViewer" mimetype="text/html" more="false" allowdefault="false" />

                <viewer id="foliaviewer" name="FoLiA Viewer" type="FoLiAViewer" mimetype="text/html" more="false" allowdefault="false" />

            </OutputTemplate>
            <OutputTemplate id="errorlog" format="PlainTextFormat" label="Log file with (standard) error output" mimetype="text/plain" filename="error.log" unique="yes">
                <meta id="encoding">utf-8</meta>
            </OutputTemplate>
         </output>
        </profile>

    </profiles>
    <parameters>
        <parametergroup name="ReStructuredText Parameters">
                    <BooleanParameter id="strip-relative-links" name="Strip relative links" description="Strip relative hyperlinks" />
                    <BooleanParameter id="strip-links" name="Strip links" description="Strip all hyperlinks" />
                    <BooleanParameter id="strip-style" name="Strip style" description="Strip all text styling (bold, italics etc)" />
                    <BooleanParameter id="strip-gaps" name="Strip gaps" description="Strip all gaps (includes verbatim and code blocks)" />
                    <BooleanParameter id="strip-raw" name="Strip raw" description="Strip all raw content (do not encode as gaps)" />
                    <BooleanParameter id="strip-tables" name="Strip tables" description="Strip tables" />
                    <BooleanParameter id="ignore-lineblocks" name="Ignore lineblocks" description="Ignore lineblocks, treat as normal paragraphs." />
        </parametergroup>
        <parametergroup name="Validation Parameters">
                    <ChoiceParameter id="validationmode" name="Validation mode" description="Validation behaviour"> <choice id="fail" selected="1">Fail on validation errors</choice> <choice id="continue">Continue on validation errors</choice></ChoiceParameter>
                    <BooleanParameter id="autodeclare" name="Autodeclare" description="Attempt to automatically declare missing annotations" />
                    <BooleanParameter id="deep" name="Deep Validation" description="Do deep validation (verifies tag sets)" />
                    <BooleanParameter id="quick" name="Quicker Validation" description="Do quicker validation by skipping the check against the RelaxNG schema" />
        </parametergroup>
        <parametergroup name="Upgrade Parameters">
                    <BooleanParameter id="fixunassignedprocessor" name="Fix unassigned processor" description="Fixes invalid FoLiA that does not explicitly assign a processor to an annotation when multiple processors are possible (and there is therefore no default). The last processor will be used in this case." />
        </parametergroup>
    </parameters>
    <inputsources>
    </inputsources>
</clam>