<?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/schema/Schema</id>

    The schema URI.
    <child>
        <name>id</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 branch declaration.
    <child>
        <name>child</name>
        <arity schema="http://web-calculus.org/schema/arity/Many"/>
        <expected schema="http://web-calculus.org/schema/parameter/Immutable">
            <category>http://web-calculus.org/schema/Branch</category>
        </expected>
    </child>

    A document schema.
</doc>
</list>
