<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0060">
    <t:info>
        <t:title>Version attribute 005 (AB)</t:title>
        <t:revision-history>
            <t:revision>
                <t:date>2019-02-17</t:date>
                <t:author>
                    <t:name>Achim Berndzen</t:name>
                </t:author>
                <t:description xmlns="http://www.w3.org/1999/xhtml">
                    <p>New tests for draconian @version</p>
                </t:description>
            </t:revision>
        </t:revision-history>
    </t:info>
    <t:description xmlns="http://www.w3.org/1999/xhtml">
        <p>Checks XS0060 is raised, if @version is not "3.0".</p>
    </t:description>
    <t:pipeline>
        <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" 
                        xmlns:test="http://test" version="3.0">
            <p:output port="result"/>
            
            <p:declare-step type="test:test" version="1.0">
                <p:output port="result" />
                <p:identity>
                    <p:with-input><failure /></p:with-input>
                </p:identity>
            </p:declare-step>
            
            <test:test />
        </p:declare-step>
    </t:pipeline>
</t:test>