Mini Kabibi Habibi
<?xml version="1.0" standalone="yes"?>
<xs:schema id="DS1" targetNamespace="http://www.tempuri.org/DS1.xsd" xmlns:mstns="http://www.tempuri.org/DS1.xsd" xmlns="http://www.tempuri.org/DS1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="DS1" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="GSP">
<xs:complexType>
<xs:sequence>
<xs:element name="GSP" type="xs:double" minOccurs="0" />
<xs:element name="ID" msdata:AutoIncrement="true" type="xs:int" />
<xs:element name="Region" type="xs:string" minOccurs="0" />
<xs:element name="Year" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:GSP" />
<xs:field xpath="mstns:ID" />
</xs:unique>
</xs:element>
</xs:schema>