summaryrefslogtreecommitdiff
path: root/config/en.us/grammars/boolean.grxml
blob: edabd2d361119b15c9d8680d49201942711d91ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="ISO-8859-1" ?>
<grammar version="1.0" xml:lang="en-US" mode="voice" root="_boolean">
<!-- 
	Boolean yes/no grammar, alternatives for yes and no can be added
	to the grammar in the ROOT slot but this should be done carefully
	to avoid confusions.
 -->

 <rule id="_boolean" scope="public">
    <one-of>
      <item>yes <tag>MEANING='1'</tag></item>
      <item>no <tag>MEANING='0'</tag></item>
    </one-of>
 </rule>

</grammar>