Sequências e encapsulamento
O exemplo a seguir mostra as sequências compatíveis. Para mais informações, consulte Sequências e encapsulamento
Exemplo
<!-- 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>