<?xml version="1.0" encoding="utf-8" ?>
<grammar xml:lang="th-th" version="1.0" xmlns="http://www.w3.org/2001/06/grammar" root="CALLGENIE_MENU">
<rule id="CALLGENIE_MENU" scope="public">
<item><ruleref uri="#OPTION"/><tag>R_MENU=OPTION.C; SWI_meaning = R_MENU; </tag></item>
</rule>
<rule id="OPTION">
<one-of>
<item>ฝ่ายการตลาด<tag> C = 'marketing' </tag> </item>
<item>ฝ่ายขาย<tag> C = 'sales' </tag> </item>
<item>ฝ่ายบุคคล<tag> C = 'HR' </tag> </item>
<item>ฝ่ายบัญชี<tag> C = 'accounting' </tag> </item>		     
<item>ฝ่ายการเงิน<tag> C = 'Finance' </tag> </item>
</one-of>
 </rule>  
</grammar>