<xsd:complexType name="simpleRichTextWithAuthorType" mixed="true">
<xsd:complexContent>
<xsd:extension base="simpleRichTextType">
<xsd:attribute name="author" type="nonnullTokenType" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |