<xs:schema targetNamespace="http://www.example.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:complexType name="in">
        <xs:attribute name="att" type="xs:string"/>
    </xs:complexType>
</xs:schema>
