| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/SystemApps/Microsoft.Windows.Cortana_cw5n1h2txyewy/Grammar/1009/ |
Upload File : |
<?xml version= "1.0" encoding="utf-8"?>
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
-->
<!--
Use of this source code is subject to the terms of the Microsoft
premium shared source license agreement under which you licensed
this source code. If you did not accept the terms of the license
agreement, you are not authorized to use this source code.
For the terms of the license, please see the license agreement
signed by you and Microsoft.
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
-->
<grammar mode="voice"
root="PLUGINSTOPLEVEL"
tag-format="semantics/1.0"
version="1.0"
xml:lang="en-CA"
xmlns:sapi="http://schemas.microsoft.com/Speech/2002/06/SRGSExtensions"
xmlns="http://www.w3.org/2001/06/grammar">
<rule id="WildCard">
<item>
<ruleref special="GARBAGE"/>
<tag> out.trash = "GARBAGE" </tag>
</item>
</rule>
<!-- PLUGINS TOPLEVEL rule -->
<rule id="PLUGINSTOPLEVEL" scope="public">
<one-of>
<item weight="1">
<ruleref uri="#WildCard"/>
</item>
<item weight="2">
<ruleref special="VOID"/>
</item>
</one-of>
<tag> out = rules.latest() </tag>
</rule>
</grammar>