<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="context">
    <xs:complexType>
        <xs:attribute name="name" type="xs:string"/>
    </xs:complexType>
</xs:element>


</xs:schema>