A collection of text-related elements: paragraphs (simpleRichText enclosed in a p element) quotations (simpleRichText with author information, often formatted as being set apart from paragraphs of text), poems, and simpletables.
<xsd:complexType name="richTextType"><xsd:annotation><xsd:documentation>A collection of text-related elements: paragraphs (simpleRichText
enclosed in a p element) quotations (simpleRichText with author information, often
formatted as being set apart from paragraphs of text), poems, and simple
tables.</xsd:documentation></xsd:annotation><xsd:choice maxOccurs="unbounded"><xsd:element name="p" type="simpleRichTextType"/><xsd:element name="quotation" type="simpleRichTextWithAuthorType"/><xsd:element name="poem" type="poemType"/><xsd:element name="table" type="tableType"/></xsd:choice></xsd:complexType>