Zbiór zmian 275 dla trunk

Pokaż
Ignoruj:
Data:
2009-02-02 13:17:23 (17 years ago)
Autor:
marek
Opis:

re #5 - poprawiono wystawianie faktury dla Poznania i Katowic, teraz uwzglednia wyroznienia

Lokalizacja:
trunk
Pliki:
5 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/FakturowaniePoznanKatowice.cs

    r270 r275  
    5555        private void listBox1_SelectedIndexChanged(object sender, EventArgs e) 
    5656        { 
    57             if (agencjaListBox.SelectedItem != null) 
    58             { 
    59                 fAKTURYTableAdapter.FillByKodAgenta(rEKLAMADataSet.FAKTURY, 
    60                                                     agencjaListBox.SelectedItem.ToString()); 
    61             } 
     57            if (agencjaListBox.SelectedItem == null) return; 
     58 
     59            Cursor = Cursors.WaitCursor; 
     60 
     61            fAKTURYTableAdapter.FillByKodAgenta(rEKLAMADataSet.FAKTURY, agencjaListBox.SelectedItem.ToString()); 
     62             
     63            Cursor = Cursors.Default; 
    6264        } 
    6365 
     
    126128                fAKTURYBindingSource.ResetBindings(false); 
    127129                fAKTURYBindingSource.Sort = "NUMER"; 
     130                fAKTURYTableAdapter.FillByKodAgenta(rEKLAMADataSet.FAKTURY, agencjaListBox.SelectedItem.ToString()); 
    128131                fAKTURYDataGridView.Refresh(); 
    129132            } 
     
    345348                fakturaDetailsRow.UPUST_NETTO = pozycjaFaktury.UPUST_NETTO; 
    346349                fakturaDetailsRow.UPUST_PR = pozycjaFaktury.UPUST_PR; 
    347                 decimal netto = (1 - Convert.ToDecimal(pozycjaFaktury.UPUST_PR)) * pozycjaFaktury.CENA_JEDN; 
    348                 fakturaDetailsRow.NETTO = netto; 
    349                 fakturaDetailsRow.S_VAT = 0.22; 
    350                 decimal VAT = Convert.ToDecimal(0.22); 
    351                 fakturaDetailsRow.VAT = Convert.ToDecimal(Math.Round(VAT * netto, 2)); 
    352                 fakturaDetailsRow.BRUTTO = Convert.ToDecimal(Math.Round((1 + VAT)*netto, 2)); 
     350                fakturaDetailsRow.NETTO = pozycjaFaktury.NETTO; 
     351                fakturaDetailsRow.S_VAT = VatHelper.PL22; 
     352                fakturaDetailsRow.VAT = (decimal)VatHelper.PL22 * pozycjaFaktury.NETTO; 
     353                fakturaDetailsRow.BRUTTO = pozycjaFaktury.NETTO * (decimal)(1 + VatHelper.PL22); 
    353354 
    354355                fakturaDetailsRow.TYP = 2; 
     
    503504 
    504505                    fAKTURYTableAdapter.FillByKodAgenta(rEKLAMADataSet.FAKTURY, kod); 
     506                    fAKTURYDataGridView.Refresh(); 
    505507 
    506508                    Cursor = Cursors.Default; 
  • trunk/BazaReklam/REKLAMADataSet.Designer.cs

    r270 r275  
    4063440634            this._commandCollection[5].CommandText = @"SELECT DISTINCT  
    4063540635                      F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.ZAPLACONO, F.suma_zaplat, F.KOREKTA, F.waluta_miano, F.EKSPORT,  
    40636                       FPK.NrTygodnia 
     40636                      FPK.NrTygodnia, F.ID_FAKTURY 
    4063740637FROM         FAKTURY AS F LEFT OUTER JOIN 
    4063840638                      FakturyPoznanKatowice AS FPK ON FPK.ID = F.ID_FAKTURY 
  • trunk/BazaReklam/REKLAMADataSet.xsd

    r270 r275  
    16431643                    <CommandText>SELECT DISTINCT  
    16441644                      F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.ZAPLACONO, F.suma_zaplat, F.KOREKTA, F.waluta_miano, F.EKSPORT,  
    1645                       FPK.NrTygodnia 
     1645                      FPK.NrTygodnia, F.ID_FAKTURY 
    16461646FROM         FAKTURY AS F LEFT OUTER JOIN 
    16471647                      FakturyPoznanKatowice AS FPK ON FPK.ID = F.ID_FAKTURY 
     
    45774577          <xs:complexType> 
    45784578            <xs:sequence> 
     4579              <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" /> 
     4580              <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" /> 
     4581              <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"> 
     4582                <xs:simpleType> 
     4583                  <xs:restriction base="xs:string"> 
     4584                    <xs:maxLength value="50" /> 
     4585                  </xs:restriction> 
     4586                </xs:simpleType> 
     4587              </xs:element> 
     4588              <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"> 
     4589                <xs:simpleType> 
     4590                  <xs:restriction base="xs:string"> 
     4591                    <xs:maxLength value="5" /> 
     4592                  </xs:restriction> 
     4593                </xs:simpleType> 
     4594              </xs:element> 
     4595              <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"> 
     4596                <xs:simpleType> 
     4597                  <xs:restriction base="xs:string"> 
     4598                    <xs:maxLength value="10" /> 
     4599                  </xs:restriction> 
     4600                </xs:simpleType> 
     4601              </xs:element> 
     4602              <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"> 
     4603                <xs:simpleType> 
     4604                  <xs:restriction base="xs:string"> 
     4605                    <xs:maxLength value="10" /> 
     4606                  </xs:restriction> 
     4607                </xs:simpleType> 
     4608              </xs:element> 
     4609              <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"> 
     4610                <xs:simpleType> 
     4611                  <xs:restriction base="xs:string"> 
     4612                    <xs:maxLength value="50" /> 
     4613                  </xs:restriction> 
     4614                </xs:simpleType> 
     4615              </xs:element> 
     4616              <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" /> 
     4617              <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" /> 
     4618              <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" /> 
     4619              <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"> 
     4620                <xs:simpleType> 
     4621                  <xs:restriction base="xs:string"> 
     4622                    <xs:maxLength value="15" /> 
     4623                  </xs:restriction> 
     4624                </xs:simpleType> 
     4625              </xs:element> 
     4626              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 
     4627                <xs:simpleType> 
     4628                  <xs:restriction base="xs:string"> 
     4629                    <xs:maxLength value="25" /> 
     4630                  </xs:restriction> 
     4631                </xs:simpleType> 
     4632              </xs:element> 
     4633              <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" /> 
     4634              <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" /> 
     4635              <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" /> 
     4636              <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" /> 
     4637              <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"> 
     4638                <xs:simpleType> 
     4639                  <xs:restriction base="xs:string"> 
     4640                    <xs:maxLength value="5" /> 
     4641                  </xs:restriction> 
     4642                </xs:simpleType> 
     4643              </xs:element> 
     4644              <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" /> 
     4645              <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" /> 
     4646              <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" /> 
     4647              <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" /> 
     4648              <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" /> 
     4649              <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" /> 
     4650              <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"> 
     4651                <xs:simpleType> 
     4652                  <xs:restriction base="xs:string"> 
     4653                    <xs:maxLength value="25" /> 
     4654                  </xs:restriction> 
     4655                </xs:simpleType> 
     4656              </xs:element> 
     4657              <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 
     4658                <xs:simpleType> 
     4659                  <xs:restriction base="xs:string"> 
     4660                    <xs:maxLength value="50" /> 
     4661                  </xs:restriction> 
     4662                </xs:simpleType> 
     4663              </xs:element> 
     4664              <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" /> 
     4665              <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" /> 
     4666              <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" /> 
     4667              <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" /> 
     4668              <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" /> 
     4669              <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" /> 
     4670              <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" /> 
     4671              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 
     4672                <xs:simpleType> 
     4673                  <xs:restriction base="xs:string"> 
     4674                    <xs:maxLength value="1000" /> 
     4675                  </xs:restriction> 
     4676                </xs:simpleType> 
     4677              </xs:element> 
     4678              <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 
     4679                <xs:simpleType> 
     4680                  <xs:restriction base="xs:string"> 
     4681                    <xs:maxLength value="50" /> 
     4682                  </xs:restriction> 
     4683                </xs:simpleType> 
     4684              </xs:element> 
     4685              <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" /> 
     4686              <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" /> 
     4687              <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" /> 
     4688              <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" /> 
     4689              <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" /> 
     4690              <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" /> 
     4691              <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"> 
     4692                <xs:simpleType> 
     4693                  <xs:restriction base="xs:string"> 
     4694                    <xs:maxLength value="50" /> 
     4695                  </xs:restriction> 
     4696                </xs:simpleType> 
     4697              </xs:element> 
     4698              <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 
     4699                <xs:simpleType> 
     4700                  <xs:restriction base="xs:string"> 
     4701                    <xs:maxLength value="50" /> 
     4702                  </xs:restriction> 
     4703                </xs:simpleType> 
     4704              </xs:element> 
     4705              <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 
     4706              <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 
     4707                <xs:simpleType> 
     4708                  <xs:restriction base="xs:string"> 
     4709                    <xs:maxLength value="1" /> 
     4710                  </xs:restriction> 
     4711                </xs:simpleType> 
     4712              </xs:element> 
     4713              <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 
     4714              <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 
     4715                <xs:simpleType> 
     4716                  <xs:restriction base="xs:string"> 
     4717                    <xs:maxLength value="8" /> 
     4718                  </xs:restriction> 
     4719                </xs:simpleType> 
     4720              </xs:element> 
     4721              <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 
     4722              <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" /> 
     4723              <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 
     4724              <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" /> 
     4725              <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 
     4726              <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 
     4727                <xs:simpleType> 
     4728                  <xs:restriction base="xs:string"> 
     4729                    <xs:maxLength value="200" /> 
     4730                  </xs:restriction> 
     4731                </xs:simpleType> 
     4732              </xs:element> 
     4733              <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" /> 
     4734              <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"> 
     4735                <xs:simpleType> 
     4736                  <xs:restriction base="xs:string"> 
     4737                    <xs:maxLength value="200" /> 
     4738                  </xs:restriction> 
     4739                </xs:simpleType> 
     4740              </xs:element> 
     4741              <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" /> 
     4742              <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" /> 
     4743              <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" /> 
     4744              <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" /> 
     4745              <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"> 
     4746                <xs:simpleType> 
     4747                  <xs:restriction base="xs:string"> 
     4748                    <xs:maxLength value="4" /> 
     4749                  </xs:restriction> 
     4750                </xs:simpleType> 
     4751              </xs:element> 
     4752              <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" /> 
     4753              <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" /> 
     4754              <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" /> 
     4755              <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"> 
     4756                <xs:simpleType> 
     4757                  <xs:restriction base="xs:string"> 
     4758                    <xs:maxLength value="15" /> 
     4759                  </xs:restriction> 
     4760                </xs:simpleType> 
     4761              </xs:element> 
     4762              <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" /> 
     4763              <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" /> 
     4764              <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" /> 
     4765              <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" /> 
     4766              <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" /> 
     4767              <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" /> 
     4768              <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" /> 
     4769              <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" /> 
     4770              <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" /> 
     4771            </xs:sequence> 
     4772          </xs:complexType> 
     4773        </xs:element> 
     4774        <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"> 
     4775          <xs:complexType> 
     4776            <xs:sequence> 
     4777              <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" /> 
     4778              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
     4779              <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" /> 
     4780              <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" /> 
     4781              <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" /> 
     4782              <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" /> 
     4783              <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" /> 
     4784              <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" /> 
     4785              <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" /> 
     4786            </xs:sequence> 
     4787          </xs:complexType> 
     4788        </xs:element> 
     4789        <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"> 
     4790          <xs:complexType> 
     4791            <xs:sequence> 
     4792              <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 
     4793                <xs:simpleType> 
     4794                  <xs:restriction base="xs:string"> 
     4795                    <xs:maxLength value="50" /> 
     4796                  </xs:restriction> 
     4797                </xs:simpleType> 
     4798              </xs:element> 
     4799              <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 
     4800                <xs:simpleType> 
     4801                  <xs:restriction base="xs:string"> 
     4802                    <xs:maxLength value="50" /> 
     4803                  </xs:restriction> 
     4804                </xs:simpleType> 
     4805              </xs:element> 
     4806              <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 
     4807                <xs:simpleType> 
     4808                  <xs:restriction base="xs:string"> 
     4809                    <xs:maxLength value="50" /> 
     4810                  </xs:restriction> 
     4811                </xs:simpleType> 
     4812              </xs:element> 
     4813              <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 
     4814                <xs:simpleType> 
     4815                  <xs:restriction base="xs:string"> 
     4816                    <xs:maxLength value="50" /> 
     4817                  </xs:restriction> 
     4818                </xs:simpleType> 
     4819              </xs:element> 
     4820              <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 
     4821                <xs:simpleType> 
     4822                  <xs:restriction base="xs:string"> 
     4823                    <xs:maxLength value="20" /> 
     4824                  </xs:restriction> 
     4825                </xs:simpleType> 
     4826              </xs:element> 
     4827              <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 
     4828                <xs:simpleType> 
     4829                  <xs:restriction base="xs:string"> 
     4830                    <xs:maxLength value="50" /> 
     4831                  </xs:restriction> 
     4832                </xs:simpleType> 
     4833              </xs:element> 
     4834              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 
     4835                <xs:simpleType> 
     4836                  <xs:restriction base="xs:string"> 
     4837                    <xs:maxLength value="50" /> 
     4838                  </xs:restriction> 
     4839                </xs:simpleType> 
     4840              </xs:element> 
     4841              <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 
     4842                <xs:simpleType> 
     4843                  <xs:restriction base="xs:string"> 
     4844                    <xs:maxLength value="50" /> 
     4845                  </xs:restriction> 
     4846                </xs:simpleType> 
     4847              </xs:element> 
     4848              <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 
     4849                <xs:simpleType> 
     4850                  <xs:restriction base="xs:string"> 
     4851                    <xs:maxLength value="50" /> 
     4852                  </xs:restriction> 
     4853                </xs:simpleType> 
     4854              </xs:element> 
     4855              <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 
     4856                <xs:simpleType> 
     4857                  <xs:restriction base="xs:string"> 
     4858                    <xs:maxLength value="30" /> 
     4859                  </xs:restriction> 
     4860                </xs:simpleType> 
     4861              </xs:element> 
     4862              <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 
     4863                <xs:simpleType> 
     4864                  <xs:restriction base="xs:string"> 
     4865                    <xs:maxLength value="30" /> 
     4866                  </xs:restriction> 
     4867                </xs:simpleType> 
     4868              </xs:element> 
     4869              <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 
     4870                <xs:simpleType> 
     4871                  <xs:restriction base="xs:string"> 
     4872                    <xs:maxLength value="200" /> 
     4873                  </xs:restriction> 
     4874                </xs:simpleType> 
     4875              </xs:element> 
     4876              <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" /> 
     4877              <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"> 
     4878                <xs:simpleType> 
     4879                  <xs:restriction base="xs:string"> 
     4880                    <xs:maxLength value="200" /> 
     4881                  </xs:restriction> 
     4882                </xs:simpleType> 
     4883              </xs:element> 
     4884              <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"> 
     4885                <xs:simpleType> 
     4886                  <xs:restriction base="xs:string"> 
     4887                    <xs:maxLength value="200" /> 
     4888                  </xs:restriction> 
     4889                </xs:simpleType> 
     4890              </xs:element> 
     4891              <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 
     4892                <xs:simpleType> 
     4893                  <xs:restriction base="xs:string"> 
     4894                    <xs:maxLength value="50" /> 
     4895                  </xs:restriction> 
     4896                </xs:simpleType> 
     4897              </xs:element> 
     4898              <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" /> 
     4899              <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" /> 
     4900              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 
     4901                <xs:simpleType> 
     4902                  <xs:restriction base="xs:string"> 
     4903                    <xs:maxLength value="25" /> 
     4904                  </xs:restriction> 
     4905                </xs:simpleType> 
     4906              </xs:element> 
     4907              <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 
     4908                <xs:simpleType> 
     4909                  <xs:restriction base="xs:string"> 
     4910                    <xs:maxLength value="60" /> 
     4911                  </xs:restriction> 
     4912                </xs:simpleType> 
     4913              </xs:element> 
     4914              <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 
     4915                <xs:simpleType> 
     4916                  <xs:restriction base="xs:string"> 
     4917                    <xs:maxLength value="50" /> 
     4918                  </xs:restriction> 
     4919                </xs:simpleType> 
     4920              </xs:element> 
     4921              <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" /> 
     4922              <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 
     4923                <xs:simpleType> 
     4924                  <xs:restriction base="xs:string"> 
     4925                    <xs:maxLength value="50" /> 
     4926                  </xs:restriction> 
     4927                </xs:simpleType> 
     4928              </xs:element> 
     4929              <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"> 
     4930                <xs:simpleType> 
     4931                  <xs:restriction base="xs:string"> 
     4932                    <xs:maxLength value="25" /> 
     4933                  </xs:restriction> 
     4934                </xs:simpleType> 
     4935              </xs:element> 
     4936              <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" /> 
     4937              <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" /> 
     4938              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
     4939                <xs:simpleType> 
     4940                  <xs:restriction base="xs:string"> 
     4941                    <xs:maxLength value="50" /> 
     4942                  </xs:restriction> 
     4943                </xs:simpleType> 
     4944              </xs:element> 
     4945              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
     4946                <xs:simpleType> 
     4947                  <xs:restriction base="xs:string"> 
     4948                    <xs:maxLength value="3" /> 
     4949                  </xs:restriction> 
     4950                </xs:simpleType> 
     4951              </xs:element> 
     4952              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
     4953                <xs:simpleType> 
     4954                  <xs:restriction base="xs:string"> 
     4955                    <xs:maxLength value="10" /> 
     4956                  </xs:restriction> 
     4957                </xs:simpleType> 
     4958              </xs:element> 
     4959            </xs:sequence> 
     4960          </xs:complexType> 
     4961        </xs:element> 
     4962        <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"> 
     4963          <xs:complexType> 
     4964            <xs:sequence> 
     4965              <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" /> 
     4966              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
     4967              <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" /> 
     4968              <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" /> 
     4969              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 
     4970            </xs:sequence> 
     4971          </xs:complexType> 
     4972        </xs:element> 
     4973        <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"> 
     4974          <xs:complexType> 
     4975            <xs:sequence> 
     4976              <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" /> 
     4977              <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 
     4978              <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"> 
     4979                <xs:simpleType> 
     4980                  <xs:restriction base="xs:string"> 
     4981                    <xs:maxLength value="50" /> 
     4982                  </xs:restriction> 
     4983                </xs:simpleType> 
     4984              </xs:element> 
     4985              <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 
     4986                <xs:simpleType> 
     4987                  <xs:restriction base="xs:string"> 
     4988                    <xs:maxLength value="50" /> 
     4989                  </xs:restriction> 
     4990                </xs:simpleType> 
     4991              </xs:element> 
     4992              <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 
     4993                <xs:simpleType> 
     4994                  <xs:restriction base="xs:string"> 
     4995                    <xs:maxLength value="50" /> 
     4996                  </xs:restriction> 
     4997                </xs:simpleType> 
     4998              </xs:element> 
     4999              <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 
     5000                <xs:simpleType> 
     5001                  <xs:restriction base="xs:string"> 
     5002                    <xs:maxLength value="50" /> 
     5003                  </xs:restriction> 
     5004                </xs:simpleType> 
     5005              </xs:element> 
     5006              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
     5007                <xs:simpleType> 
     5008                  <xs:restriction base="xs:string"> 
     5009                    <xs:maxLength value="50" /> 
     5010                  </xs:restriction> 
     5011                </xs:simpleType> 
     5012              </xs:element> 
     5013            </xs:sequence> 
     5014          </xs:complexType> 
     5015        </xs:element> 
     5016        <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"> 
     5017          <xs:complexType> 
     5018            <xs:sequence> 
     5019              <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" /> 
     5020              <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" /> 
     5021              <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"> 
     5022                <xs:simpleType> 
     5023                  <xs:restriction base="xs:string"> 
     5024                    <xs:maxLength value="50" /> 
     5025                  </xs:restriction> 
     5026                </xs:simpleType> 
     5027              </xs:element> 
     5028              <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"> 
     5029                <xs:simpleType> 
     5030                  <xs:restriction base="xs:string"> 
     5031                    <xs:maxLength value="50" /> 
     5032                  </xs:restriction> 
     5033                </xs:simpleType> 
     5034              </xs:element> 
     5035              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 
     5036                <xs:simpleType> 
     5037                  <xs:restriction base="xs:string"> 
     5038                    <xs:maxLength value="20" /> 
     5039                  </xs:restriction> 
     5040                </xs:simpleType> 
     5041              </xs:element> 
     5042              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 
     5043                <xs:simpleType> 
     5044                  <xs:restriction base="xs:string"> 
     5045                    <xs:maxLength value="50" /> 
     5046                  </xs:restriction> 
     5047                </xs:simpleType> 
     5048              </xs:element> 
     5049              <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" /> 
     5050              <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" /> 
     5051              <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 
     5052                <xs:simpleType> 
     5053                  <xs:restriction base="xs:string"> 
     5054                    <xs:maxLength value="50" /> 
     5055                  </xs:restriction> 
     5056                </xs:simpleType> 
     5057              </xs:element> 
     5058              <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 
     5059                <xs:simpleType> 
     5060                  <xs:restriction base="xs:string"> 
     5061                    <xs:maxLength value="50" /> 
     5062                  </xs:restriction> 
     5063                </xs:simpleType> 
     5064              </xs:element> 
     5065              <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" /> 
     5066              <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 
     5067                <xs:simpleType> 
     5068                  <xs:restriction base="xs:string"> 
     5069                    <xs:maxLength value="50" /> 
     5070                  </xs:restriction> 
     5071                </xs:simpleType> 
     5072              </xs:element> 
     5073              <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" /> 
     5074              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 
     5075                <xs:simpleType> 
     5076                  <xs:restriction base="xs:string"> 
     5077                    <xs:maxLength value="50" /> 
     5078                  </xs:restriction> 
     5079                </xs:simpleType> 
     5080              </xs:element> 
     5081              <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" /> 
     5082              <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"> 
     5083                <xs:simpleType> 
     5084                  <xs:restriction base="xs:string"> 
     5085                    <xs:maxLength value="50" /> 
     5086                  </xs:restriction> 
     5087                </xs:simpleType> 
     5088              </xs:element> 
     5089              <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" /> 
     5090              <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" /> 
     5091              <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" /> 
     5092              <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 
     5093                <xs:simpleType> 
     5094                  <xs:restriction base="xs:string"> 
     5095                    <xs:maxLength value="1024" /> 
     5096                  </xs:restriction> 
     5097                </xs:simpleType> 
     5098              </xs:element> 
     5099              <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 
     5100                <xs:simpleType> 
     5101                  <xs:restriction base="xs:string"> 
     5102                    <xs:maxLength value="200" /> 
     5103                  </xs:restriction> 
     5104                </xs:simpleType> 
     5105              </xs:element> 
     5106              <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 
     5107                <xs:simpleType> 
     5108                  <xs:restriction base="xs:string"> 
     5109                    <xs:maxLength value="200" /> 
     5110                  </xs:restriction> 
     5111                </xs:simpleType> 
     5112              </xs:element> 
     5113              <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 
     5114                <xs:simpleType> 
     5115                  <xs:restriction base="xs:string"> 
     5116                    <xs:maxLength value="50" /> 
     5117                  </xs:restriction> 
     5118                </xs:simpleType> 
     5119              </xs:element> 
     5120              <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 
     5121                <xs:simpleType> 
     5122                  <xs:restriction base="xs:string"> 
     5123                    <xs:maxLength value="20" /> 
     5124                  </xs:restriction> 
     5125                </xs:simpleType> 
     5126              </xs:element> 
     5127              <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" /> 
     5128              <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" /> 
     5129              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 
     5130                <xs:simpleType> 
     5131                  <xs:restriction base="xs:string"> 
     5132                    <xs:maxLength value="50" /> 
     5133                  </xs:restriction> 
     5134                </xs:simpleType> 
     5135              </xs:element> 
     5136              <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 
     5137                <xs:simpleType> 
     5138                  <xs:restriction base="xs:string"> 
     5139                    <xs:maxLength value="10" /> 
     5140                  </xs:restriction> 
     5141                </xs:simpleType> 
     5142              </xs:element> 
     5143              <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 
     5144                <xs:simpleType> 
     5145                  <xs:restriction base="xs:string"> 
     5146                    <xs:maxLength value="50" /> 
     5147                  </xs:restriction> 
     5148                </xs:simpleType> 
     5149              </xs:element> 
     5150              <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 
     5151                <xs:simpleType> 
     5152                  <xs:restriction base="xs:string"> 
     5153                    <xs:maxLength value="50" /> 
     5154                  </xs:restriction> 
     5155                </xs:simpleType> 
     5156              </xs:element> 
     5157              <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"> 
     5158                <xs:simpleType> 
     5159                  <xs:restriction base="xs:string"> 
     5160                    <xs:maxLength value="100" /> 
     5161                  </xs:restriction> 
     5162                </xs:simpleType> 
     5163              </xs:element> 
     5164            </xs:sequence> 
     5165          </xs:complexType> 
     5166        </xs:element> 
     5167        <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"> 
     5168          <xs:complexType> 
     5169            <xs:sequence> 
     5170              <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" /> 
     5171              <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" /> 
     5172              <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"> 
     5173                <xs:simpleType> 
     5174                  <xs:restriction base="xs:string"> 
     5175                    <xs:maxLength value="8" /> 
     5176                  </xs:restriction> 
     5177                </xs:simpleType> 
     5178              </xs:element> 
     5179              <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" /> 
     5180              <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" /> 
     5181              <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"> 
     5182                <xs:simpleType> 
     5183                  <xs:restriction base="xs:string"> 
     5184                    <xs:maxLength value="30" /> 
     5185                  </xs:restriction> 
     5186                </xs:simpleType> 
     5187              </xs:element> 
     5188              <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" /> 
     5189              <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" /> 
     5190              <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" /> 
     5191              <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"> 
     5192                <xs:simpleType> 
     5193                  <xs:restriction base="xs:string"> 
     5194                    <xs:maxLength value="30" /> 
     5195                  </xs:restriction> 
     5196                </xs:simpleType> 
     5197              </xs:element> 
     5198              <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"> 
     5199                <xs:simpleType> 
     5200                  <xs:restriction base="xs:string"> 
     5201                    <xs:maxLength value="30" /> 
     5202                  </xs:restriction> 
     5203                </xs:simpleType> 
     5204              </xs:element> 
     5205              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
     5206                <xs:simpleType> 
     5207                  <xs:restriction base="xs:string"> 
     5208                    <xs:maxLength value="1073741823" /> 
     5209                  </xs:restriction> 
     5210                </xs:simpleType> 
     5211              </xs:element> 
     5212              <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"> 
     5213                <xs:simpleType> 
     5214                  <xs:restriction base="xs:string"> 
     5215                    <xs:maxLength value="20" /> 
     5216                  </xs:restriction> 
     5217                </xs:simpleType> 
     5218              </xs:element> 
     5219              <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" /> 
     5220              <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" /> 
     5221              <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" /> 
     5222              <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"> 
     5223                <xs:simpleType> 
     5224                  <xs:restriction base="xs:string"> 
     5225                    <xs:maxLength value="1073741823" /> 
     5226                  </xs:restriction> 
     5227                </xs:simpleType> 
     5228              </xs:element> 
     5229              <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"> 
     5230                <xs:simpleType> 
     5231                  <xs:restriction base="xs:string"> 
     5232                    <xs:maxLength value="1073741823" /> 
     5233                  </xs:restriction> 
     5234                </xs:simpleType> 
     5235              </xs:element> 
     5236              <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"> 
     5237                <xs:simpleType> 
     5238                  <xs:restriction base="xs:string"> 
     5239                    <xs:maxLength value="50" /> 
     5240                  </xs:restriction> 
     5241                </xs:simpleType> 
     5242              </xs:element> 
     5243              <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"> 
     5244                <xs:simpleType> 
     5245                  <xs:restriction base="xs:string"> 
     5246                    <xs:maxLength value="50" /> 
     5247                  </xs:restriction> 
     5248                </xs:simpleType> 
     5249              </xs:element> 
     5250              <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" /> 
     5251              <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" /> 
     5252              <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" /> 
     5253              <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" /> 
     5254              <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" /> 
     5255              <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" /> 
     5256              <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" /> 
     5257              <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" /> 
     5258              <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" /> 
     5259              <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" /> 
     5260              <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"> 
     5261                <xs:simpleType> 
     5262                  <xs:restriction base="xs:string"> 
     5263                    <xs:maxLength value="50" /> 
     5264                  </xs:restriction> 
     5265                </xs:simpleType> 
     5266              </xs:element> 
     5267              <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" /> 
     5268              <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" /> 
     5269              <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" /> 
     5270              <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"> 
     5271                <xs:simpleType> 
     5272                  <xs:restriction base="xs:string"> 
     5273                    <xs:maxLength value="4" /> 
     5274                  </xs:restriction> 
     5275                </xs:simpleType> 
     5276              </xs:element> 
     5277              <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" /> 
     5278              <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" /> 
     5279              <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" /> 
     5280              <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"> 
     5281                <xs:simpleType> 
     5282                  <xs:restriction base="xs:string"> 
     5283                    <xs:maxLength value="15" /> 
     5284                  </xs:restriction> 
     5285                </xs:simpleType> 
     5286              </xs:element> 
     5287              <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" /> 
     5288              <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" /> 
     5289              <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" /> 
     5290              <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" /> 
     5291              <xs:element name="NrTygodnia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NrTygodnia" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="NrTygodnia" msprop:Generator_ColumnPropNameInTable="NrTygodniaColumn" msprop:Generator_ColumnVarNameInTable="columnNrTygodnia" type="xs:string" minOccurs="0" /> 
     5292            </xs:sequence> 
     5293          </xs:complexType> 
     5294        </xs:element> 
     5295        <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"> 
     5296          <xs:complexType> 
     5297            <xs:sequence> 
     5298              <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" /> 
     5299              <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" /> 
     5300              <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" /> 
     5301              <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" /> 
     5302              <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"> 
     5303                <xs:simpleType> 
     5304                  <xs:restriction base="xs:string"> 
     5305                    <xs:maxLength value="100" /> 
     5306                  </xs:restriction> 
     5307                </xs:simpleType> 
     5308              </xs:element> 
     5309              <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"> 
     5310                <xs:simpleType> 
     5311                  <xs:restriction base="xs:string"> 
     5312                    <xs:maxLength value="30" /> 
     5313                  </xs:restriction> 
     5314                </xs:simpleType> 
     5315              </xs:element> 
     5316              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
     5317                <xs:simpleType> 
     5318                  <xs:restriction base="xs:string"> 
     5319                    <xs:maxLength value="5" /> 
     5320                  </xs:restriction> 
     5321                </xs:simpleType> 
     5322              </xs:element> 
     5323              <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" /> 
     5324              <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" /> 
     5325              <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" /> 
     5326              <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" /> 
     5327              <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" /> 
     5328              <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" /> 
     5329              <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" /> 
     5330              <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" /> 
     5331              <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" /> 
     5332              <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" /> 
     5333              <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" /> 
     5334              <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" /> 
     5335              <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" /> 
     5336              <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" /> 
     5337            </xs:sequence> 
     5338          </xs:complexType> 
     5339        </xs:element> 
     5340        <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"> 
     5341          <xs:complexType> 
     5342            <xs:sequence> 
     5343              <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" /> 
     5344              <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" /> 
     5345              <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" /> 
     5346              <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" /> 
     5347              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 
     5348              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 
     5349                <xs:simpleType> 
     5350                  <xs:restriction base="xs:string"> 
     5351                    <xs:maxLength value="20" /> 
     5352                  </xs:restriction> 
     5353                </xs:simpleType> 
     5354              </xs:element> 
     5355              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
     5356            </xs:sequence> 
     5357          </xs:complexType> 
     5358        </xs:element> 
     5359        <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"> 
     5360          <xs:complexType> 
     5361            <xs:sequence> 
    45795362              <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" /> 
    45805363              <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" /> 
     
    45825365                <xs:simpleType> 
    45835366                  <xs:restriction base="xs:string"> 
    4584                     <xs:maxLength value="50" /> 
    4585                   </xs:restriction> 
    4586                 </xs:simpleType> 
    4587               </xs:element> 
    4588               <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"> 
     5367                    <xs:maxLength value="25" /> 
     5368                  </xs:restriction> 
     5369                </xs:simpleType> 
     5370              </xs:element> 
     5371              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
    45895372                <xs:simpleType> 
    45905373                  <xs:restriction base="xs:string"> 
     
    45935376                </xs:simpleType> 
    45945377              </xs:element> 
    4595               <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"> 
     5378              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 
    45965379                <xs:simpleType> 
    45975380                  <xs:restriction base="xs:string"> 
     
    46005383                </xs:simpleType> 
    46015384              </xs:element> 
    4602               <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"> 
     5385              <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"> 
    46035386                <xs:simpleType> 
    46045387                  <xs:restriction base="xs:string"> 
     
    46155398              </xs:element> 
    46165399              <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" /> 
    4617               <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" /> 
    4618               <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" /> 
     5400              <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" /> 
     5401              <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" /> 
    46195402              <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"> 
    46205403                <xs:simpleType> 
     
    46335416              <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" /> 
    46345417              <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" /> 
    4635               <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" /> 
    4636               <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" /> 
    4637               <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"> 
     5418              <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" /> 
     5419              <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" /> 
     5420              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
    46385421                <xs:simpleType> 
    46395422                  <xs:restriction base="xs:string"> 
     
    46425425                </xs:simpleType> 
    46435426              </xs:element> 
    4644               <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" /> 
    4645               <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" /> 
    4646               <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" /> 
    4647               <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" /> 
    4648               <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" /> 
     5427              <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" /> 
     5428              <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" /> 
     5429              <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" /> 
     5430              <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" /> 
     5431              <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" /> 
    46495432              <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" /> 
    46505433              <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"> 
     
    46625445                </xs:simpleType> 
    46635446              </xs:element> 
    4664               <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" /> 
    4665               <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" /> 
    4666               <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" /> 
    4667               <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" /> 
    4668               <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" /> 
    4669               <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" /> 
    4670               <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" /> 
     5447              <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" /> 
     5448              <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" /> 
     5449              <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" /> 
     5450              <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" /> 
     5451              <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" /> 
     5452              <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" /> 
     5453              <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" /> 
    46715454              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 
    46725455                <xs:simpleType> 
     
    46835466                </xs:simpleType> 
    46845467              </xs:element> 
    4685               <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" /> 
     5468              <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" /> 
    46865469              <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" /> 
    46875470              <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" /> 
    46885471              <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" /> 
    46895472              <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" /> 
    4690               <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" /> 
     5473              <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" /> 
    46915474              <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"> 
    46925475                <xs:simpleType> 
     
    47315514                </xs:simpleType> 
    47325515              </xs:element> 
    4733               <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" /> 
     5516              <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" /> 
    47345517              <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"> 
    47355518                <xs:simpleType> 
     
    47395522                </xs:simpleType> 
    47405523              </xs:element> 
    4741               <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" /> 
     5524              <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" /> 
    47425525              <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" /> 
    47435526              <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" /> 
    47445527              <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" /> 
    4745               <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"> 
     5528              <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"> 
    47465529                <xs:simpleType> 
    47475530                  <xs:restriction base="xs:string"> 
     
    47525535              <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" /> 
    47535536              <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" /> 
    4754               <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" /> 
     5537              <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" /> 
    47555538              <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"> 
    47565539                <xs:simpleType> 
     
    47605543                </xs:simpleType> 
    47615544              </xs:element> 
    4762               <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" /> 
    4763               <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" /> 
    4764               <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" /> 
    4765               <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" /> 
    4766               <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" /> 
    4767               <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" /> 
    4768               <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" /> 
    4769               <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" /> 
    4770               <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" /> 
    4771             </xs:sequence> 
    4772           </xs:complexType> 
    4773         </xs:element> 
    4774         <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"> 
    4775           <xs:complexType> 
    4776             <xs:sequence> 
    4777               <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" /> 
    4778               <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
    4779               <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" /> 
    4780               <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" /> 
    4781               <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" /> 
    4782               <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" /> 
    4783               <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" /> 
    4784               <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" /> 
    4785               <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" /> 
    4786             </xs:sequence> 
    4787           </xs:complexType> 
    4788         </xs:element> 
    4789         <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"> 
    4790           <xs:complexType> 
    4791             <xs:sequence> 
    4792               <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 
    4793                 <xs:simpleType> 
    4794                   <xs:restriction base="xs:string"> 
    4795                     <xs:maxLength value="50" /> 
    4796                   </xs:restriction> 
    4797                 </xs:simpleType> 
    4798               </xs:element> 
    4799               <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 
    4800                 <xs:simpleType> 
    4801                   <xs:restriction base="xs:string"> 
    4802                     <xs:maxLength value="50" /> 
    4803                   </xs:restriction> 
    4804                 </xs:simpleType> 
    4805               </xs:element> 
    4806               <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 
    4807                 <xs:simpleType> 
    4808                   <xs:restriction base="xs:string"> 
    4809                     <xs:maxLength value="50" /> 
    4810                   </xs:restriction> 
    4811                 </xs:simpleType> 
    4812               </xs:element> 
    4813               <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 
    4814                 <xs:simpleType> 
    4815                   <xs:restriction base="xs:string"> 
    4816                     <xs:maxLength value="50" /> 
    4817                   </xs:restriction> 
    4818                 </xs:simpleType> 
    4819               </xs:element> 
    4820               <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 
    4821                 <xs:simpleType> 
    4822                   <xs:restriction base="xs:string"> 
    4823                     <xs:maxLength value="20" /> 
    4824                   </xs:restriction> 
    4825                 </xs:simpleType> 
    4826               </xs:element> 
    4827               <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 
    4828                 <xs:simpleType> 
    4829                   <xs:restriction base="xs:string"> 
    4830                     <xs:maxLength value="50" /> 
    4831                   </xs:restriction> 
    4832                 </xs:simpleType> 
    4833               </xs:element> 
    4834               <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 
    4835                 <xs:simpleType> 
    4836                   <xs:restriction base="xs:string"> 
    4837                     <xs:maxLength value="50" /> 
    4838                   </xs:restriction> 
    4839                 </xs:simpleType> 
    4840               </xs:element> 
    4841               <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 
    4842                 <xs:simpleType> 
    4843                   <xs:restriction base="xs:string"> 
    4844                     <xs:maxLength value="50" /> 
    4845                   </xs:restriction> 
    4846                 </xs:simpleType> 
    4847               </xs:element> 
    4848               <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 
    4849                 <xs:simpleType> 
    4850                   <xs:restriction base="xs:string"> 
    4851                     <xs:maxLength value="50" /> 
    4852                   </xs:restriction> 
    4853                 </xs:simpleType> 
    4854               </xs:element> 
    4855               <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 
    4856                 <xs:simpleType> 
    4857                   <xs:restriction base="xs:string"> 
    4858                     <xs:maxLength value="30" /> 
    4859                   </xs:restriction> 
    4860                 </xs:simpleType> 
    4861               </xs:element> 
    4862               <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 
    4863                 <xs:simpleType> 
    4864                   <xs:restriction base="xs:string"> 
    4865                     <xs:maxLength value="30" /> 
    4866                   </xs:restriction> 
    4867                 </xs:simpleType> 
    4868               </xs:element> 
    4869               <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 
    4870                 <xs:simpleType> 
    4871                   <xs:restriction base="xs:string"> 
    4872                     <xs:maxLength value="200" /> 
    4873                   </xs:restriction> 
    4874                 </xs:simpleType> 
    4875               </xs:element> 
    4876               <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" /> 
    4877               <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"> 
    4878                 <xs:simpleType> 
    4879                   <xs:restriction base="xs:string"> 
    4880                     <xs:maxLength value="200" /> 
    4881                   </xs:restriction> 
    4882                 </xs:simpleType> 
    4883               </xs:element> 
    4884               <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"> 
    4885                 <xs:simpleType> 
    4886                   <xs:restriction base="xs:string"> 
    4887                     <xs:maxLength value="200" /> 
    4888                   </xs:restriction> 
    4889                 </xs:simpleType> 
    4890               </xs:element> 
    4891               <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 
    4892                 <xs:simpleType> 
    4893                   <xs:restriction base="xs:string"> 
    4894                     <xs:maxLength value="50" /> 
    4895                   </xs:restriction> 
    4896                 </xs:simpleType> 
    4897               </xs:element> 
    4898               <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" /> 
    4899               <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" /> 
    4900               <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 
    4901                 <xs:simpleType> 
    4902                   <xs:restriction base="xs:string"> 
    4903                     <xs:maxLength value="25" /> 
    4904                   </xs:restriction> 
    4905                 </xs:simpleType> 
    4906               </xs:element> 
    4907               <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 
    4908                 <xs:simpleType> 
    4909                   <xs:restriction base="xs:string"> 
    4910                     <xs:maxLength value="60" /> 
    4911                   </xs:restriction> 
    4912                 </xs:simpleType> 
    4913               </xs:element> 
    4914               <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 
    4915                 <xs:simpleType> 
    4916                   <xs:restriction base="xs:string"> 
    4917                     <xs:maxLength value="50" /> 
    4918                   </xs:restriction> 
    4919                 </xs:simpleType> 
    4920               </xs:element> 
    4921               <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" /> 
    4922               <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 
    4923                 <xs:simpleType> 
    4924                   <xs:restriction base="xs:string"> 
    4925                     <xs:maxLength value="50" /> 
    4926                   </xs:restriction> 
    4927                 </xs:simpleType> 
    4928               </xs:element> 
    4929               <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"> 
    4930                 <xs:simpleType> 
    4931                   <xs:restriction base="xs:string"> 
    4932                     <xs:maxLength value="25" /> 
    4933                   </xs:restriction> 
    4934                 </xs:simpleType> 
    4935               </xs:element> 
    4936               <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" /> 
    4937               <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" /> 
    4938               <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
    4939                 <xs:simpleType> 
    4940                   <xs:restriction base="xs:string"> 
    4941                     <xs:maxLength value="50" /> 
    4942                   </xs:restriction> 
    4943                 </xs:simpleType> 
    4944               </xs:element> 
    4945               <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
    4946                 <xs:simpleType> 
    4947                   <xs:restriction base="xs:string"> 
    4948                     <xs:maxLength value="3" /> 
    4949                   </xs:restriction> 
    4950                 </xs:simpleType> 
    4951               </xs:element> 
    4952               <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
    4953                 <xs:simpleType> 
    4954                   <xs:restriction base="xs:string"> 
    4955                     <xs:maxLength value="10" /> 
    4956                   </xs:restriction> 
    4957                 </xs:simpleType> 
    4958               </xs:element> 
    4959             </xs:sequence> 
    4960           </xs:complexType> 
    4961         </xs:element> 
    4962         <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"> 
    4963           <xs:complexType> 
    4964             <xs:sequence> 
    4965               <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" /> 
    4966               <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
    4967               <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" /> 
    4968               <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" /> 
    4969               <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 
    4970             </xs:sequence> 
    4971           </xs:complexType> 
    4972         </xs:element> 
    4973         <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"> 
    4974           <xs:complexType> 
    4975             <xs:sequence> 
    4976               <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" /> 
    4977               <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 
    4978               <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"> 
    4979                 <xs:simpleType> 
    4980                   <xs:restriction base="xs:string"> 
    4981                     <xs:maxLength value="50" /> 
    4982                   </xs:restriction> 
    4983                 </xs:simpleType> 
    4984               </xs:element> 
    4985               <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 
    4986                 <xs:simpleType> 
    4987                   <xs:restriction base="xs:string"> 
    4988                     <xs:maxLength value="50" /> 
    4989                   </xs:restriction> 
    4990                 </xs:simpleType> 
    4991               </xs:element> 
    4992               <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 
    4993                 <xs:simpleType> 
    4994                   <xs:restriction base="xs:string"> 
    4995                     <xs:maxLength value="50" /> 
    4996                   </xs:restriction> 
    4997                 </xs:simpleType> 
    4998               </xs:element> 
    4999               <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 
    5000                 <xs:simpleType> 
    5001                   <xs:restriction base="xs:string"> 
    5002                     <xs:maxLength value="50" /> 
    5003                   </xs:restriction> 
    5004                 </xs:simpleType> 
    5005               </xs:element> 
    5006               <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
    5007                 <xs:simpleType> 
    5008                   <xs:restriction base="xs:string"> 
    5009                     <xs:maxLength value="50" /> 
    5010                   </xs:restriction> 
    5011                 </xs:simpleType> 
    5012               </xs:element> 
    5013             </xs:sequence> 
    5014           </xs:complexType> 
    5015         </xs:element> 
    5016         <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"> 
    5017           <xs:complexType> 
    5018             <xs:sequence> 
    5019               <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" /> 
    5020               <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" /> 
    5021               <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"> 
    5022                 <xs:simpleType> 
    5023                   <xs:restriction base="xs:string"> 
    5024                     <xs:maxLength value="50" /> 
    5025                   </xs:restriction> 
    5026                 </xs:simpleType> 
    5027               </xs:element> 
    5028               <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"> 
    5029                 <xs:simpleType> 
    5030                   <xs:restriction base="xs:string"> 
    5031                     <xs:maxLength value="50" /> 
    5032                   </xs:restriction> 
    5033                 </xs:simpleType> 
    5034               </xs:element> 
    5035               <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 
    5036                 <xs:simpleType> 
    5037                   <xs:restriction base="xs:string"> 
    5038                     <xs:maxLength value="20" /> 
    5039                   </xs:restriction> 
    5040                 </xs:simpleType> 
    5041               </xs:element> 
    5042               <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 
    5043                 <xs:simpleType> 
    5044                   <xs:restriction base="xs:string"> 
    5045                     <xs:maxLength value="50" /> 
    5046                   </xs:restriction> 
    5047                 </xs:simpleType> 
    5048               </xs:element> 
    5049               <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" /> 
    5050               <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" /> 
    5051               <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 
    5052                 <xs:simpleType> 
    5053                   <xs:restriction base="xs:string"> 
    5054                     <xs:maxLength value="50" /> 
    5055                   </xs:restriction> 
    5056                 </xs:simpleType> 
    5057               </xs:element> 
    5058               <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 
    5059                 <xs:simpleType> 
    5060                   <xs:restriction base="xs:string"> 
    5061                     <xs:maxLength value="50" /> 
    5062                   </xs:restriction> 
    5063                 </xs:simpleType> 
    5064               </xs:element> 
    5065               <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" /> 
    5066               <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 
    5067                 <xs:simpleType> 
    5068                   <xs:restriction base="xs:string"> 
    5069                     <xs:maxLength value="50" /> 
    5070                   </xs:restriction> 
    5071                 </xs:simpleType> 
    5072               </xs:element> 
    5073               <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" /> 
    5074               <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 
    5075                 <xs:simpleType> 
    5076                   <xs:restriction base="xs:string"> 
    5077                     <xs:maxLength value="50" /> 
    5078                   </xs:restriction> 
    5079                 </xs:simpleType> 
    5080               </xs:element> 
    5081               <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" /> 
    5082               <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"> 
    5083                 <xs:simpleType> 
    5084                   <xs:restriction base="xs:string"> 
    5085                     <xs:maxLength value="50" /> 
    5086                   </xs:restriction> 
    5087                 </xs:simpleType> 
    5088               </xs:element> 
    5089               <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" /> 
    5090               <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" /> 
    5091               <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" /> 
    5092               <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 
    5093                 <xs:simpleType> 
    5094                   <xs:restriction base="xs:string"> 
    5095                     <xs:maxLength value="1024" /> 
    5096                   </xs:restriction> 
    5097                 </xs:simpleType> 
    5098               </xs:element> 
    5099               <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 
    5100                 <xs:simpleType> 
    5101                   <xs:restriction base="xs:string"> 
    5102                     <xs:maxLength value="200" /> 
    5103                   </xs:restriction> 
    5104                 </xs:simpleType> 
    5105               </xs:element> 
    5106               <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 
    5107                 <xs:simpleType> 
    5108                   <xs:restriction base="xs:string"> 
    5109                     <xs:maxLength value="200" /> 
    5110                   </xs:restriction> 
    5111                 </xs:simpleType> 
    5112               </xs:element> 
    5113               <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 
    5114                 <xs:simpleType> 
    5115                   <xs:restriction base="xs:string"> 
    5116                     <xs:maxLength value="50" /> 
    5117                   </xs:restriction> 
    5118                 </xs:simpleType> 
    5119               </xs:element> 
    5120               <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 
    5121                 <xs:simpleType> 
    5122                   <xs:restriction base="xs:string"> 
    5123                     <xs:maxLength value="20" /> 
    5124                   </xs:restriction> 
    5125                 </xs:simpleType> 
    5126               </xs:element> 
    5127               <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" /> 
    5128               <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" /> 
    5129               <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 
    5130                 <xs:simpleType> 
    5131                   <xs:restriction base="xs:string"> 
    5132                     <xs:maxLength value="50" /> 
    5133                   </xs:restriction> 
    5134                 </xs:simpleType> 
    5135               </xs:element> 
    5136               <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 
    5137                 <xs:simpleType> 
    5138                   <xs:restriction base="xs:string"> 
    5139                     <xs:maxLength value="10" /> 
    5140                   </xs:restriction> 
    5141                 </xs:simpleType> 
    5142               </xs:element> 
    5143               <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 
    5144                 <xs:simpleType> 
    5145                   <xs:restriction base="xs:string"> 
    5146                     <xs:maxLength value="50" /> 
    5147                   </xs:restriction> 
    5148                 </xs:simpleType> 
    5149               </xs:element> 
    5150               <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 
    5151                 <xs:simpleType> 
    5152                   <xs:restriction base="xs:string"> 
    5153                     <xs:maxLength value="50" /> 
    5154                   </xs:restriction> 
    5155                 </xs:simpleType> 
    5156               </xs:element> 
    5157               <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"> 
    5158                 <xs:simpleType> 
    5159                   <xs:restriction base="xs:string"> 
    5160                     <xs:maxLength value="100" /> 
    5161                   </xs:restriction> 
    5162                 </xs:simpleType> 
    5163               </xs:element> 
    5164             </xs:sequence> 
    5165           </xs:complexType> 
    5166         </xs:element> 
    5167         <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"> 
    5168           <xs:complexType> 
    5169             <xs:sequence> 
    5170               <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" /> 
    5171               <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" /> 
    5172               <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"> 
    5173                 <xs:simpleType> 
    5174                   <xs:restriction base="xs:string"> 
    5175                     <xs:maxLength value="8" /> 
    5176                   </xs:restriction> 
    5177                 </xs:simpleType> 
    5178               </xs:element> 
    5179               <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" /> 
    5180               <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" /> 
    5181               <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"> 
    5182                 <xs:simpleType> 
    5183                   <xs:restriction base="xs:string"> 
    5184                     <xs:maxLength value="30" /> 
    5185                   </xs:restriction> 
    5186                 </xs:simpleType> 
    5187               </xs:element> 
    5188               <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" /> 
    5189               <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" /> 
    5190               <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" /> 
    5191               <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"> 
    5192                 <xs:simpleType> 
    5193                   <xs:restriction base="xs:string"> 
    5194                     <xs:maxLength value="30" /> 
    5195                   </xs:restriction> 
    5196                 </xs:simpleType> 
    5197               </xs:element> 
    5198               <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"> 
    5199                 <xs:simpleType> 
    5200                   <xs:restriction base="xs:string"> 
    5201                     <xs:maxLength value="30" /> 
    5202                   </xs:restriction> 
    5203                 </xs:simpleType> 
    5204               </xs:element> 
    5205               <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
    5206                 <xs:simpleType> 
    5207                   <xs:restriction base="xs:string"> 
    5208                     <xs:maxLength value="1073741823" /> 
    5209                   </xs:restriction> 
    5210                 </xs:simpleType> 
    5211               </xs:element> 
    5212               <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"> 
    5213                 <xs:simpleType> 
    5214                   <xs:restriction base="xs:string"> 
    5215                     <xs:maxLength value="20" /> 
    5216                   </xs:restriction> 
    5217                 </xs:simpleType> 
    5218               </xs:element> 
    5219               <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" /> 
    5220               <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" /> 
    5221               <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" /> 
    5222               <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"> 
    5223                 <xs:simpleType> 
    5224                   <xs:restriction base="xs:string"> 
    5225                     <xs:maxLength value="1073741823" /> 
    5226                   </xs:restriction> 
    5227                 </xs:simpleType> 
    5228               </xs:element> 
    5229               <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"> 
    5230                 <xs:simpleType> 
    5231                   <xs:restriction base="xs:string"> 
    5232                     <xs:maxLength value="1073741823" /> 
    5233                   </xs:restriction> 
    5234                 </xs:simpleType> 
    5235               </xs:element> 
    5236               <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"> 
    5237                 <xs:simpleType> 
    5238                   <xs:restriction base="xs:string"> 
    5239                     <xs:maxLength value="50" /> 
    5240                   </xs:restriction> 
    5241                 </xs:simpleType> 
    5242               </xs:element> 
    5243               <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"> 
    5244                 <xs:simpleType> 
    5245                   <xs:restriction base="xs:string"> 
    5246                     <xs:maxLength value="50" /> 
    5247                   </xs:restriction> 
    5248                 </xs:simpleType> 
    5249               </xs:element> 
    5250               <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" /> 
    5251               <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" /> 
    5252               <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" /> 
    5253               <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" /> 
    5254               <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" /> 
    5255               <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" /> 
    5256               <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" /> 
    5257               <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" /> 
    5258               <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" /> 
    5259               <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" /> 
    5260               <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"> 
    5261                 <xs:simpleType> 
    5262                   <xs:restriction base="xs:string"> 
    5263                     <xs:maxLength value="50" /> 
    5264                   </xs:restriction> 
    5265                 </xs:simpleType> 
    5266               </xs:element> 
    5267               <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" /> 
    5268               <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" /> 
    5269               <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" /> 
    5270               <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"> 
    5271                 <xs:simpleType> 
    5272                   <xs:restriction base="xs:string"> 
    5273                     <xs:maxLength value="4" /> 
    5274                   </xs:restriction> 
    5275                 </xs:simpleType> 
    5276               </xs:element> 
    5277               <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" /> 
    5278               <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" /> 
    5279               <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" /> 
    5280               <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"> 
    5281                 <xs:simpleType> 
    5282                   <xs:restriction base="xs:string"> 
    5283                     <xs:maxLength value="15" /> 
    5284                   </xs:restriction> 
    5285                 </xs:simpleType> 
    5286               </xs:element> 
    5287               <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" /> 
    5288               <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" /> 
    5289               <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" /> 
    5290               <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" /> 
    5291               <xs:element name="NrTygodnia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NrTygodnia" msprop:Generator_ColumnPropNameInRow="NrTygodnia" msprop:nullValue="_empty" msprop:Generator_ColumnVarNameInTable="columnNrTygodnia" msprop:Generator_ColumnPropNameInTable="NrTygodniaColumn" type="xs:string" minOccurs="0" /> 
    5292             </xs:sequence> 
    5293           </xs:complexType> 
    5294         </xs:element> 
    5295         <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"> 
    5296           <xs:complexType> 
    5297             <xs:sequence> 
    5298               <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" /> 
    5299               <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" /> 
    5300               <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" /> 
    5301               <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" /> 
    5302               <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"> 
    5303                 <xs:simpleType> 
    5304                   <xs:restriction base="xs:string"> 
    5305                     <xs:maxLength value="100" /> 
    5306                   </xs:restriction> 
    5307                 </xs:simpleType> 
    5308               </xs:element> 
    5309               <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"> 
    5310                 <xs:simpleType> 
    5311                   <xs:restriction base="xs:string"> 
    5312                     <xs:maxLength value="30" /> 
    5313                   </xs:restriction> 
    5314                 </xs:simpleType> 
    5315               </xs:element> 
    5316               <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
    5317                 <xs:simpleType> 
    5318                   <xs:restriction base="xs:string"> 
    5319                     <xs:maxLength value="5" /> 
    5320                   </xs:restriction> 
    5321                 </xs:simpleType> 
    5322               </xs:element> 
    5323               <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" /> 
    5324               <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" /> 
    5325               <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" /> 
    5326               <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" /> 
    5327               <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" /> 
    5328               <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" /> 
    5329               <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" /> 
    5330               <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" /> 
    5331               <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" /> 
    5332               <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" /> 
    5333               <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" /> 
    5334               <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" /> 
    5335               <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" /> 
    5336               <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" /> 
    5337             </xs:sequence> 
    5338           </xs:complexType> 
    5339         </xs:element> 
    5340         <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"> 
    5341           <xs:complexType> 
    5342             <xs:sequence> 
    5343               <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" /> 
    5344               <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" /> 
    5345               <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" /> 
    5346               <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" /> 
    5347               <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 
    5348               <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 
    5349                 <xs:simpleType> 
    5350                   <xs:restriction base="xs:string"> 
    5351                     <xs:maxLength value="20" /> 
    5352                   </xs:restriction> 
    5353                 </xs:simpleType> 
    5354               </xs:element> 
    5355               <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
    5356             </xs:sequence> 
    5357           </xs:complexType> 
    5358         </xs:element> 
    5359         <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"> 
    5360           <xs:complexType> 
    5361             <xs:sequence> 
    5362               <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" /> 
    5363               <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" /> 
    5364               <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"> 
    5365                 <xs:simpleType> 
    5366                   <xs:restriction base="xs:string"> 
    5367                     <xs:maxLength value="25" /> 
    5368                   </xs:restriction> 
    5369                 </xs:simpleType> 
    5370               </xs:element> 
    5371               <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
    5372                 <xs:simpleType> 
    5373                   <xs:restriction base="xs:string"> 
    5374                     <xs:maxLength value="5" /> 
    5375                   </xs:restriction> 
    5376                 </xs:simpleType> 
    5377               </xs:element> 
    5378               <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 
    5379                 <xs:simpleType> 
    5380                   <xs:restriction base="xs:string"> 
    5381                     <xs:maxLength value="10" /> 
    5382                   </xs:restriction> 
    5383                 </xs:simpleType> 
    5384               </xs:element> 
    5385               <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"> 
    5386                 <xs:simpleType> 
    5387                   <xs:restriction base="xs:string"> 
    5388                     <xs:maxLength value="10" /> 
    5389                   </xs:restriction> 
    5390                 </xs:simpleType> 
    5391               </xs:element> 
    5392               <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"> 
    5393                 <xs:simpleType> 
    5394                   <xs:restriction base="xs:string"> 
    5395                     <xs:maxLength value="50" /> 
    5396                   </xs:restriction> 
    5397                 </xs:simpleType> 
    5398               </xs:element> 
    5399               <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" /> 
    5400               <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" /> 
    5401               <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" /> 
    5402               <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"> 
    5403                 <xs:simpleType> 
    5404                   <xs:restriction base="xs:string"> 
    5405                     <xs:maxLength value="15" /> 
    5406                   </xs:restriction> 
    5407                 </xs:simpleType> 
    5408               </xs:element> 
    5409               <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 
    5410                 <xs:simpleType> 
    5411                   <xs:restriction base="xs:string"> 
    5412                     <xs:maxLength value="25" /> 
    5413                   </xs:restriction> 
    5414                 </xs:simpleType> 
    5415               </xs:element> 
    5416               <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" /> 
    5417               <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" /> 
    5418               <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" /> 
    5419               <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" /> 
    5420               <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
    5421                 <xs:simpleType> 
    5422                   <xs:restriction base="xs:string"> 
    5423                     <xs:maxLength value="5" /> 
    5424                   </xs:restriction> 
    5425                 </xs:simpleType> 
    5426               </xs:element> 
    5427               <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" /> 
    5428               <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" /> 
    5429               <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" /> 
    5430               <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" /> 
    5431               <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" /> 
    5432               <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" /> 
    5433               <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"> 
    5434                 <xs:simpleType> 
    5435                   <xs:restriction base="xs:string"> 
    5436                     <xs:maxLength value="25" /> 
    5437                   </xs:restriction> 
    5438                 </xs:simpleType> 
    5439               </xs:element> 
    5440               <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 
    5441                 <xs:simpleType> 
    5442                   <xs:restriction base="xs:string"> 
    5443                     <xs:maxLength value="50" /> 
    5444                   </xs:restriction> 
    5445                 </xs:simpleType> 
    5446               </xs:element> 
    5447               <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" /> 
    5448               <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" /> 
    5449               <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" /> 
    5450               <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" /> 
    5451               <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" /> 
    5452               <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" /> 
    5453               <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" /> 
    5454               <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 
    5455                 <xs:simpleType> 
    5456                   <xs:restriction base="xs:string"> 
    5457                     <xs:maxLength value="1000" /> 
    5458                   </xs:restriction> 
    5459                 </xs:simpleType> 
    5460               </xs:element> 
    5461               <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 
    5462                 <xs:simpleType> 
    5463                   <xs:restriction base="xs:string"> 
    5464                     <xs:maxLength value="50" /> 
    5465                   </xs:restriction> 
    5466                 </xs:simpleType> 
    5467               </xs:element> 
    5468               <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" /> 
    5469               <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" /> 
    5470               <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" /> 
    5471               <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" /> 
    5472               <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" /> 
    5473               <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" /> 
    5474               <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"> 
    5475                 <xs:simpleType> 
    5476                   <xs:restriction base="xs:string"> 
    5477                     <xs:maxLength value="50" /> 
    5478                   </xs:restriction> 
    5479                 </xs:simpleType> 
    5480               </xs:element> 
    5481               <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 
    5482                 <xs:simpleType> 
    5483                   <xs:restriction base="xs:string"> 
    5484                     <xs:maxLength value="50" /> 
    5485                   </xs:restriction> 
    5486                 </xs:simpleType> 
    5487               </xs:element> 
    5488               <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 
    5489               <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 
    5490                 <xs:simpleType> 
    5491                   <xs:restriction base="xs:string"> 
    5492                     <xs:maxLength value="1" /> 
    5493                   </xs:restriction> 
    5494                 </xs:simpleType> 
    5495               </xs:element> 
    5496               <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 
    5497               <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 
    5498                 <xs:simpleType> 
    5499                   <xs:restriction base="xs:string"> 
    5500                     <xs:maxLength value="8" /> 
    5501                   </xs:restriction> 
    5502                 </xs:simpleType> 
    5503               </xs:element> 
    5504               <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 
    5505               <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" /> 
    5506               <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 
    5507               <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" /> 
    5508               <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 
    5509               <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 
    5510                 <xs:simpleType> 
    5511                   <xs:restriction base="xs:string"> 
    5512                     <xs:maxLength value="200" /> 
    5513                   </xs:restriction> 
    5514                 </xs:simpleType> 
    5515               </xs:element> 
    5516               <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" /> 
    5517               <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"> 
    5518                 <xs:simpleType> 
    5519                   <xs:restriction base="xs:string"> 
    5520                     <xs:maxLength value="200" /> 
    5521                   </xs:restriction> 
    5522                 </xs:simpleType> 
    5523               </xs:element> 
    5524               <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" /> 
    5525               <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" /> 
    5526               <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" /> 
    5527               <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" /> 
    5528               <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"> 
    5529                 <xs:simpleType> 
    5530                   <xs:restriction base="xs:string"> 
    5531                     <xs:maxLength value="4" /> 
    5532                   </xs:restriction> 
    5533                 </xs:simpleType> 
    5534               </xs:element> 
    5535               <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" /> 
    5536               <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" /> 
    5537               <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" /> 
    5538               <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"> 
    5539                 <xs:simpleType> 
    5540                   <xs:restriction base="xs:string"> 
    5541                     <xs:maxLength value="15" /> 
    5542                   </xs:restriction> 
    5543                 </xs:simpleType> 
    5544               </xs:element> 
    5545               <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" /> 
    5546               <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" /> 
    5547               <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" /> 
    5548               <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" /> 
    5549               <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" /> 
    5550               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    5551                 <xs:simpleType> 
    5552                   <xs:restriction base="xs:string"> 
    5553                     <xs:maxLength value="50" /> 
    5554                   </xs:restriction> 
    5555                 </xs:simpleType> 
    5556               </xs:element> 
    5557               <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" /> 
    5558               <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" /> 
    5559               <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" /> 
    5560               <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
    5561                 <xs:simpleType> 
    5562                   <xs:restriction base="xs:string"> 
    5563                     <xs:maxLength value="50" /> 
    5564                   </xs:restriction> 
    5565                 </xs:simpleType> 
    5566               </xs:element> 
    5567               <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
    5568               <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" /> 
     5545              <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" /> 
     5546              <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" /> 
     5547              <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" /> 
     5548              <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" /> 
     5549              <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" /> 
     5550              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     5551                <xs:simpleType> 
     5552                  <xs:restriction base="xs:string"> 
     5553                    <xs:maxLength value="50" /> 
     5554                  </xs:restriction> 
     5555                </xs:simpleType> 
     5556              </xs:element> 
     5557              <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" /> 
     5558              <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" /> 
     5559              <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" /> 
     5560              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
     5561                <xs:simpleType> 
     5562                  <xs:restriction base="xs:string"> 
     5563                    <xs:maxLength value="50" /> 
     5564                  </xs:restriction> 
     5565                </xs:simpleType> 
     5566              </xs:element> 
     5567              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
     5568              <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" /> 
    55695569            </xs:sequence> 
    55705570          </xs:complexType> 
     
    55735573          <xs:complexType> 
    55745574            <xs:sequence> 
    5575               <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" /> 
    5576               <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
     5575              <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" /> 
     5576              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
    55775577                <xs:simpleType> 
    55785578                  <xs:restriction base="xs:string"> 
     
    55815581                </xs:simpleType> 
    55825582              </xs:element> 
    5583               <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"> 
     5583              <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"> 
    55845584                <xs:simpleType> 
    55855585                  <xs:restriction base="xs:string"> 
     
    55885588                </xs:simpleType> 
    55895589              </xs:element> 
    5590               <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"> 
    5591                 <xs:simpleType> 
    5592                   <xs:restriction base="xs:string"> 
    5593                     <xs:maxLength value="50" /> 
    5594                   </xs:restriction> 
    5595                 </xs:simpleType> 
    5596               </xs:element> 
    5597               <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 
    5598               <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" /> 
    5599               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    5600                 <xs:simpleType> 
    5601                   <xs:restriction base="xs:string"> 
    5602                     <xs:maxLength value="50" /> 
    5603                   </xs:restriction> 
    5604                 </xs:simpleType> 
    5605               </xs:element> 
    5606               <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"> 
     5590              <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"> 
     5591                <xs:simpleType> 
     5592                  <xs:restriction base="xs:string"> 
     5593                    <xs:maxLength value="50" /> 
     5594                  </xs:restriction> 
     5595                </xs:simpleType> 
     5596              </xs:element> 
     5597              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 
     5598              <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" /> 
     5599              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     5600                <xs:simpleType> 
     5601                  <xs:restriction base="xs:string"> 
     5602                    <xs:maxLength value="50" /> 
     5603                  </xs:restriction> 
     5604                </xs:simpleType> 
     5605              </xs:element> 
     5606              <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"> 
    56075607                <xs:simpleType> 
    56085608                  <xs:restriction base="xs:string"> 
     
    56115611                </xs:simpleType> 
    56125612              </xs:element> 
    5613               <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" /> 
    5614               <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 
    5615                 <xs:simpleType> 
    5616                   <xs:restriction base="xs:string"> 
    5617                     <xs:maxLength value="50" /> 
    5618                   </xs:restriction> 
    5619                 </xs:simpleType> 
    5620               </xs:element> 
    5621               <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" /> 
    5622               <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" /> 
    5623               <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" /> 
    5624               <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" /> 
    5625               <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" /> 
    5626               <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" /> 
    5627               <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" /> 
    5628               <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" /> 
     5613              <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" /> 
     5614              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 
     5615                <xs:simpleType> 
     5616                  <xs:restriction base="xs:string"> 
     5617                    <xs:maxLength value="50" /> 
     5618                  </xs:restriction> 
     5619                </xs:simpleType> 
     5620              </xs:element> 
     5621              <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" /> 
     5622              <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" /> 
     5623              <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" /> 
     5624              <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" /> 
     5625              <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" /> 
     5626              <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" /> 
     5627              <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" /> 
     5628              <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" /> 
    56295629            </xs:sequence> 
    56305630          </xs:complexType> 
     
    56335633          <xs:complexType> 
    56345634            <xs:sequence> 
    5635               <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" /> 
    5636               <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 
    5637               <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"> 
    5638                 <xs:simpleType> 
    5639                   <xs:restriction base="xs:string"> 
    5640                     <xs:maxLength value="50" /> 
    5641                   </xs:restriction> 
    5642                 </xs:simpleType> 
    5643               </xs:element> 
    5644               <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
    5645               <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 
     5635              <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" /> 
     5636              <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 
     5637              <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"> 
     5638                <xs:simpleType> 
     5639                  <xs:restriction base="xs:string"> 
     5640                    <xs:maxLength value="50" /> 
     5641                  </xs:restriction> 
     5642                </xs:simpleType> 
     5643              </xs:element> 
     5644              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
     5645              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 
    56465646                <xs:simpleType> 
    56475647                  <xs:restriction base="xs:string"> 
     
    56505650                </xs:simpleType> 
    56515651              </xs:element> 
    5652               <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
     5652              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
    56535653                <xs:simpleType> 
    56545654                  <xs:restriction base="xs:string"> 
     
    56635663          <xs:complexType> 
    56645664            <xs:sequence> 
    5665               <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" /> 
    5666               <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" /> 
    5667               <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"> 
     5665              <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" /> 
     5666              <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" /> 
     5667              <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"> 
    56685668                <xs:simpleType> 
    56695669                  <xs:restriction base="xs:string"> 
     
    56725672                </xs:simpleType> 
    56735673              </xs:element> 
    5674               <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" /> 
    5675               <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" /> 
    5676               <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" /> 
    5677               <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"> 
     5674              <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" /> 
     5675              <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" /> 
     5676              <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" /> 
     5677              <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"> 
    56785678                <xs:simpleType> 
    56795679                  <xs:restriction base="xs:string"> 
     
    56825682                </xs:simpleType> 
    56835683              </xs:element> 
    5684               <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 
     5684              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 
    56855685                <xs:simpleType> 
    56865686                  <xs:restriction base="xs:string"> 
     
    56895689                </xs:simpleType> 
    56905690              </xs:element> 
    5691               <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" /> 
    5692               <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" /> 
    5693               <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" /> 
    5694               <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" /> 
    5695               <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" /> 
    5696               <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"> 
     5691              <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" /> 
     5692              <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" /> 
     5693              <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" /> 
     5694              <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" /> 
     5695              <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" /> 
     5696              <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"> 
    56975697                <xs:simpleType> 
    56985698                  <xs:restriction base="xs:string"> 
     
    57015701                </xs:simpleType> 
    57025702              </xs:element> 
    5703               <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" /> 
    5704               <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" /> 
    5705               <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 
    5706                 <xs:simpleType> 
    5707                   <xs:restriction base="xs:string"> 
    5708                     <xs:maxLength value="50" /> 
    5709                   </xs:restriction> 
    5710                 </xs:simpleType> 
    5711               </xs:element> 
    5712               <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 
    5713                 <xs:simpleType> 
    5714                   <xs:restriction base="xs:string"> 
    5715                     <xs:maxLength value="50" /> 
    5716                   </xs:restriction> 
    5717                 </xs:simpleType> 
    5718               </xs:element> 
    5719               <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" /> 
    5720               <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" /> 
    5721               <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" /> 
    5722               <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" /> 
    5723               <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" /> 
    5724               <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnVarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0"> 
    5725                 <xs:simpleType> 
    5726                   <xs:restriction base="xs:string"> 
    5727                     <xs:maxLength value="50" /> 
    5728                   </xs:restriction> 
    5729                 </xs:simpleType> 
    5730               </xs:element> 
    5731               <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" /> 
    5732               <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" /> 
    5733               <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" /> 
    5734               <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" /> 
    5735               <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
    5736               <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
    5737               <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0"> 
     5703              <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" /> 
     5704              <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" /> 
     5705              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 
     5706                <xs:simpleType> 
     5707                  <xs:restriction base="xs:string"> 
     5708                    <xs:maxLength value="50" /> 
     5709                  </xs:restriction> 
     5710                </xs:simpleType> 
     5711              </xs:element> 
     5712              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 
     5713                <xs:simpleType> 
     5714                  <xs:restriction base="xs:string"> 
     5715                    <xs:maxLength value="50" /> 
     5716                  </xs:restriction> 
     5717                </xs:simpleType> 
     5718              </xs:element> 
     5719              <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" /> 
     5720              <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" /> 
     5721              <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" /> 
     5722              <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" /> 
     5723              <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" /> 
     5724              <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_ColumnVarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0"> 
     5725                <xs:simpleType> 
     5726                  <xs:restriction base="xs:string"> 
     5727                    <xs:maxLength value="50" /> 
     5728                  </xs:restriction> 
     5729                </xs:simpleType> 
     5730              </xs:element> 
     5731              <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" /> 
     5732              <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" /> 
     5733              <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" /> 
     5734              <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" /> 
     5735              <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
     5736              <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
     5737              <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0"> 
    57385738                <xs:simpleType> 
    57395739                  <xs:restriction base="xs:string"> 
     
    57425742                </xs:simpleType> 
    57435743              </xs:element> 
    5744               <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" /> 
    5745               <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnVarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" /> 
     5744              <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" /> 
     5745              <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_ColumnVarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" /> 
    57465746            </xs:sequence> 
    57475747          </xs:complexType> 
     
    57505750          <xs:complexType> 
    57515751            <xs:sequence> 
    5752               <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" /> 
    5753               <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 
    5754                 <xs:simpleType> 
    5755                   <xs:restriction base="xs:string"> 
    5756                     <xs:maxLength value="50" /> 
    5757                   </xs:restriction> 
    5758                 </xs:simpleType> 
    5759               </xs:element> 
    5760               <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 
    5761               <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 
    5762               <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" /> 
    5763               <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" /> 
    5764               <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" /> 
    5765               <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" /> 
    5766               <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" /> 
    5767               <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" /> 
    5768               <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" /> 
    5769               <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" /> 
    5770               <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" /> 
    5771               <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" /> 
    5772               <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" /> 
    5773               <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" /> 
    5774               <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" /> 
    5775               <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" /> 
    5776               <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" /> 
    5777               <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" /> 
    5778               <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" /> 
    5779               <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" /> 
    5780               <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" /> 
    5781               <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" /> 
    5782               <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" /> 
    5783               <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" /> 
    5784               <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" /> 
    5785               <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" /> 
    5786               <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" /> 
    5787               <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" /> 
    5788               <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" /> 
    5789               <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" /> 
    5790               <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" /> 
    5791               <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" /> 
    5792               <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" /> 
    5793               <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" /> 
    5794               <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" /> 
     5752              <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" /> 
     5753              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 
     5754                <xs:simpleType> 
     5755                  <xs:restriction base="xs:string"> 
     5756                    <xs:maxLength value="50" /> 
     5757                  </xs:restriction> 
     5758                </xs:simpleType> 
     5759              </xs:element> 
     5760              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 
     5761              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 
     5762              <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" /> 
     5763              <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" /> 
     5764              <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" /> 
     5765              <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" /> 
     5766              <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" /> 
     5767              <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" /> 
     5768              <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" /> 
     5769              <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" /> 
     5770              <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" /> 
     5771              <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" /> 
     5772              <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" /> 
     5773              <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" /> 
     5774              <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" /> 
     5775              <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" /> 
     5776              <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" /> 
     5777              <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" /> 
     5778              <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" /> 
     5779              <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" /> 
     5780              <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" /> 
     5781              <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" /> 
     5782              <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" /> 
     5783              <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" /> 
     5784              <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" /> 
     5785              <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" /> 
     5786              <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" /> 
     5787              <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" /> 
     5788              <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" /> 
     5789              <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" /> 
     5790              <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" /> 
     5791              <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" /> 
     5792              <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" /> 
     5793              <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" /> 
     5794              <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" /> 
    57955795            </xs:sequence> 
    57965796          </xs:complexType> 
     
    57995799          <xs:complexType> 
    58005800            <xs:sequence> 
    5801               <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" /> 
    5802               <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" /> 
    5803               <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" /> 
    5804               <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 
    5805                 <xs:simpleType> 
    5806                   <xs:restriction base="xs:string"> 
    5807                     <xs:maxLength value="50" /> 
    5808                   </xs:restriction> 
    5809                 </xs:simpleType> 
    5810               </xs:element> 
    5811               <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" /> 
     5801              <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" /> 
     5802              <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" /> 
     5803              <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" /> 
     5804              <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 
     5805                <xs:simpleType> 
     5806                  <xs:restriction base="xs:string"> 
     5807                    <xs:maxLength value="50" /> 
     5808                  </xs:restriction> 
     5809                </xs:simpleType> 
     5810              </xs:element> 
     5811              <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" /> 
    58125812            </xs:sequence> 
    58135813          </xs:complexType> 
     
    58165816          <xs:complexType> 
    58175817            <xs:sequence> 
    5818               <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" /> 
    5819               <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 
     5818              <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" /> 
     5819              <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 
    58205820                <xs:simpleType> 
    58215821                  <xs:restriction base="xs:string"> 
     
    58245824                </xs:simpleType> 
    58255825              </xs:element> 
    5826               <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" /> 
     5826              <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" /> 
    58275827            </xs:sequence> 
    58285828          </xs:complexType> 
     
    58315831          <xs:complexType> 
    58325832            <xs:sequence> 
    5833               <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" /> 
    5834               <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" /> 
    5835               <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 
    5836                 <xs:simpleType> 
    5837                   <xs:restriction base="xs:string"> 
    5838                     <xs:maxLength value="50" /> 
    5839                   </xs:restriction> 
    5840                 </xs:simpleType> 
    5841               </xs:element> 
    5842               <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 
    5843                 <xs:simpleType> 
    5844                   <xs:restriction base="xs:string"> 
    5845                     <xs:maxLength value="50" /> 
    5846                   </xs:restriction> 
    5847                 </xs:simpleType> 
    5848               </xs:element> 
    5849               <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" /> 
    5850               <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" /> 
    5851               <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 
     5833              <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" /> 
     5834              <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" /> 
     5835              <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 
     5836                <xs:simpleType> 
     5837                  <xs:restriction base="xs:string"> 
     5838                    <xs:maxLength value="50" /> 
     5839                  </xs:restriction> 
     5840                </xs:simpleType> 
     5841              </xs:element> 
     5842              <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 
     5843                <xs:simpleType> 
     5844                  <xs:restriction base="xs:string"> 
     5845                    <xs:maxLength value="50" /> 
     5846                  </xs:restriction> 
     5847                </xs:simpleType> 
     5848              </xs:element> 
     5849              <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" /> 
     5850              <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" /> 
     5851              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 
    58525852                <xs:simpleType> 
    58535853                  <xs:restriction base="xs:string"> 
     
    58565856                </xs:simpleType> 
    58575857              </xs:element> 
    5858               <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" /> 
     5858              <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" /> 
    58595859            </xs:sequence> 
    58605860          </xs:complexType> 
     
    58635863          <xs:complexType> 
    58645864            <xs:sequence> 
    5865               <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" /> 
    5866               <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"> 
    5867                 <xs:simpleType> 
    5868                   <xs:restriction base="xs:string"> 
    5869                     <xs:maxLength value="50" /> 
    5870                   </xs:restriction> 
    5871                 </xs:simpleType> 
    5872               </xs:element> 
    5873               <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" /> 
    5874               <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" /> 
    5875               <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" /> 
    5876               <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" /> 
    5877               <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 
    5878                 <xs:simpleType> 
    5879                   <xs:restriction base="xs:string"> 
    5880                     <xs:maxLength value="50" /> 
    5881                   </xs:restriction> 
    5882                 </xs:simpleType> 
    5883               </xs:element> 
    5884               <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" /> 
    5885               <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" /> 
    5886               <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"> 
     5865              <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" /> 
     5866              <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"> 
     5867                <xs:simpleType> 
     5868                  <xs:restriction base="xs:string"> 
     5869                    <xs:maxLength value="50" /> 
     5870                  </xs:restriction> 
     5871                </xs:simpleType> 
     5872              </xs:element> 
     5873              <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" /> 
     5874              <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" /> 
     5875              <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" /> 
     5876              <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" /> 
     5877              <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 
     5878                <xs:simpleType> 
     5879                  <xs:restriction base="xs:string"> 
     5880                    <xs:maxLength value="50" /> 
     5881                  </xs:restriction> 
     5882                </xs:simpleType> 
     5883              </xs:element> 
     5884              <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" /> 
     5885              <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" /> 
     5886              <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"> 
    58875887                <xs:simpleType> 
    58885888                  <xs:restriction base="xs:string"> 
     
    58915891                </xs:simpleType> 
    58925892              </xs:element> 
    5893               <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" /> 
    5894               <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" /> 
    5895               <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"> 
    5896                 <xs:simpleType> 
    5897                   <xs:restriction base="xs:string"> 
    5898                     <xs:maxLength value="50" /> 
    5899                   </xs:restriction> 
    5900                 </xs:simpleType> 
    5901               </xs:element> 
    5902               <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" /> 
    5903               <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" /> 
    5904               <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 
     5893              <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" /> 
     5894              <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" /> 
     5895              <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"> 
     5896                <xs:simpleType> 
     5897                  <xs:restriction base="xs:string"> 
     5898                    <xs:maxLength value="50" /> 
     5899                  </xs:restriction> 
     5900                </xs:simpleType> 
     5901              </xs:element> 
     5902              <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" /> 
     5903              <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" /> 
     5904              <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 
    59055905                <xs:simpleType> 
    59065906                  <xs:restriction base="xs:string"> 
     
    59155915          <xs:complexType> 
    59165916            <xs:sequence> 
    5917               <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" /> 
    5918               <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 
    5919                 <xs:simpleType> 
    5920                   <xs:restriction base="xs:string"> 
    5921                     <xs:maxLength value="50" /> 
    5922                   </xs:restriction> 
    5923                 </xs:simpleType> 
    5924               </xs:element> 
    5925               <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" /> 
    5926               <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" /> 
    5927               <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"> 
     5917              <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" /> 
     5918              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 
     5919                <xs:simpleType> 
     5920                  <xs:restriction base="xs:string"> 
     5921                    <xs:maxLength value="50" /> 
     5922                  </xs:restriction> 
     5923                </xs:simpleType> 
     5924              </xs:element> 
     5925              <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" /> 
     5926              <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" /> 
     5927              <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"> 
    59285928                <xs:simpleType> 
    59295929                  <xs:restriction base="xs:string"> 
     
    59385938          <xs:complexType> 
    59395939            <xs:sequence> 
    5940               <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
    5941                 <xs:simpleType> 
    5942                   <xs:restriction base="xs:string"> 
    5943                     <xs:maxLength value="50" /> 
    5944                   </xs:restriction> 
    5945                 </xs:simpleType> 
    5946               </xs:element> 
    5947               <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"> 
    5948                 <xs:simpleType> 
    5949                   <xs:restriction base="xs:string"> 
    5950                     <xs:maxLength value="50" /> 
    5951                   </xs:restriction> 
    5952                 </xs:simpleType> 
    5953               </xs:element> 
    5954               <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
    5955               <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 
     5940              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
     5941                <xs:simpleType> 
     5942                  <xs:restriction base="xs:string"> 
     5943                    <xs:maxLength value="50" /> 
     5944                  </xs:restriction> 
     5945                </xs:simpleType> 
     5946              </xs:element> 
     5947              <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"> 
     5948                <xs:simpleType> 
     5949                  <xs:restriction base="xs:string"> 
     5950                    <xs:maxLength value="50" /> 
     5951                  </xs:restriction> 
     5952                </xs:simpleType> 
     5953              </xs:element> 
     5954              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
     5955              <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 
    59565956                <xs:simpleType> 
    59575957                  <xs:restriction base="xs:string"> 
     
    59605960                </xs:simpleType> 
    59615961              </xs:element> 
    5962               <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
     5962              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
    59635963                <xs:simpleType> 
    59645964                  <xs:restriction base="xs:string"> 
     
    59675967                </xs:simpleType> 
    59685968              </xs:element> 
    5969               <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" /> 
    5970               <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 
     5969              <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" /> 
     5970              <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 
    59715971                <xs:simpleType> 
    59725972                  <xs:restriction base="xs:string"> 
     
    59815981          <xs:complexType> 
    59825982            <xs:sequence> 
    5983               <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 
    5984                 <xs:simpleType> 
    5985                   <xs:restriction base="xs:string"> 
    5986                     <xs:maxLength value="50" /> 
    5987                   </xs:restriction> 
    5988                 </xs:simpleType> 
    5989               </xs:element> 
     5983              <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 
     5984                <xs:simpleType> 
     5985                  <xs:restriction base="xs:string"> 
     5986                    <xs:maxLength value="50" /> 
     5987                  </xs:restriction> 
     5988                </xs:simpleType> 
     5989              </xs:element> 
     5990              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 
     5991              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 
     5992              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 
     5993              <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 
     5994              <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 
     5995              <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" /> 
     5996              <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 
     5997              <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 
     5998              <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" /> 
     5999              <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" /> 
     6000              <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" /> 
     6001              <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" /> 
     6002              <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" /> 
     6003              <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" /> 
     6004              <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" /> 
     6005              <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" /> 
     6006              <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" /> 
     6007              <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" /> 
     6008              <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" /> 
     6009              <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" /> 
     6010              <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" /> 
     6011              <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" /> 
     6012              <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" /> 
     6013              <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" /> 
     6014              <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" /> 
     6015              <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" /> 
     6016              <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" /> 
     6017            </xs:sequence> 
     6018          </xs:complexType> 
     6019        </xs:element> 
     6020        <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"> 
     6021          <xs:complexType> 
     6022            <xs:sequence> 
    59906023              <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 
    59916024              <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 
     6025              <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 
     6026                <xs:simpleType> 
     6027                  <xs:restriction base="xs:string"> 
     6028                    <xs:maxLength value="50" /> 
     6029                  </xs:restriction> 
     6030                </xs:simpleType> 
     6031              </xs:element> 
    59926032              <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 
    5993               <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 
    5994               <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 
    5995               <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" /> 
    5996               <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 
    5997               <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 
    5998               <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" /> 
    5999               <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" /> 
    6000               <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" /> 
    6001               <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" /> 
    6002               <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" /> 
    6003               <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" /> 
     6033              <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" /> 
     6034              <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" /> 
     6035              <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" /> 
     6036              <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" /> 
     6037              <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" /> 
     6038              <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" /> 
     6039              <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" /> 
     6040              <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" /> 
     6041              <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" /> 
     6042              <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" /> 
     6043              <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" /> 
     6044              <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" /> 
    60046045              <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" /> 
    60056046              <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" /> 
     
    60186059          </xs:complexType> 
    60196060        </xs:element> 
    6020         <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"> 
    6021           <xs:complexType> 
    6022             <xs:sequence> 
    6023               <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 
    6024               <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 
    6025               <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 
    6026                 <xs:simpleType> 
    6027                   <xs:restriction base="xs:string"> 
    6028                     <xs:maxLength value="50" /> 
    6029                   </xs:restriction> 
    6030                 </xs:simpleType> 
    6031               </xs:element> 
    6032               <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 
    6033               <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" /> 
    6034               <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" /> 
    6035               <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" /> 
    6036               <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" /> 
    6037               <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" /> 
    6038               <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" /> 
    6039               <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" /> 
    6040               <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" /> 
    6041               <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" /> 
    6042               <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" /> 
    6043               <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" /> 
    6044               <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" /> 
    6045               <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" /> 
    6046               <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" /> 
    6047               <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" /> 
    6048               <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" /> 
    6049               <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" /> 
    6050               <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" /> 
    6051               <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" /> 
    6052               <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" /> 
    6053               <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" /> 
    6054               <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" /> 
    6055               <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" /> 
    6056               <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" /> 
    6057               <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" /> 
    6058             </xs:sequence> 
    6059           </xs:complexType> 
    6060         </xs:element> 
    60616061        <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"> 
    60626062          <xs:complexType> 
    60636063            <xs:sequence> 
    6064               <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" /> 
    6065               <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
     6064              <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" /> 
     6065              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
    60666066                <xs:simpleType> 
    60676067                  <xs:restriction base="xs:string"> 
     
    60706070                </xs:simpleType> 
    60716071              </xs:element> 
    6072               <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"> 
     6072              <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"> 
    60736073                <xs:simpleType> 
    60746074                  <xs:restriction base="xs:string"> 
     
    60776077                </xs:simpleType> 
    60786078              </xs:element> 
    6079               <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" /> 
    6080               <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" /> 
    6081               <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
     6079              <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" /> 
     6080              <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" /> 
     6081              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
    60826082                <xs:simpleType> 
    60836083                  <xs:restriction base="xs:string"> 
     
    60866086                </xs:simpleType> 
    60876087              </xs:element> 
    6088               <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"> 
    6089                 <xs:simpleType> 
    6090                   <xs:restriction base="xs:string"> 
    6091                     <xs:maxLength value="50" /> 
    6092                   </xs:restriction> 
    6093                 </xs:simpleType> 
    6094               </xs:element> 
    6095               <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"> 
     6088              <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"> 
     6089                <xs:simpleType> 
     6090                  <xs:restriction base="xs:string"> 
     6091                    <xs:maxLength value="50" /> 
     6092                  </xs:restriction> 
     6093                </xs:simpleType> 
     6094              </xs:element> 
     6095              <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"> 
    60966096                <xs:simpleType> 
    60976097                  <xs:restriction base="xs:string"> 
     
    61006100                </xs:simpleType> 
    61016101              </xs:element> 
    6102               <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" /> 
    6103               <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 
     6102              <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" /> 
     6103              <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 
    61046104                <xs:simpleType> 
    61056105                  <xs:restriction base="xs:string"> 
     
    61086108                </xs:simpleType> 
    61096109              </xs:element> 
    6110               <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 
    6111               <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" /> 
    6112               <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" /> 
    6113               <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" /> 
    6114               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    6115                 <xs:simpleType> 
    6116                   <xs:restriction base="xs:string"> 
    6117                     <xs:maxLength value="50" /> 
    6118                   </xs:restriction> 
    6119                 </xs:simpleType> 
    6120               </xs:element> 
    6121               <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"> 
     6110              <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 
     6111              <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" /> 
     6112              <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" /> 
     6113              <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" /> 
     6114              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     6115                <xs:simpleType> 
     6116                  <xs:restriction base="xs:string"> 
     6117                    <xs:maxLength value="50" /> 
     6118                  </xs:restriction> 
     6119                </xs:simpleType> 
     6120              </xs:element> 
     6121              <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"> 
    61226122                <xs:simpleType> 
    61236123                  <xs:restriction base="xs:string"> 
     
    61266126                </xs:simpleType> 
    61276127              </xs:element> 
    6128               <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" /> 
    6129               <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" /> 
    6130               <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 
    6131                 <xs:simpleType> 
    6132                   <xs:restriction base="xs:string"> 
    6133                     <xs:maxLength value="50" /> 
    6134                   </xs:restriction> 
    6135                 </xs:simpleType> 
    6136               </xs:element> 
    6137               <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" /> 
    6138               <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" /> 
    6139               <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" /> 
    6140               <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 
     6128              <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" /> 
     6129              <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" /> 
     6130              <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 
     6131                <xs:simpleType> 
     6132                  <xs:restriction base="xs:string"> 
     6133                    <xs:maxLength value="50" /> 
     6134                  </xs:restriction> 
     6135                </xs:simpleType> 
     6136              </xs:element> 
     6137              <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" /> 
     6138              <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" /> 
     6139              <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" /> 
     6140              <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 
    61416141                <xs:simpleType> 
    61426142                  <xs:restriction base="xs:string"> 
     
    61456145                </xs:simpleType> 
    61466146              </xs:element> 
    6147               <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
    6148               <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" /> 
    6149               <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 
    6150               <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" /> 
    6151               <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"> 
     6147              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
     6148              <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" /> 
     6149              <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 
     6150              <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" /> 
     6151              <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"> 
    61526152                <xs:simpleType> 
    61536153                  <xs:restriction base="xs:string"> 
     
    61566156                </xs:simpleType> 
    61576157              </xs:element> 
    6158               <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"> 
     6158              <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"> 
    61596159                <xs:simpleType> 
    61606160                  <xs:restriction base="xs:string"> 
     
    61636163                </xs:simpleType> 
    61646164              </xs:element> 
    6165               <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 
     6165              <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 
    61666166                <xs:simpleType> 
    61676167                  <xs:restriction base="xs:string"> 
     
    61706170                </xs:simpleType> 
    61716171              </xs:element> 
    6172               <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 
     6172              <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 
    61736173            </xs:sequence> 
    61746174          </xs:complexType> 
     
    61776177          <xs:complexType> 
    61786178            <xs:sequence> 
    6179               <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" /> 
    6180               <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
    6181               <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" /> 
    6182               <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"> 
     6179              <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" /> 
     6180              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
     6181              <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" /> 
     6182              <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"> 
    61836183                <xs:simpleType> 
    61846184                  <xs:restriction base="xs:string"> 
     
    61936193          <xs:complexType> 
    61946194            <xs:sequence> 
    6195               <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" /> 
    6196               <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 
     6195              <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" /> 
     6196              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 
    61976197                <xs:simpleType> 
    61986198                  <xs:restriction base="xs:string"> 
     
    62016201                </xs:simpleType> 
    62026202              </xs:element> 
    6203               <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 
    6204               <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 
     6203              <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 
     6204              <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 
    62056205                <xs:simpleType> 
    62066206                  <xs:restriction base="xs:string"> 
     
    62096209                </xs:simpleType> 
    62106210              </xs:element> 
    6211               <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
     6211              <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 
    62126212            </xs:sequence> 
    62136213          </xs:complexType> 
     
    62166216          <xs:complexType> 
    62176217            <xs:sequence> 
    6218               <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" /> 
    6219               <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 
    6220               <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 
    6221                 <xs:simpleType> 
    6222                   <xs:restriction base="xs:string"> 
    6223                     <xs:maxLength value="50" /> 
    6224                   </xs:restriction> 
    6225                 </xs:simpleType> 
    6226               </xs:element> 
    6227               <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 
    6228                 <xs:simpleType> 
    6229                   <xs:restriction base="xs:string"> 
    6230                     <xs:maxLength value="50" /> 
    6231                   </xs:restriction> 
    6232                 </xs:simpleType> 
    6233               </xs:element> 
    6234               <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" /> 
     6218              <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" /> 
     6219              <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 
     6220              <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 
     6221                <xs:simpleType> 
     6222                  <xs:restriction base="xs:string"> 
     6223                    <xs:maxLength value="50" /> 
     6224                  </xs:restriction> 
     6225                </xs:simpleType> 
     6226              </xs:element> 
     6227              <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 
     6228                <xs:simpleType> 
     6229                  <xs:restriction base="xs:string"> 
     6230                    <xs:maxLength value="50" /> 
     6231                  </xs:restriction> 
     6232                </xs:simpleType> 
     6233              </xs:element> 
     6234              <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" /> 
    62356235            </xs:sequence> 
    62366236          </xs:complexType> 
     
    62396239          <xs:complexType> 
    62406240            <xs:sequence> 
    6241               <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" /> 
    6242               <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 
    6243               <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 
    6244               <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 
    6245               <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 
     6241              <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" /> 
     6242              <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 
     6243              <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 
     6244              <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 
     6245              <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 
    62466246            </xs:sequence> 
    62476247          </xs:complexType> 
     
    62506250          <xs:complexType> 
    62516251            <xs:sequence> 
    6252               <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
    6253               <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" /> 
    6254               <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" /> 
    6255               <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" /> 
    6256               <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" /> 
    6257               <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" /> 
     6252              <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 
     6253              <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" /> 
     6254              <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" /> 
     6255              <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" /> 
     6256              <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" /> 
     6257              <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" /> 
    62586258            </xs:sequence> 
    62596259          </xs:complexType> 
     
    62626262          <xs:complexType> 
    62636263            <xs:sequence> 
    6264               <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" /> 
    6265               <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 
    6266               <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" /> 
    6267               <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" /> 
    6268               <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" /> 
    6269               <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 
    6270               <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 
    6271               <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" /> 
    6272               <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" /> 
    6273               <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 
     6264              <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" /> 
     6265              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 
     6266              <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" /> 
     6267              <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" /> 
     6268              <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" /> 
     6269              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 
     6270              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 
     6271              <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" /> 
     6272              <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" /> 
     6273              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 
    62746274                <xs:simpleType> 
    62756275                  <xs:restriction base="xs:string"> 
     
    62786278                </xs:simpleType> 
    62796279              </xs:element> 
    6280               <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" /> 
    6281               <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 
     6280              <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" /> 
     6281              <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 
    62826282                <xs:simpleType> 
    62836283                  <xs:restriction base="xs:string"> 
     
    62866286                </xs:simpleType> 
    62876287              </xs:element> 
    6288               <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 
     6288              <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 
    62896289                <xs:simpleType> 
    62906290                  <xs:restriction base="xs:string"> 
     
    62936293                </xs:simpleType> 
    62946294              </xs:element> 
    6295               <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" /> 
    6296               <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" /> 
    6297               <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" /> 
     6295              <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" /> 
     6296              <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" /> 
     6297              <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" /> 
    62986298            </xs:sequence> 
    62996299          </xs:complexType> 
     
    63026302          <xs:complexType> 
    63036303            <xs:sequence> 
    6304               <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 
    6305               <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 
    6306               <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" /> 
    6307               <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 
     6304              <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 
     6305              <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 
     6306              <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" /> 
     6307              <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 
    63086308                <xs:simpleType> 
    63096309                  <xs:restriction base="xs:string"> 
     
    63126312                </xs:simpleType> 
    63136313              </xs:element> 
    6314               <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 
    6315               <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" /> 
    6316               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    6317                 <xs:simpleType> 
    6318                   <xs:restriction base="xs:string"> 
    6319                     <xs:maxLength value="50" /> 
    6320                   </xs:restriction> 
    6321                 </xs:simpleType> 
    6322               </xs:element> 
    6323               <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
    6324                 <xs:simpleType> 
    6325                   <xs:restriction base="xs:string"> 
    6326                     <xs:maxLength value="50" /> 
    6327                   </xs:restriction> 
    6328                 </xs:simpleType> 
    6329               </xs:element> 
    6330               <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 
    6331               <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0"> 
     6314              <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 
     6315              <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" /> 
     6316              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     6317                <xs:simpleType> 
     6318                  <xs:restriction base="xs:string"> 
     6319                    <xs:maxLength value="50" /> 
     6320                  </xs:restriction> 
     6321                </xs:simpleType> 
     6322              </xs:element> 
     6323              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
     6324                <xs:simpleType> 
     6325                  <xs:restriction base="xs:string"> 
     6326                    <xs:maxLength value="50" /> 
     6327                  </xs:restriction> 
     6328                </xs:simpleType> 
     6329              </xs:element> 
     6330              <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 
     6331              <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0"> 
    63326332                <xs:simpleType> 
    63336333                  <xs:restriction base="xs:string"> 
     
    63366336                </xs:simpleType> 
    63376337              </xs:element> 
    6338               <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" /> 
    6339               <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" /> 
    6340               <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" /> 
    6341               <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" /> 
    6342               <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" /> 
    6343               <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"> 
     6338              <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" /> 
     6339              <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" /> 
     6340              <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" /> 
     6341              <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" /> 
     6342              <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" /> 
     6343              <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"> 
    63446344                <xs:simpleType> 
    63456345                  <xs:restriction base="xs:string"> 
     
    63486348                </xs:simpleType> 
    63496349              </xs:element> 
    6350               <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
     6350              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
    63516351                <xs:simpleType> 
    63526352                  <xs:restriction base="xs:string"> 
     
    63616361          <xs:complexType> 
    63626362            <xs:sequence> 
    6363               <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" /> 
    6364               <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 
    6365               <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" /> 
    6366               <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" /> 
    6367               <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 
     6363              <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" /> 
     6364              <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 
     6365              <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" /> 
     6366              <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" /> 
     6367              <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 
    63686368                <xs:simpleType> 
    63696369                  <xs:restriction base="xs:string"> 
     
    63726372                </xs:simpleType> 
    63736373              </xs:element> 
    6374               <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 
     6374              <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 
    63756375                <xs:simpleType> 
    63766376                  <xs:restriction base="xs:string"> 
     
    63796379                </xs:simpleType> 
    63806380              </xs:element> 
    6381               <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" /> 
    6382               <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" /> 
    6383               <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"> 
     6381              <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" /> 
     6382              <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" /> 
     6383              <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"> 
    63846384                <xs:simpleType> 
    63856385                  <xs:restriction base="xs:string"> 
     
    63946394          <xs:complexType> 
    63956395            <xs:sequence> 
    6396               <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" /> 
    6397               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     6396              <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" /> 
     6397              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    63986398                <xs:simpleType> 
    63996399                  <xs:restriction base="xs:string"> 
     
    64026402                </xs:simpleType> 
    64036403              </xs:element> 
    6404               <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
     6404              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
    64056405                <xs:simpleType> 
    64066406                  <xs:restriction base="xs:string"> 
     
    64096409                </xs:simpleType> 
    64106410              </xs:element> 
    6411               <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" /> 
    6412               <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" /> 
    6413               <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0"> 
     6411              <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" /> 
     6412              <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" /> 
     6413              <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0"> 
    64146414                <xs:simpleType> 
    64156415                  <xs:restriction base="xs:string"> 
     
    64186418                </xs:simpleType> 
    64196419              </xs:element> 
    6420               <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" /> 
    6421               <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0"> 
     6420              <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" /> 
     6421              <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0"> 
    64226422                <xs:simpleType> 
    64236423                  <xs:restriction base="xs:string"> 
     
    64266426                </xs:simpleType> 
    64276427              </xs:element> 
    6428               <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" /> 
    6429               <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" /> 
    6430               <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" /> 
     6428              <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" /> 
     6429              <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" /> 
     6430              <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" /> 
    64316431            </xs:sequence> 
    64326432          </xs:complexType> 
     
    64356435          <xs:complexType> 
    64366436            <xs:sequence> 
    6437               <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" /> 
    6438               <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" /> 
    6439               <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" /> 
    6440               <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
     6437              <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" /> 
     6438              <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" /> 
     6439              <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" /> 
     6440              <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 
    64416441                <xs:simpleType> 
    64426442                  <xs:restriction base="xs:string"> 
     
    64456445                </xs:simpleType> 
    64466446              </xs:element> 
    6447               <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" /> 
    6448               <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"> 
     6447              <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" /> 
     6448              <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"> 
    64496449                <xs:simpleType> 
    64506450                  <xs:restriction base="xs:string"> 
     
    64536453                </xs:simpleType> 
    64546454              </xs:element> 
    6455               <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" /> 
    6456               <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" /> 
    6457               <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" /> 
    6458               <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" /> 
    6459               <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" /> 
    6460               <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" /> 
    6461               <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" /> 
    6462               <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" /> 
    6463               <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" /> 
    6464               <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" /> 
    6465               <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"> 
    6466                 <xs:simpleType> 
    6467                   <xs:restriction base="xs:string"> 
    6468                     <xs:maxLength value="50" /> 
    6469                   </xs:restriction> 
    6470                 </xs:simpleType> 
    6471               </xs:element> 
    6472               <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" /> 
    6473               <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" /> 
    6474               <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"> 
     6455              <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" /> 
     6456              <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" /> 
     6457              <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" /> 
     6458              <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" /> 
     6459              <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" /> 
     6460              <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" /> 
     6461              <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" /> 
     6462              <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" /> 
     6463              <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" /> 
     6464              <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" /> 
     6465              <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"> 
     6466                <xs:simpleType> 
     6467                  <xs:restriction base="xs:string"> 
     6468                    <xs:maxLength value="50" /> 
     6469                  </xs:restriction> 
     6470                </xs:simpleType> 
     6471              </xs:element> 
     6472              <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" /> 
     6473              <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" /> 
     6474              <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"> 
    64756475                <xs:simpleType> 
    64766476                  <xs:restriction base="xs:string"> 
     
    64796479                </xs:simpleType> 
    64806480              </xs:element> 
    6481               <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" /> 
    6482               <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"> 
     6481              <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" /> 
     6482              <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"> 
    64836483                <xs:simpleType> 
    64846484                  <xs:restriction base="xs:string"> 
     
    64876487                </xs:simpleType> 
    64886488              </xs:element> 
    6489               <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" /> 
    6490               <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" /> 
    6491               <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" /> 
    6492               <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" /> 
    6493               <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" /> 
    6494               <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" /> 
    6495               <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"> 
     6489              <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" /> 
     6490              <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" /> 
     6491              <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" /> 
     6492              <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" /> 
     6493              <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" /> 
     6494              <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" /> 
     6495              <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"> 
    64966496                <xs:simpleType> 
    64976497                  <xs:restriction base="xs:string"> 
     
    65006500                </xs:simpleType> 
    65016501              </xs:element> 
    6502               <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" /> 
    6503               <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" /> 
    6504               <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" /> 
    6505               <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
    6506                 <xs:simpleType> 
    6507                   <xs:restriction base="xs:string"> 
    6508                     <xs:maxLength value="50" /> 
    6509                   </xs:restriction> 
    6510                 </xs:simpleType> 
    6511               </xs:element> 
    6512               <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
    6513                 <xs:simpleType> 
    6514                   <xs:restriction base="xs:string"> 
    6515                     <xs:maxLength value="50" /> 
    6516                   </xs:restriction> 
    6517                 </xs:simpleType> 
    6518               </xs:element> 
    6519               <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" /> 
    6520               <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"> 
     6502              <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" /> 
     6503              <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" /> 
     6504              <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" /> 
     6505              <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 
     6506                <xs:simpleType> 
     6507                  <xs:restriction base="xs:string"> 
     6508                    <xs:maxLength value="50" /> 
     6509                  </xs:restriction> 
     6510                </xs:simpleType> 
     6511              </xs:element> 
     6512              <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 
     6513                <xs:simpleType> 
     6514                  <xs:restriction base="xs:string"> 
     6515                    <xs:maxLength value="50" /> 
     6516                  </xs:restriction> 
     6517                </xs:simpleType> 
     6518              </xs:element> 
     6519              <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" /> 
     6520              <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"> 
    65216521                <xs:simpleType> 
    65226522                  <xs:restriction base="xs:string"> 
     
    65256525                </xs:simpleType> 
    65266526              </xs:element> 
    6527               <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" /> 
    6528               <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
    6529               <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" /> 
    6530               <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" /> 
    6531               <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" /> 
    6532               <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"> 
     6527              <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" /> 
     6528              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
     6529              <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" /> 
     6530              <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" /> 
     6531              <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" /> 
     6532              <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"> 
    65336533                <xs:simpleType> 
    65346534                  <xs:restriction base="xs:string"> 
     
    65376537                </xs:simpleType> 
    65386538              </xs:element> 
    6539               <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" /> 
     6539              <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" /> 
    65406540            </xs:sequence> 
    65416541          </xs:complexType> 
     
    65446544          <xs:complexType> 
    65456545            <xs:sequence> 
    6546               <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" /> 
    6547               <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" /> 
    6548               <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" /> 
    6549               <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" /> 
    6550               <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" /> 
    6551               <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"> 
     6546              <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" /> 
     6547              <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" /> 
     6548              <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" /> 
     6549              <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" /> 
     6550              <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" /> 
     6551              <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"> 
    65526552                <xs:simpleType> 
    65536553                  <xs:restriction base="xs:string"> 
     
    65566556                </xs:simpleType> 
    65576557              </xs:element> 
    6558               <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 
     6558              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 
    65596559                <xs:simpleType> 
    65606560                  <xs:restriction base="xs:string"> 
     
    65636563                </xs:simpleType> 
    65646564              </xs:element> 
    6565               <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" /> 
    6566               <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" /> 
    6567               <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" /> 
    6568               <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" /> 
    6569               <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" /> 
    6570               <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" /> 
    6571               <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 
    6572                 <xs:simpleType> 
    6573                   <xs:restriction base="xs:string"> 
    6574                     <xs:maxLength value="50" /> 
    6575                   </xs:restriction> 
    6576                 </xs:simpleType> 
    6577               </xs:element> 
    6578               <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 
    6579                 <xs:simpleType> 
    6580                   <xs:restriction base="xs:string"> 
    6581                     <xs:maxLength value="50" /> 
    6582                   </xs:restriction> 
    6583                 </xs:simpleType> 
    6584               </xs:element> 
    6585               <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" /> 
    6586               <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" /> 
    6587               <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" /> 
    6588               <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
    6589                 <xs:simpleType> 
    6590                   <xs:restriction base="xs:string"> 
    6591                     <xs:maxLength value="50" /> 
    6592                   </xs:restriction> 
    6593                 </xs:simpleType> 
    6594               </xs:element> 
    6595               <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" /> 
    6596               <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" /> 
    6597               <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" /> 
    6598               <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" /> 
    6599               <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" /> 
    6600               <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"> 
     6565              <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" /> 
     6566              <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" /> 
     6567              <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" /> 
     6568              <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" /> 
     6569              <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" /> 
     6570              <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" /> 
     6571              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 
     6572                <xs:simpleType> 
     6573                  <xs:restriction base="xs:string"> 
     6574                    <xs:maxLength value="50" /> 
     6575                  </xs:restriction> 
     6576                </xs:simpleType> 
     6577              </xs:element> 
     6578              <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 
     6579                <xs:simpleType> 
     6580                  <xs:restriction base="xs:string"> 
     6581                    <xs:maxLength value="50" /> 
     6582                  </xs:restriction> 
     6583                </xs:simpleType> 
     6584              </xs:element> 
     6585              <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" /> 
     6586              <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" /> 
     6587              <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" /> 
     6588              <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 
     6589                <xs:simpleType> 
     6590                  <xs:restriction base="xs:string"> 
     6591                    <xs:maxLength value="50" /> 
     6592                  </xs:restriction> 
     6593                </xs:simpleType> 
     6594              </xs:element> 
     6595              <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" /> 
     6596              <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" /> 
     6597              <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" /> 
     6598              <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" /> 
     6599              <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" /> 
     6600              <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"> 
    66016601                <xs:simpleType> 
    66026602                  <xs:restriction base="xs:string"> 
     
    66056605                </xs:simpleType> 
    66066606              </xs:element> 
    6607               <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
    6608               <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" /> 
    6609               <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" /> 
    6610               <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
    6611               <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
    6612               <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnVarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" /> 
    6613               <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnVarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" /> 
    6614               <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInRow="SposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" /> 
     6607              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
     6608              <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" /> 
     6609              <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" /> 
     6610              <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
     6611              <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 
     6612              <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_ColumnVarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" /> 
     6613              <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_ColumnVarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" /> 
     6614              <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_ColumnPropNameInRow="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" /> 
    66156615            </xs:sequence> 
    66166616          </xs:complexType> 
  • trunk/BazaReklam/REKLAMADataSet.xss

    r270 r275  
    55     the code is regenerated. 
    66</autogenerated>--> 
    7 <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-818" ViewPortY="-361" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> 
     7<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-826" ViewPortY="-354" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> 
    88  <Shapes> 
    99    <Shape ID="DesignTable:REKLAMA" ZOrder="5" X="-162" Y="35" Height="403" Width="361" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" /> 
  • trunk/SQL/Views/FakturyPoznanKatowice.txt

    r271 r275  
    88SELECT FakturyPozKat.* FROM 
    99( 
    10  
    1110SELECT DISTINCT F.id_faktury AS ID, 
    1211CONVERT(VARCHAR,F.NUMER) + '/' + CONVERT(VARCHAR,F.NUMER_ROZ) + '/' + CONVERT(VARCHAR,F.NUMER_ROK) AS NrFaktury, 
     
    1413F2.ID_FAKTURY AS IDPozKat, 
    1514CONVERT(VARCHAR,F2.NUMER) + '/' + CONVERT(VARCHAR,F2.NUMER_ROZ) + '/' + CONVERT(VARCHAR,F2.NUMER_ROK) AS NrFakturyPozKat, 
    16 DATEPART(week, F2.DATA_WYSTAWIENIA) AS NrTygodnia 
     15DATEPART(week, F2.DATA_WYSTAWIENIA) AS NrTygodnia, 
     16SUM(FD.NETTO) AS Netto, 
     17SUM(FD2.NETTO) AS NettoPozKat 
    1718FROM FAKTURA_DETAILS FD  
    1819LEFT JOIN faktury F ON F.id_faktury = FD.id_faktury  
     
    2021LEFT JOIN FAKTURY F2 ON FD2.id_Faktury = F2.id_faktury 
    2122WHERE F.NUMER_ROZ = 'POZ' OR F.NUMER_ROZ='KAT' 
     23GROUP BY F.id_faktury, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.[DATA_SPRZEDAZY], F2.ID_FAKTURY, F2.NUMER, F2.NUMER_ROZ, F2.NUMER_ROK, F2.DATA_WYSTAWIENIA 
    2224) FakturyPozKat 
    2325WHERE ID <> IDPozKat 
     
    2830SET QUOTED_IDENTIFIER OFF 
    2931GO 
     32