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

<?context-directive job ctxfile x-setups.ctx ?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">

    <cd:command name="setupversion" level="style" file="page-inf.mkiv">
        <cd:arguments>
            <cd:keywords>
                <cd:constant type="concept"/>
                <cd:constant type="file"/>
                <cd:constant type="temporary"/>
                <cd:constant type="final"/>
                <cd:constant type="cd:name"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="version" level="style" file="page-inf.mkiv">
        <cd:arguments>
            <cd:keywords>
                <cd:constant type="concept"/>
                <cd:constant type="file"/>
                <cd:constant type="temporary"/>
                <cd:constant type="final"/>
                <cd:constant type="cd:name"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="installversioninfo" level="system" file="page-inf.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="includeversioninfo" level="system" file="page-inf.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifelseolderversion" level="system" keywords="conditional" file="file-mod.mklx">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifolderversionelse" level="system" keywords="conditional" file="file-mod.mklx">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifelseoldercontext" level="system" keywords="conditional" file="file-mod.mklx">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifoldercontextelse" level="system" keywords="conditional" file="file-mod.mklx">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

</cd:interface>
