<xsd:complexType name="simpleRichTextWithInfoType" mixed="true">
<xsd:complexContent>
<xsd:extension base="simpleRichTextType">
<!-- getInfoAt: used to point to an infocard containing data
on the origin of the rich-text content captured by this type -->
<xsd:attribute name="getInfoAt" type="infoRIType" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |