<xs:group name="char-instructions">
<xs:choice>
<xs:element name="apply-templates" type="apply-templates" />
<xs:element name="call-template" type="call-template" />
<xs:element name="apply-imports" type="apply-imports" />
<xs:element name="for-each" type="for-each" />
<xs:element name="value-of" type="value-of" />
<xs:element name="copy-of" type="copy-of" />
<xs:element name="number" type="number" />
<xs:element name="choose" type="choose" />
<xs:element name="if" type="if" />
<xs:element name="text" type="text" />
<xs:element name="copy" type="copy" />
<xs:element name="variable" type="variable" />
<xs:element name="message" type="message" />
<xs:element name="fallback" type="fallback" />
<xs:any namespace="##other" processContents="lax" />
</xs:choice>
</xs:group>
|