<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://www.grid2004.org/ns/attribnames"
            xmlns="http://www.grid2004.org/ns/attribnames"
            attributeFormDefault="unqualified">
<!--
            elementFormDefault="qualified">
-->

    <xsd:element name="root">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element ref="element"/>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>

    <xsd:element name="element">
        <xsd:complexType>
            <xsd:attribute ref="attribute"/>
        </xsd:complexType>
    </xsd:element>

    <xsd:attribute name="attribute" type="xsd:string"/>

</xsd:schema>