<?xml version="1.0" encoding="US-ASCII"?>
<?xml-stylesheet type="text/xsl" href="../../Schema.xsl"?>

<list>
<doc schema="http://web-calculus.org/schema/Schema">
    <id>http://web-calculus.org/amp/Envelope</id>

    The message identifier.
    <child>
        <name>mid</name>
        <arity schema="http://web-calculus.org/schema/arity/Once"/>
        <expected schema="http://web-calculus.org/schema/parameter/Immutable">
            <category>http://web-calculus.org/string/String</category>
        </expected>
    </child>

    The URL for the target edge.
    <child>
        <name>target</name>
        <arity schema="http://web-calculus.org/schema/arity/Once"/>
        <expected schema="http://web-calculus.org/schema/parameter/Immutable">
            <category>http://web-calculus.org/string/String</category>
        </expected>
    </child>

    The operation to perform, either "GET" or "POST".
    <child>
        <name>op</name>
        <arity schema="http://web-calculus.org/schema/arity/Once"/>
        <expected schema="http://web-calculus.org/schema/parameter/Immutable">
            <category>http://web-calculus.org/string/String</category>
        </expected>
    </child>

    Each operation argument.
    <child>
        <name>arg</name>
        <arity schema="http://web-calculus.org/schema/arity/Many"/>
        <expected schema="http://web-calculus.org/schema/parameter/Any"/>
    </child>

    A reified web-calculus operation.
</doc>
</list>
