%PDF- %PDF-
Direktori : C:/Windows/SystemApps/Microsoft.Windows.Cortana_cw5n1h2txyewy/Grammar/040c/ |
Current File : C:/Windows/SystemApps/Microsoft.Windows.Cortana_cw5n1h2txyewy/Grammar/040c/WildCard.040c.cfg |
<?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="fr-FR" 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>