Text that can contain the following styles: em (usually representedas italics), strong (bold), code (monospace font), a (hyperlink), and pre(preformatted, including multiple contiguous spaces and tab characters). Styles canbe nested within each other. This text is assumed to be in a single paragraph (i.e.,containing no p elements).
<xsd:complexType name="simpleRichTextType" mixed="true"><xsd:annotation><xsd:documentation>Text that can contain the following styles: em (usually represented
as italics), strong (bold), code (monospace font), a (hyperlink), and pre
(preformatted, including multiple contiguous spaces and tab characters). Styles can
be nested within each other. This text is assumed to be in a single paragraph (i.e.,
containing no p elements).</xsd:documentation></xsd:annotation><xsd:choice minOccurs="0"><xsd:element name="em" type="emType"/><xsd:element name="strong" type="strongType"/><xsd:element name="code" type="codeType"/><xsd:element name="a" type="aType"/><xsd:element name="pre" type="xsd:string"/></xsd:choice></xsd:complexType>