<?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="assigndimension" level="system" category="system" file="mult-dim.mklx">
        <cd:arguments>
            <cd:keywords delimiters="braces">
                <cd:constant type="small" prefix="cd:sign" method="none"/>
                <cd:constant type="medium" prefix="cd:sign" method="none"/>
                <cd:constant type="big" prefix="cd:sign" method="none"/>
                <cd:constant type="none"/>
                <cd:constant type="cd:dimension"/>
            </cd:keywords>
            <cd:csname/>
            <cd:resolve name="argument-dimension"/>
            <cd:resolve name="argument-dimension"/>
            <cd:resolve name="argument-dimension"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="assignalfadimension" level="system" category="system" file="mult-dim.mklx">
        <cd:arguments>
            <cd:keywords delimiters="braces">
                <cd:constant type="small"/>
                <cd:constant type="medium"/>
                <cd:constant type="big"/>
                <cd:constant type="none"/>
                <cd:constant type="cd:dimension"/>
            </cd:keywords>
            <cd:csname/>
            <cd:resolve name="argument-dimension"/>
            <cd:resolve name="argument-dimension"/>
            <cd:resolve name="argument-dimension"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="assignwidth" level="system" category="system" file="mult-dim.mklx">
        <cd:arguments>
            <cd:keywords delimiters="braces">
                <cd:constant type="fit"/>
                <cd:constant type="broad"/>
                <cd:constant type="cd:dimension"/>
            </cd:keywords>
            <cd:csname/>
            <cd:resolve name="argument-text"/>
            <cd:resolve name="argument-dimension"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="assignvalue" level="system" category="system" file="mult-dim.mklx">
        <cd:arguments>
            <cd:keywords delimiters="braces">
                <cd:constant type="small"/>
                <cd:constant type="medium"/>
                <cd:constant type="big"/>
                <cd:constant type="cd:text"/>
            </cd:keywords>
            <cd:csname/>
            <cd:resolve name="argument-command"/>
            <cd:resolve name="argument-command"/>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

</cd:interface>
