

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 序列和封装
<a name="srgs-sequence"></a>

以下示例显示了支持的序列。有关更多信息，请参阅《W3C 正式推荐标准》*1.0 版语音识别语法规范*中的[序列和封装](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>
```