<!-- Illustrates local declaration of `paragraph' -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.grid2004.org/ns/report2"
xmlns="http://www.grid2004.org/ns/report2">
<xsd:element name="report">
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:element name="paragraph" type="xsd:string"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>