<?xml version="1.0" encoding="utf-8"?>
<DataSet>
  <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
      <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element name="product">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Product_ID" type="xs:int" minOccurs="0" />
                <xs:element name="Product_Name" type="xs:string" minOccurs="0" />
                <xs:element name="product_Price" type="xs:int" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:schema>
  <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
    <NewDataSet>
      <product diffgr:id="product1" msdata:rowOrder="0" diffgr:hasChanges="inserted">
        <Product_ID>1</Product_ID>
        <Product_Name>product1</Product_Name>
        <product_Price>9999</product_Price>
      </product>
      <product diffgr:id="product2" msdata:rowOrder="1" diffgr:hasChanges="inserted">
        <Product_ID>2</Product_ID>
        <Product_Name>product2</Product_Name>
        <product_Price>2222</product_Price>
      </product>
      <product diffgr:id="product3" msdata:rowOrder="2" diffgr:hasChanges="inserted">
        <Product_ID>3</Product_ID>
        <Product_Name>product3</Product_Name>
        <product_Price>3333</product_Price>
      </product>
      <product diffgr:id="product4" msdata:rowOrder="3" diffgr:hasChanges="inserted">
        <Product_ID>4</Product_ID>
        <Product_Name>product4</Product_Name>
        <product_Price>4444</product_Price>
      </product>
    </NewDataSet>
  </diffgr:diffgram>
</DataSet>
