<?xml version="1.0" encoding="utf-8" ?> 
<xs:schema id="$XmlConvert_itemname$" 
                  targetNamespace="http://tempuri.org/$itemname$.xsd"
                  elementFormDefault="qualified"
                  attributeFormDefault="qualified"
                  xmlns="http://tempuri.org/$itemname$.xsd"
                  xmlns:mstns="http://tempuri.org/$itemname$.xsd"
                  xmlns:xs="http://www.w3.org/2001/XMLSchema"
                  xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="$XmlConvert_itemname$" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
            <xs:choice maxOccurs="unbounded"></xs:choice>
        </xs:complexType>
    </xs:element>
</xs:schema>
