<?xml version="1.0"?>

<grammar xmlns="http://www.w3.org/2001/06/grammar"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.w3.org/2001/06/grammar http://www.w3.org/TR/speech-grammar/grammar.xsd"
         xml:lang="en-US" mode="dtmf" version="1.0" tag-format="semantics/1.0-literals"
         root="r">

    <rule id="r" scope="public">
        <one-of>
            <item>1<tag>out='apples'</tag></item>
            <item>2<tag>out='orange'</tag></item>
        </one-of>
    </rule>

    <rule id="t" scope="public">
        <one-of>
            <item>3<tag>out='car'</tag></item>
            <item>4<tag>out='bus'</tag></item>
        </one-of>
    </rule>
</grammar>
