<?xml version="1.0" standalone="yes"?>
<xs:schema id="DSCatLinsj" targetNamespace="http://www.tempuri.org/DSCatLinsj.xsd" xmlns:mstns="http://www.tempuri.org/DSCatLinsj.xsd" xmlns="http://www.tempuri.org/DSCatLinsj.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="DSCatLinsj" msdata:IsDataSet="true">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="Categories">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="CategoryID" type="xs:int" />
              <xs:element name="CategoryName" type="xs:string" minOccurs="0" />
              <xs:element name="CatImage" type="xs:string" minOccurs="0" />
              <xs:element name="Description" type="xs:string" minOccurs="0" />
              <xs:element name="Thumbnail" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Categories" />
      <xs:field xpath="mstns:CategoryID" />
    </xs:unique>
  </xs:element>
</xs:schema>