

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 序列和封裝
<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>
```