The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    targetNamespace="http://www.example.org/ElementNamespaces/"
    xmlns:test="http://www.example.org/ElementNamespaces/"
    elementFormDefault="qualified">
      <xsd:complexType name="complexTest">
          <xsd:sequence>
            <xsd:element name="test" type="xsd:string"/>
          </xsd:sequence>
        </xsd:complexType>
</xsd:schema>