<?xml version="1.0" standalone="yes"?>
<xs:schema id="MyDSAllProducts" targetNamespace="http://www.tempuri.org/MyDSAllProducts.xsd" xmlns:mstns="http://www.tempuri.org/MyDSAllProducts.xsd" xmlns="http://www.tempuri.org/MyDSAllProducts.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="MyDSAllProducts" msdata:IsDataSet="true">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="Products">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="ProductID" type="xs:int" />
              <xs:element name="SubSubCategoryID" type="xs:int" />
              <xs:element name="ModelName" type="xs:string" minOccurs="0" />
              <xs:element name="ProductImage" type="xs:string" minOccurs="0" />
              <xs:element name="UnitCost" type="xs:decimal" />
              <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:Products" />
      <xs:field xpath="mstns:ProductID" />
    </xs:unique>
  </xs:element>
</xs:schema>