<xs:group name="textFormattingElements">
<xs:annotation>
<xs:documentation>Text-formatting elements instruct an AIML interpreter to perform locale-specific post-processing of the textual results of the processing of their contents.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="uppercase" type="MixedTemplateContentContainer"/>
<xs:element name="lowercase" type="MixedTemplateContentContainer"/>
<xs:element name="formal" type="MixedTemplateContentContainer"/>
<xs:element name="sentence" type="MixedTemplateContentContainer"/>
</xs:choice>
</xs:group> |