

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# シーケンスとカプセル化
<a name="srgs-sequence"></a>

以下の例は、サポートされているシーケンスを示しています。詳細については、*音声認識文法仕様バージョン 1* W3C レコメンデーションの「[シーケンスとカプセル化](https://www.w3.org/TR/speech-grammar/#S2.3)」を参照してください。

**例**

```
<!-- sequence of tokens -->
this is a test

<!--sequence of rule references-->
<ruleref uri="#action"/> <ruleref uri="#object"/>

<!--sequence of tokens and rule references-->
the <ruleref uri="#object"/> is <ruleref uri="#color"/>

<!-- sequence container -->
<item>fly to <ruleref uri="#city"/> </item>
```