<schema elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://purl.org/rss/1.0/modules/content/">
<element name="encoded" type="string"/>
</schema>
<schema elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://purl.org/dc/elements/1.1/">
<element name="date" type="date"/>
<element name="creator" type="string"/>
</schema>
<schema elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.w3.org/1999/xhtml">
<element name="body" mixed="true">
<complexType>
<sequence>
<any processContents="skip"/>
</sequence>
</complexType>
</element>
</schema>