<?xml version="1.0" encoding="utf-8"?>
<DataSet xmlns="http://www.sirajgadhia.com/WebServices/Quotes">
  <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="Quotes">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Id" type="xs:int" minOccurs="0" />
                <xs:element name="Date" type="xs:dateTime" minOccurs="0" />
                <xs:element name="Quote" type="xs:string" minOccurs="0" />
                <xs:element name="Author" type="xs:string" 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 xmlns="">
      <Quotes diffgr:id="Quotes1" msdata:rowOrder="0">
        <Id>78</Id>
        <Date>2004-07-08T13:34:12-04:00</Date>
        <Quote>Choose to be easygoing, benign, forgiving, compassionate and unconditionally loving towards all life in all its expressions without exception, including oneself. Focus on unselfish service and the giving of love, consideration, and respect to all creatures. Avoid negativity and the desire for worldliness and its greed for pleasure and possessions.</Quote>
        <Author>David Hawkins</Author>
      </Quotes>
    </NewDataSet>
  </diffgr:diffgram>
</DataSet>