<?xml version='1.0' encoding='UTF-8'?>

<!--
    TODO define vocabulary indentification
    PUBLIC ID: -//vendor//vocabulary//EN
    SYSTEM ID: http://server/path/SWEEPLimits.dtd

--><!--
    An example how to use this DTD from your XML document:

    <?xml version="1.0"?>

    <!DOCTYPE arg SYSTEM "SWEEPLimits.dtd">

    <arg>
    ...
    </arg>
-->

<!--- Put your DTDDoc comment here. -->
<!ELEMENT arg (field)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT field (maximum|units|minimum|name)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT name (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT minimum (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT units (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT maximum (#PCDATA)>
