﻿<P_OKRESY_PROMOCYJNE>
  <xs:schema id="P_OKRESY_PROMOCYJNE" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="P_OKRESY_PROMOCYJNE" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
      <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element name="Table">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="xs:int" />
                <xs:element name="Nazwa" type="xs:string" minOccurs="0" />
                <xs:element name="data_rozpoczecia" type="xs:dateTime" minOccurs="0" />
                <xs:element name="zamknieto" type="xs:boolean" minOccurs="0" />
                <xs:element name="modifyDate" type="xs:dateTime" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
      <xs:unique name="Constraint1" msdata:PrimaryKey="true">
        <xs:selector xpath=".//Table" />
        <xs:field xpath="ID" />
      </xs:unique>
    </xs:element>
  </xs:schema>
  <Table>
    <ID>1</ID>
    <Nazwa>2009/2010</Nazwa>
    <data_rozpoczecia>2009-09-01T00:00:00+02:00</data_rozpoczecia>
    <zamknieto>true</zamknieto>
    <modifyDate>2011-01-07T18:57:34.123+01:00</modifyDate>
  </Table>
  <Table>
    <ID>2</ID>
    <Nazwa>2010/2011</Nazwa>
    <data_rozpoczecia>2010-09-01T00:00:00+02:00</data_rozpoczecia>
    <zamknieto>true</zamknieto>
    <modifyDate>2012-05-07T19:14:13.25+02:00</modifyDate>
  </Table>
  <Table>
    <ID>3</ID>
    <Nazwa>2011/2012</Nazwa>
    <data_rozpoczecia>2011-09-01T00:00:00+02:00</data_rozpoczecia>
    <zamknieto>true</zamknieto>
    <modifyDate>2013-05-04T19:29:27.703+02:00</modifyDate>
  </Table>
  <Table>
    <ID>4</ID>
    <Nazwa>2012/2013</Nazwa>
    <data_rozpoczecia>2012-09-03T00:00:00+02:00</data_rozpoczecia>
    <zamknieto>false</zamknieto>
    <modifyDate>2013-05-04T19:28:51.927+02:00</modifyDate>
  </Table>
</P_OKRESY_PROMOCYJNE>