<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://www.grid2004.org/ns/report1"
            xmlns="http://www.grid2004.org/ns/report1">

    <xsd:element name="report">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element ref="paragraph"
                             minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>

    <xsd:element name="paragraph" type="xsd:string"/>

</xsd:schema>