

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 시퀀스 및 캡슐화
<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>
```