Index: /Baza Reklam 2 - Faktury/ZamowieniaForm.cs
===================================================================
--- /Baza Reklam 2 - Faktury/ZamowieniaForm.cs (revision 119)
+++ /Baza Reklam 2 - Faktury/ZamowieniaForm.cs (revision 121)
@@ -449,4 +449,10 @@
                     fakturaDetailsRow.UPUST_PR = reklama.RABAT;
                     decimal netto = (1 - Convert.ToDecimal(reklama.RABAT)) * fakturaDetailsRow.CENA_JEDN;
+
+                    if (reklama.wyroznienie)
+                    {
+                        netto = Math.Round(Convert.ToDecimal(1 + reklama.wyroznienie_procent) * netto,2);
+                    }
+                    
                     fakturaDetailsRow.NETTO = Math.Round(netto,2);
                     fakturaDetailsRow.S_VAT = reklama.VAT;
@@ -568,4 +574,8 @@
                         {
                             emisja.netto = Convert.ToDecimal(reklama.CENA_JEDN * (1 - reklama.RABAT));
+                            if (reklama.wyroznienie)
+                            {
+                                emisja.netto = Math.Round(Convert.ToDecimal(1 + reklama.wyroznienie_procent) * emisja.netto,2);
+                            }
                         }
                         else
@@ -1279,5 +1289,5 @@
 
                 row.SetidFakturyNull();
-                row.SetnettoNull();
+                row.netto = 0;
                 row.zafakturowana = false;
                 row.EndEdit();
Index: /Baza Reklam 2 - Faktury/REKLAMADataSet.xsd
===================================================================
--- /Baza Reklam 2 - Faktury/REKLAMADataSet.xsd (revision 120)
+++ /Baza Reklam 2 - Faktury/REKLAMADataSet.xsd (revision 121)
@@ -4533,4 +4533,786 @@
           <xs:complexType>
             <xs:sequence>
+              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
+              <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="5" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="10" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="10" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1" minOccurs="0" />
+              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1" minOccurs="0" />
+              <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="15" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="25" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0" minOccurs="0" />
+              <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1" minOccurs="0" />
+              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="5" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="25" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22" minOccurs="0" />
+              <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1000" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="8" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false" />
+              <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default="" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="4" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1" minOccurs="0" />
+              <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="15" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" />
+              <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" />
+              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" />
+              <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />
+              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
+              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
+              <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" />
+              <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" />
+              <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="20" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnVarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" />
+              <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" />
+              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="25" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="60" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="25" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" />
+              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="3" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="10" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" />
+              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
+              <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" />
+              <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" />
+              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" />
+              <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" />
+              <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
+              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="20" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" />
+              <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1024" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="200" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="20" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="10" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="100" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
+              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="8" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnVarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1073741823" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="20" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnVarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1073741823" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="1073741823" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" />
+              <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" />
+              <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnVarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="4" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="15" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" />
+              <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="FAKTURA_DETAILS" msprop:Generator_UserTableName="FAKTURA_DETAILS" msprop:Generator_RowDeletedName="FAKTURA_DETAILSRowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILSRowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILSRow" msprop:Generator_RowChangingName="FAKTURA_DETAILSRowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILSRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILSRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILSDataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS" msprop:Generator_RowDeletingName="FAKTURA_DETAILSRowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" />
+              <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnVarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="100" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="30" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="5" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnVarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnVarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnVarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnVarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI">
+          <xs:complexType>
+            <xs:sequence>
+              <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" />
+              <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" />
+              <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" />
+              <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" />
+              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />
+              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="20" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie">
+          <xs:complexType>
+            <xs:sequence>
               <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
               <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
@@ -4538,9 +5320,9 @@
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT" minOccurs="0">
+                    <xs:maxLength value="25" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -4549,5 +5331,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA" minOccurs="0">
+              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -4556,5 +5338,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test" minOccurs="0">
+              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -4571,6 +5353,6 @@
               </xs:element>
               <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1" minOccurs="0" />
-              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1" minOccurs="0" />
+              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />
               <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">
                 <xs:simpleType>
@@ -4589,7 +5371,7 @@
               <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" />
               <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0" minOccurs="0" />
-              <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1" minOccurs="0" />
-              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W" minOccurs="0">
+              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" />
+              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -4598,9 +5380,9 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false" minOccurs="0" />
-              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false" minOccurs="0" />
-              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
               <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
               <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0">
@@ -4618,11 +5400,11 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22" minOccurs="0" />
-              <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" />
               <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
                 <xs:simpleType>
@@ -4639,10 +5421,10 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" />
               <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
               <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" />
               <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
               <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" />
               <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0">
                 <xs:simpleType>
@@ -4687,5 +5469,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" />
               <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0">
                 <xs:simpleType>
@@ -4695,9 +5477,9 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false" />
+              <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" />
               <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" />
               <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />
               <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default="" minOccurs="0">
+              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -4708,5 +5490,5 @@
               <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />
               <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1" minOccurs="0" />
+              <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" minOccurs="0" />
               <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">
                 <xs:simpleType>
@@ -4716,810 +5498,28 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" />
-              <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" />
-              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" />
-              <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />
-              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
-              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
-              <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" />
-              <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" />
-              <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="20" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_ColumnVarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" />
-              <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" />
-              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="25" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="60" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="25" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" />
-              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="3" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="10" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" />
-              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
-              <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" />
-              <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" />
-              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" />
-              <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" />
-              <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
-              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="20" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" />
-              <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1024" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="20" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="10" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="100" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
-              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="8" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_ColumnVarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1073741823" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="20" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_ColumnVarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1073741823" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1073741823" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" />
-              <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" />
-              <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_ColumnVarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="4" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="15" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" />
-              <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="FAKTURA_DETAILS" msprop:Generator_UserTableName="FAKTURA_DETAILS" msprop:Generator_RowDeletedName="FAKTURA_DETAILSRowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILSRowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILSRow" msprop:Generator_RowChangingName="FAKTURA_DETAILSRowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILSRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILSRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILSDataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS" msprop:Generator_RowDeletingName="FAKTURA_DETAILSRowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" />
-              <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_ColumnVarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="100" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="30" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="5" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_ColumnVarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_ColumnVarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_ColumnVarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" minOccurs="0" />
-              <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_ColumnVarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" />
-              <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" />
-              <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" />
-              <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" />
-              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />
-              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="20" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
-              <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="25" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="5" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="10" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="10" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="15" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="25" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" />
-              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="5" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="25" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1000" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="1" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="8" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="200" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" />
-              <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="4" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="15" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5528,6 +5528,6 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
-              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
+              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
+              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5536,5 +5536,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
+              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5543,21 +5543,21 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />
-              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
+              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />
+              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5566,20 +5566,20 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_ColumnPropNameInRow="strona" msprop:Generator_ColumnVarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />
+              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_ColumnVarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInRow="strona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />
             </xs:sequence>
           </xs:complexType>
@@ -5588,15 +5588,15 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" />
-              <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />
-              <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
-              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">
+              <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" />
+              <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />
+              <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
+              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5605,5 +5605,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
+              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5618,10 +5618,10 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">
+              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5630,5 +5630,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
+              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5637,37 +5637,37 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
-              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
+              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5676,47 +5676,47 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
-              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />
-              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />
-              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" />
-              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" />
-              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" />
-              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" />
-              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" />
-              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" />
-              <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" />
-              <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" />
-              <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" />
-              <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" />
-              <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" />
-              <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" />
-              <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" />
-              <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" />
-              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" />
-              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" />
-              <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" />
-              <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" />
-              <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" />
-              <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" />
-              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" />
-              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" />
-              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" />
-              <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" />
-              <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" />
-              <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" />
-              <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" />
-              <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" />
-              <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" />
-              <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" />
-              <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" />
-              <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" />
-              <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" />
+              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
+              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />
+              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />
+              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" />
+              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" />
+              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" />
+              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" />
+              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" />
+              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" />
+              <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" />
+              <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" />
+              <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" />
+              <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" />
+              <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" />
+              <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" />
+              <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" />
+              <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" />
+              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" />
+              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" />
+              <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" />
+              <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" />
+              <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" />
+              <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" />
+              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" />
+              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" />
+              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" />
+              <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" />
+              <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" />
+              <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" />
+              <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" />
+              <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" />
+              <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" />
+              <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" />
+              <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" />
+              <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" />
+              <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5725,15 +5725,15 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5742,6 +5742,6 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
-              <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">
+              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
+              <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5750,5 +5750,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" />
+              <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5757,23 +5757,23 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />
-              <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
+              <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />
+              <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5782,5 +5782,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" />
+              <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -5789,26 +5789,26 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" />
-              <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" />
-              <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" />
-              <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" />
-              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" />
-              <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" />
-              <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0">
+              <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" />
+              <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" />
+              <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" />
+              <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" />
+              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" />
+              <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" />
+              <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5817,16 +5817,16 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" />
-              <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" />
-              <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" />
-              <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">
+              <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" />
+              <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" />
+              <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" />
+              <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5841,15 +5841,15 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" />
-              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0">
+              <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" />
+              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5864,20 +5864,20 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
-              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">
+              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
+              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5886,5 +5886,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
+              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5893,6 +5893,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">
+              <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5907,25 +5907,66 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
+              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />
+              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />
+              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />
+              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" />
+              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" />
+              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" />
+              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" />
+              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" />
+              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" />
+              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" />
+              <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" />
+              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" />
+              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" />
+              <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" />
+            </xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja">
+          <xs:complexType>
+            <xs:sequence>
               <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />
               <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />
+              <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
               <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />
-              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" />
-              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" />
-              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" />
-              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" />
-              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" />
-              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" />
-              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" />
-              <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" />
-              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" />
-              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" />
+              <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" />
               <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" />
               <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" />
@@ -5944,50 +5985,9 @@
           </xs:complexType>
         </xs:element>
-        <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />
-              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />
-              <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />
-              <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" />
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
         <xs:element name="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_UserTableName="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletedName="LISTA_REKLAM_NA_WYDANIERowDeleted" msprop:Generator_RowChangedName="LISTA_REKLAM_NA_WYDANIERowChanged" msprop:Generator_RowClassName="LISTA_REKLAM_NA_WYDANIERow" msprop:Generator_RowChangingName="LISTA_REKLAM_NA_WYDANIERowChanging" msprop:Generator_RowEvArgName="LISTA_REKLAM_NA_WYDANIERowChangeEvent" msprop:Generator_RowEvHandlerName="LISTA_REKLAM_NA_WYDANIERowChangeEventHandler" msprop:Generator_TableClassName="LISTA_REKLAM_NA_WYDANIEDataTable" msprop:Generator_TableVarName="tableLISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletingName="LISTA_REKLAM_NA_WYDANIERowDeleting" msprop:Generator_TablePropName="LISTA_REKLAM_NA_WYDANIE">
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
-              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
+              <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />
+              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -5996,5 +5996,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
+              <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6003,7 +6003,7 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
+              <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6012,12 +6012,12 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">
+              <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6026,6 +6026,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">
+              <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6034,16 +6034,16 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />
-              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
+              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />
+              <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6052,17 +6052,17 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />
-              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" />
-              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">
+              <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />
+              <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" />
+              <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6071,9 +6071,9 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
-              <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" />
-              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />
-              <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0">
+              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
+              <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" />
+              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />
+              <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6082,5 +6082,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0">
+              <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6089,5 +6089,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">
+              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6096,5 +6096,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />
+              <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />
             </xs:sequence>
           </xs:complexType>
@@ -6103,8 +6103,8 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" />
-              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
-              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0">
+              <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" />
+              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
+              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6119,6 +6119,6 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" />
-              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">
+              <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" />
+              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6127,6 +6127,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />
-              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">
+              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />
+              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6135,5 +6135,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
+              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />
             </xs:sequence>
           </xs:complexType>
@@ -6142,21 +6142,21 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
-              <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />
-              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" />
+              <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />
+              <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />
+              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -6165,9 +6165,9 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />
-              <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />
-              <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />
-              <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />
-              <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />
+              <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />
+              <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />
+              <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />
+              <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />
+              <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />
             </xs:sequence>
           </xs:complexType>
@@ -6176,10 +6176,10 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
-              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
-              <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />
+              <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />
+              <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -6188,14 +6188,14 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
-              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />
-              <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" />
-              <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" />
-              <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />
-              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />
-              <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" />
-              <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" />
-              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">
+              <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
+              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />
+              <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" />
+              <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" />
+              <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />
+              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />
+              <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" />
+              <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" />
+              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6204,6 +6204,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0">
+              <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6212,5 +6212,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0">
+              <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6219,7 +6219,7 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_ColumnVarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" />
-              <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" />
-              <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" />
+              <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnVarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" />
+              <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" />
+              <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -6228,8 +6228,8 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
-              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />
-              <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_ColumnPropNameInRow="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
+              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />
+              <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInRow="DoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6238,22 +6238,22 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />
-              <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_ColumnVarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />
-              <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0">
+              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />
+              <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnVarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />
+              <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6262,10 +6262,10 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_ColumnPropNameInRow="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_ColumnPropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_ColumnPropNameInRow="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_ColumnPropNameInRow="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_ColumnPropNameInRow="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">
+              <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInRow="iloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInRow="data_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInRow="data_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInRow="nettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6274,5 +6274,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
+              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6287,10 +6287,10 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ROK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="NR_FK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">
+              <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ROK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="NR_FK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6299,5 +6299,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
+              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6306,43 +6306,43 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
-              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="sumaNettoZEmisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />
-              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
+              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
+              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="sumaNettoZEmisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />
+              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6357,9 +6357,9 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" />
-              <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
-              <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">
+              <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" />
+              <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />
+              <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6368,5 +6368,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">
+              <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6375,7 +6375,7 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
+              <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6390,6 +6390,6 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_ColumnPropNameInRow="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+              <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInRow="idProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6398,5 +6398,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
+              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6405,7 +6405,7 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="rok" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0">
+              <xs:element name="rok" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6414,6 +6414,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0">
+              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6422,7 +6422,7 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" />
-              <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_ColumnPropNameInRow="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" />
+              <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInRow="kwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
@@ -6431,8 +6431,8 @@
           <xs:complexType>
             <xs:sequence>
-              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
-              <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_ColumnPropNameInRow="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
+              <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />
+              <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInRow="Id_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6441,6 +6441,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">
+              <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6449,24 +6449,24 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="vat" msprop:Generator_UserColumnName="vat" msprop:Generator_ColumnPropNameInRow="vat" msprop:Generator_ColumnVarNameInTable="columnvat" msprop:Generator_ColumnPropNameInTable="vatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0">
+              <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="vat" msprop:Generator_UserColumnName="vat" msprop:Generator_ColumnVarNameInTable="columnvat" msprop:Generator_ColumnPropNameInRow="vat" msprop:Generator_ColumnPropNameInTable="vatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6475,6 +6475,6 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_ColumnPropNameInRow="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0">
+              <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInRow="NUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6483,11 +6483,11 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_ColumnPropNameInRow="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_ColumnPropNameInRow="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_ColumnPropNameInRow="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_ColumnPropNameInRow="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_ColumnPropNameInRow="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" />
-              <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0">
+              <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInRow="netto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInRow="brutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInRow="vat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInRow="suma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInRow="data_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" />
+              <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6496,23 +6496,23 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_ColumnPropNameInRow="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_ColumnPropNameInRow="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_ColumnPropNameInRow="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" />
-              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
-                <xs:simpleType>
-                  <xs:restriction base="xs:string">
-                    <xs:maxLength value="50" />
-                  </xs:restriction>
-                </xs:simpleType>
-              </xs:element>
-              <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_ColumnPropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
+              <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInRow="roznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInRow="roznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInRow="roznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" />
+              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">
+                <xs:simpleType>
+                  <xs:restriction base="xs:string">
+                    <xs:maxLength value="50" />
+                  </xs:restriction>
+                </xs:simpleType>
+              </xs:element>
+              <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6521,10 +6521,10 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_ColumnPropNameInRow="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />
-              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
-              <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
-              <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0">
+              <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInRow="liczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />
+              <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />
+              <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0">
                 <xs:simpleType>
                   <xs:restriction base="xs:string">
@@ -6533,5 +6533,5 @@
                 </xs:simpleType>
               </xs:element>
-              <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_ColumnVarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" />
+              <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnVarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" />
             </xs:sequence>
           </xs:complexType>
Index: /Baza Reklam 2 - Faktury/REKLAMADataSet.xss
===================================================================
--- /Baza Reklam 2 - Faktury/REKLAMADataSet.xss (revision 120)
+++ /Baza Reklam 2 - Faktury/REKLAMADataSet.xss (revision 121)
@@ -5,5 +5,5 @@
      the code is regenerated.
 </autogenerated>-->
-<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-209" ViewPortY="35" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
+<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-209" ViewPortY="-123" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
   <Shapes>
     <Shape ID="DesignTable:REKLAMA" ZOrder="12" X="-162" Y="35" Height="403" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" />
Index: /Baza Reklam 2 - Faktury/REKLAMADataSet.Designer.cs
===================================================================
--- /Baza Reklam 2 - Faktury/REKLAMADataSet.Designer.cs (revision 120)
+++ /Baza Reklam 2 - Faktury/REKLAMADataSet.Designer.cs (revision 121)
@@ -2985,4 +2985,5 @@
                 this.columnzafakturowana.AllowDBNull = false;
                 this.columnzafakturowana.DefaultValue = ((bool)(false));
+                this.columnnetto.DefaultValue = ((decimal)(0m));
             }
             
Index: /Baza Reklam 2 - Faktury/Raporty/zamowienie.rdlc
===================================================================
--- /Baza Reklam 2 - Faktury/Raporty/zamowienie.rdlc (revision 65)
+++ /Baza Reklam 2 - Faktury/Raporty/zamowienie.rdlc (revision 121)
Index: /Baza Reklam 2 - Faktury/Raporty/zamowienie2.rdlc
===================================================================
--- /Baza Reklam 2 - Faktury/Raporty/zamowienie2.rdlc (revision 117)
+++ /Baza Reklam 2 - Faktury/Raporty/zamowienie2.rdlc (revision 121)
@@ -1398,5 +1398,5 @@
             <DataSetName>zamowienie2</DataSetName>
             <Top>0.825cm</Top>
-            <Width>12.075cm</Width>
+            <Width>14.91835cm</Width>
             <Details>
               <TableRows>
@@ -1424,5 +1424,5 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>3</ZIndex>
+                          <ZIndex>4</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value>=RowNumber("zamowienie2")</Value>
@@ -1451,5 +1451,5 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>2</ZIndex>
+                          <ZIndex>3</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value>=Fields!TYTUÅ.Value</Value>
@@ -1478,7 +1478,35 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
+                          <ZIndex>2</ZIndex>
+                          <CanGrow>true</CanGrow>
+                          <Value>=Fields!ID_REKLAMY.Value &amp; iif(Fields!wyroznienie.Value = true,chr(13) &amp; CHR(10) &amp; " + wyrÃ³ÅŒnienie","")</Value>
+                        </Textbox>
+                      </ReportItems>
+                    </TableCell>
+                    <TableCell>
+                      <ReportItems>
+                        <Textbox Name="textbox57">
+                          <rd:DefaultName>textbox57</rd:DefaultName>
+                          <Style>
+                            <BorderColor>
+                              <Default>DimGray</Default>
+                            </BorderColor>
+                            <BorderStyle>
+                              <Default>Solid</Default>
+                            </BorderStyle>
+                            <BorderWidth>
+                              <Default>0.5pt</Default>
+                            </BorderWidth>
+                            <FontSize>8pt</FontSize>
+                            <TextAlign>Left</TextAlign>
+                            <VerticalAlign>Middle</VerticalAlign>
+                            <PaddingLeft>5pt</PaddingLeft>
+                            <PaddingRight>5pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
                           <ZIndex>1</ZIndex>
                           <CanGrow>true</CanGrow>
-                          <Value>=Fields!ID_REKLAMY.Value &amp; iif(Fields!wyroznienie.Value = true,chr(13) &amp; CHR(10) &amp; " + wyrÃ³ÅŒnienie","")</Value>
+                          <Value>=Fields!emisje.Value</Value>
                         </Textbox>
                       </ReportItems>
@@ -1548,5 +1576,5 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>7</ZIndex>
+                          <ZIndex>9</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value />
@@ -1577,5 +1605,5 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>6</ZIndex>
+                          <ZIndex>8</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_tytul.Value, "tlumaczenia")</Value>
@@ -1606,7 +1634,37 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>5</ZIndex>
+                          <ZIndex>7</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value>=First(Fields!reklama.Value, "tlumaczenia")</Value>
+                        </Textbox>
+                      </ReportItems>
+                    </TableCell>
+                    <TableCell>
+                      <ReportItems>
+                        <Textbox Name="textbox56">
+                          <rd:DefaultName>textbox56</rd:DefaultName>
+                          <Style>
+                            <BackgroundColor>White</BackgroundColor>
+                            <BorderColor>
+                              <Default>DimGray</Default>
+                            </BorderColor>
+                            <BorderStyle>
+                              <Default>Solid</Default>
+                            </BorderStyle>
+                            <BorderWidth>
+                              <Default>0.5pt</Default>
+                            </BorderWidth>
+                            <FontSize>8pt</FontSize>
+                            <FontWeight>700</FontWeight>
+                            <TextAlign>Center</TextAlign>
+                            <VerticalAlign>Middle</VerticalAlign>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                          <ZIndex>6</ZIndex>
+                          <CanGrow>true</CanGrow>
+                          <Value>=First(Fields!Reklama_Druk_Zamowienia_Newemisja_w_wydaniu.Value, "tlumaczenia")</Value>
                         </Textbox>
                       </ReportItems>
@@ -1636,5 +1694,5 @@
                             <PaddingBottom>2pt</PaddingBottom>
                           </Style>
-                          <ZIndex>4</ZIndex>
+                          <ZIndex>5</ZIndex>
                           <CanGrow>true</CanGrow>
                           <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_lokalizacja.Value, "tlumaczenia")</Value>
@@ -1658,8 +1716,11 @@
               </TableColumn>
               <TableColumn>
-                <Width>8.40665cm</Width>
+                <Width>4.35cm</Width>
+              </TableColumn>
+              <TableColumn>
+                <Width>6.9cm</Width>
               </TableColumn>
             </TableColumns>
-            <Left>0.375cm</Left>
+            <Left>0.3cm</Left>
           </Table>
           <Textbox Name="textbox31">
@@ -1687,5 +1748,5 @@
         <DataSetName>zamowienie2</DataSetName>
         <Top>11.1cm</Top>
-        <Width>18.15cm</Width>
+        <Width>16.95cm</Width>
         <Details>
           <TableRows>
@@ -1778,6 +1839,6 @@
                 <TableCell>
                   <ReportItems>
-                    <Textbox Name="textbox19">
-                      <rd:DefaultName>textbox19</rd:DefaultName>
+                    <Textbox Name="textbox10">
+                      <rd:DefaultName>textbox10</rd:DefaultName>
                       <Style>
                         <BorderColor>
@@ -1800,12 +1861,12 @@
                       <ZIndex>9</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=Fields!emisje.Value</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox10">
-                      <rd:DefaultName>textbox10</rd:DefaultName>
+                      <Value>=Fields!KROTNOÅÄ.Value</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox24">
+                      <rd:DefaultName>textbox24</rd:DefaultName>
                       <Style>
                         <BorderColor>
@@ -1828,12 +1889,12 @@
                       <ZIndex>8</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=Fields!KROTNOÅÄ.Value</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox24">
-                      <rd:DefaultName>textbox24</rd:DefaultName>
+                      <Value>=Fields!MOD_TYP.Value</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox21">
+                      <rd:DefaultName>textbox21</rd:DefaultName>
                       <Style>
                         <BorderColor>
@@ -1856,12 +1917,12 @@
                       <ZIndex>7</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=Fields!MOD_TYP.Value</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox21">
-                      <rd:DefaultName>textbox21</rd:DefaultName>
+                      <Value>=Fields!SZER.Value</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox18">
+                      <rd:DefaultName>textbox18</rd:DefaultName>
                       <Style>
                         <BorderColor>
@@ -1884,12 +1945,12 @@
                       <ZIndex>6</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=Fields!SZER.Value</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox18">
-                      <rd:DefaultName>textbox18</rd:DefaultName>
+                      <Value>=Fields!WYS.Value</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox19">
+                      <rd:DefaultName>textbox19</rd:DefaultName>
                       <Style>
                         <BorderColor>
@@ -1903,4 +1964,5 @@
                         </BorderWidth>
                         <FontSize>8pt</FontSize>
+                        <Format>P</Format>
                         <TextAlign>Center</TextAlign>
                         <VerticalAlign>Middle</VerticalAlign>
@@ -1909,8 +1971,9 @@
                         <PaddingTop>2pt</PaddingTop>
                         <PaddingBottom>2pt</PaddingBottom>
+                        <Language>pl</Language>
                       </Style>
                       <ZIndex>5</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=Fields!WYS.Value</Value>
+                      <Value>=Fields!RABAT.Value</Value>
                     </Textbox>
                   </ReportItems>
@@ -2162,6 +2225,6 @@
                 <TableCell>
                   <ReportItems>
-                    <Textbox Name="textbox16">
-                      <rd:DefaultName>textbox16</rd:DefaultName>
+                    <Textbox Name="textbox7">
+                      <rd:DefaultName>textbox7</rd:DefaultName>
                       <Style>
                         <BackgroundColor>White</BackgroundColor>
@@ -2186,12 +2249,12 @@
                       <ZIndex>35</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newemisja_w_wydaniu.Value, "tlumaczenia")</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox7">
-                      <rd:DefaultName>textbox7</rd:DefaultName>
+                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_ilosc_emisji.Value, "tlumaczenia")</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox23">
+                      <rd:DefaultName>textbox23</rd:DefaultName>
                       <Style>
                         <BackgroundColor>White</BackgroundColor>
@@ -2216,12 +2279,12 @@
                       <ZIndex>34</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_ilosc_emisji.Value, "tlumaczenia")</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox23">
-                      <rd:DefaultName>textbox23</rd:DefaultName>
+                      <Value>=First(Fields!typ_modulu.Value, "tlumaczenia")</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox20">
+                      <rd:DefaultName>textbox20</rd:DefaultName>
                       <Style>
                         <BackgroundColor>White</BackgroundColor>
@@ -2246,12 +2309,12 @@
                       <ZIndex>33</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=First(Fields!typ_modulu.Value, "tlumaczenia")</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox20">
-                      <rd:DefaultName>textbox20</rd:DefaultName>
+                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_szerokoÅÄ.Value, "tlumaczenia")</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox17">
+                      <rd:DefaultName>textbox17</rd:DefaultName>
                       <Style>
                         <BackgroundColor>White</BackgroundColor>
@@ -2276,12 +2339,12 @@
                       <ZIndex>32</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_szerokoÅÄ.Value, "tlumaczenia")</Value>
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox17">
-                      <rd:DefaultName>textbox17</rd:DefaultName>
+                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_wysokosc.Value, "tlumaczenia")</Value>
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox16">
+                      <rd:DefaultName>textbox16</rd:DefaultName>
                       <Style>
                         <BackgroundColor>White</BackgroundColor>
@@ -2306,5 +2369,5 @@
                       <ZIndex>31</ZIndex>
                       <CanGrow>true</CanGrow>
-                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_wysokosc.Value, "tlumaczenia")</Value>
+                      <Value>=First(Fields!Reklama_Druk_Zamowienia_Newlabel_rabat.Value, "tlumaczenia")</Value>
                     </Textbox>
                   </ReportItems>
@@ -2476,7 +2539,4 @@
           </TableColumn>
           <TableColumn>
-            <Width>2.4cm</Width>
-          </TableColumn>
-          <TableColumn>
             <Width>0.6cm</Width>
           </TableColumn>
@@ -2489,4 +2549,7 @@
           <TableColumn>
             <Width>0.6cm</Width>
+          </TableColumn>
+          <TableColumn>
+            <Width>1.2cm</Width>
           </TableColumn>
           <TableColumn>
@@ -2561,70 +2624,70 @@
                 <TableCell>
                   <ReportItems>
+                    <Textbox Name="textbox40">
+                      <rd:DefaultName>textbox40</rd:DefaultName>
+                      <Style>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                      <ZIndex>22</ZIndex>
+                      <CanGrow>true</CanGrow>
+                      <Value />
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox41">
+                      <rd:DefaultName>textbox41</rd:DefaultName>
+                      <Style>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                      <ZIndex>21</ZIndex>
+                      <CanGrow>true</CanGrow>
+                      <Value />
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox42">
+                      <rd:DefaultName>textbox42</rd:DefaultName>
+                      <Style>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                      <ZIndex>20</ZIndex>
+                      <CanGrow>true</CanGrow>
+                      <Value />
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
+                    <Textbox Name="textbox43">
+                      <rd:DefaultName>textbox43</rd:DefaultName>
+                      <Style>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                      <ZIndex>19</ZIndex>
+                      <CanGrow>true</CanGrow>
+                      <Value />
+                    </Textbox>
+                  </ReportItems>
+                </TableCell>
+                <TableCell>
+                  <ReportItems>
                     <Textbox Name="textbox39">
                       <rd:DefaultName>textbox39</rd:DefaultName>
-                      <Style>
-                        <PaddingLeft>2pt</PaddingLeft>
-                        <PaddingRight>2pt</PaddingRight>
-                        <PaddingTop>2pt</PaddingTop>
-                        <PaddingBottom>2pt</PaddingBottom>
-                      </Style>
-                      <ZIndex>22</ZIndex>
-                      <CanGrow>true</CanGrow>
-                      <Value />
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox40">
-                      <rd:DefaultName>textbox40</rd:DefaultName>
-                      <Style>
-                        <PaddingLeft>2pt</PaddingLeft>
-                        <PaddingRight>2pt</PaddingRight>
-                        <PaddingTop>2pt</PaddingTop>
-                        <PaddingBottom>2pt</PaddingBottom>
-                      </Style>
-                      <ZIndex>21</ZIndex>
-                      <CanGrow>true</CanGrow>
-                      <Value />
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox41">
-                      <rd:DefaultName>textbox41</rd:DefaultName>
-                      <Style>
-                        <PaddingLeft>2pt</PaddingLeft>
-                        <PaddingRight>2pt</PaddingRight>
-                        <PaddingTop>2pt</PaddingTop>
-                        <PaddingBottom>2pt</PaddingBottom>
-                      </Style>
-                      <ZIndex>20</ZIndex>
-                      <CanGrow>true</CanGrow>
-                      <Value />
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox42">
-                      <rd:DefaultName>textbox42</rd:DefaultName>
-                      <Style>
-                        <PaddingLeft>2pt</PaddingLeft>
-                        <PaddingRight>2pt</PaddingRight>
-                        <PaddingTop>2pt</PaddingTop>
-                        <PaddingBottom>2pt</PaddingBottom>
-                      </Style>
-                      <ZIndex>19</ZIndex>
-                      <CanGrow>true</CanGrow>
-                      <Value />
-                    </Textbox>
-                  </ReportItems>
-                </TableCell>
-                <TableCell>
-                  <ReportItems>
-                    <Textbox Name="textbox43">
-                      <rd:DefaultName>textbox43</rd:DefaultName>
                       <Style>
                         <PaddingLeft>2pt</PaddingLeft>
Index: /Baza Reklam 2 - Faktury/Properties/AssemblyInfo.cs
===================================================================
--- /Baza Reklam 2 - Faktury/Properties/AssemblyInfo.cs (revision 118)
+++ /Baza Reklam 2 - Faktury/Properties/AssemblyInfo.cs (revision 121)
@@ -31,3 +31,3 @@
 //
 [assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.62")]
+[assembly: AssemblyFileVersion("1.0.0.63")]
