root/Baza Reklam 2 - Faktury/raporty.xsd @ 21

Wersja 17, 117.6 KB (wprowadzona przez dorota, 17 years temu)

dbo.faktury.korekta : tinyint --> bit
wystawianie kolejnych korekt

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema id="raporty" targetNamespace="http://tempuri.org/raporty.xsd" xmlns:mstns="http://tempuri.org/raporty.xsd" xmlns="http://tempuri.org/raporty.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
3  <xs:annotation>
4    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
5      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
6        <Connections>
7          <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="testowe" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="testowe (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Baza_Reklam.Properties.Settings.GlobalReference.Default.testowe" Provider="System.Data.SqlClient">
8          </Connection>
9        </Connections>
10        <Tables>
11          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FakturaTableAdapter" GeneratorDataComponentClassName="FakturaTableAdapter" Name="Faktura" UserDataComponentName="FakturaTableAdapter">
12            <MainSource>
13              <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
14                <SelectCommand>
15                  <DbCommand CommandType="Text" ModifiedByUser="False">
16                    <CommandText>SELECT     F.ID_FAKTURY, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.MIEJSCOWOSC_WYSTAWIENIA, F.ID_SPRZEDAWCY,
17                      F.ID_NABYWCY, F.DATA_SPRZEDAZY, F.PODPIS_WYSTAWIL, F.PODPIS_ODEBRAL, F.opis, F.SPOSOB_ZAPLATY, F.TERMIN_ZAPLATY,
18                      F.ZAPLACONO, F.BYL_WYDRUK, F.NABYWCA_ADRES, F.SPRZEDAWCA_ADRES, F.SPRZEDAWCA_NIP, F.NABYWCA_NIP, F.FAKTURA_TYP,
19                      F.FAKTURA_PODTYP, F.ID_KONTA, F.EKSPORT, F.EXPORTED, F.ID_TYTUL, F.EXPORTED_DATA, F.suma_zaplat, F.ID_FK_KOR, F.zaplata_data,
20                      F.zaplata_opis, F.Zaliczka_Brutto, F.Zaliczka_Data, F.waluta_brutto, F.waluta_miano, F.waluta_kurs, F.waluta_przelicznik, F.waluta_kurs_z_dnia,
21                      F.waluta_tabela_nr, K.KONTO, T.[HASŁO REKLAMOWE], a.RejestrFaktur_Symbol, K2.Adres_Kor, a.Adres_Kor AS Adres_Kor_Agencji, F.idZamowienia,
22                      F.idFakturyKorekta, F.KOREKTA
23FROM         FAKTURY AS F LEFT OUTER JOIN
24                      KONTA AS K ON K.id = F.ID_KONTA LEFT OUTER JOIN
25                      [LISTA TYTUŁÓW] AS T ON F.ID_TYTUL = T.id LEFT OUTER JOIN
26                      AGENCJE AS a ON F.ID_SPRZEDAWCY = a.Id_agencji LEFT OUTER JOIN
27                      KLIENCI AS K2 ON K2.CustomerID = F.ID_NABYWCY
28WHERE     (F.ID_FAKTURY = @idFaktury)</CommandText>
29                    <Parameters>
30                      <Parameter AllowDbNull="False" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM_TEST.dbo.FAKTURY" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
31                      </Parameter>
32                    </Parameters>
33                  </DbCommand>
34                </SelectCommand>
35              </DbSource>
36            </MainSource>
37            <Mappings>
38              <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
39              <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
40              <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
41              <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
42              <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
43              <Mapping SourceColumn="MIEJSCOWOSC_WYSTAWIENIA" DataSetColumn="MIEJSCOWOSC_WYSTAWIENIA" />
44              <Mapping SourceColumn="ID_SPRZEDAWCY" DataSetColumn="ID_SPRZEDAWCY" />
45              <Mapping SourceColumn="ID_NABYWCY" DataSetColumn="ID_NABYWCY" />
46              <Mapping SourceColumn="DATA_SPRZEDAZY" DataSetColumn="DATA_SPRZEDAZY" />
47              <Mapping SourceColumn="PODPIS_WYSTAWIL" DataSetColumn="PODPIS_WYSTAWIL" />
48              <Mapping SourceColumn="PODPIS_ODEBRAL" DataSetColumn="PODPIS_ODEBRAL" />
49              <Mapping SourceColumn="opis" DataSetColumn="opis" />
50              <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
51              <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
52              <Mapping SourceColumn="ZAPLACONO" DataSetColumn="ZAPLACONO" />
53              <Mapping SourceColumn="BYL_WYDRUK" DataSetColumn="BYL_WYDRUK" />
54              <Mapping SourceColumn="NABYWCA_ADRES" DataSetColumn="NABYWCA_ADRES" />
55              <Mapping SourceColumn="SPRZEDAWCA_ADRES" DataSetColumn="SPRZEDAWCA_ADRES" />
56              <Mapping SourceColumn="SPRZEDAWCA_NIP" DataSetColumn="SPRZEDAWCA_NIP" />
57              <Mapping SourceColumn="NABYWCA_NIP" DataSetColumn="NABYWCA_NIP" />
58              <Mapping SourceColumn="FAKTURA_TYP" DataSetColumn="FAKTURA_TYP" />
59              <Mapping SourceColumn="FAKTURA_PODTYP" DataSetColumn="FAKTURA_PODTYP" />
60              <Mapping SourceColumn="ID_KONTA" DataSetColumn="ID_KONTA" />
61              <Mapping SourceColumn="EKSPORT" DataSetColumn="EKSPORT" />
62              <Mapping SourceColumn="EXPORTED" DataSetColumn="EXPORTED" />
63              <Mapping SourceColumn="ID_TYTUL" DataSetColumn="ID_TYTUL" />
64              <Mapping SourceColumn="EXPORTED_DATA" DataSetColumn="EXPORTED_DATA" />
65              <Mapping SourceColumn="suma_zaplat" DataSetColumn="suma_zaplat" />
66              <Mapping SourceColumn="ID_FK_KOR" DataSetColumn="ID_FK_KOR" />
67              <Mapping SourceColumn="zaplata_data" DataSetColumn="zaplata_data" />
68              <Mapping SourceColumn="zaplata_opis" DataSetColumn="zaplata_opis" />
69              <Mapping SourceColumn="Zaliczka_Brutto" DataSetColumn="Zaliczka_Brutto" />
70              <Mapping SourceColumn="Zaliczka_Data" DataSetColumn="Zaliczka_Data" />
71              <Mapping SourceColumn="waluta_brutto" DataSetColumn="waluta_brutto" />
72              <Mapping SourceColumn="waluta_miano" DataSetColumn="waluta_miano" />
73              <Mapping SourceColumn="waluta_kurs" DataSetColumn="waluta_kurs" />
74              <Mapping SourceColumn="waluta_przelicznik" DataSetColumn="waluta_przelicznik" />
75              <Mapping SourceColumn="waluta_kurs_z_dnia" DataSetColumn="waluta_kurs_z_dnia" />
76              <Mapping SourceColumn="waluta_tabela_nr" DataSetColumn="waluta_tabela_nr" />
77              <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
78              <Mapping SourceColumn="HASŁO REKLAMOWE" DataSetColumn="HASŁO REKLAMOWE" />
79              <Mapping SourceColumn="RejestrFaktur_Symbol" DataSetColumn="RejestrFaktur_Symbol" />
80              <Mapping SourceColumn="Adres_Kor" DataSetColumn="Adres_Kor" />
81              <Mapping SourceColumn="Adres_Kor_Agencji" DataSetColumn="Adres_Kor_Agencji" />
82              <Mapping SourceColumn="KOREKTA" DataSetColumn="KOREKTA" />
83              <Mapping SourceColumn="idZamowienia" DataSetColumn="idZamowienia" />
84              <Mapping SourceColumn="idFakturyKorekta" DataSetColumn="idFakturyKorekta" />
85            </Mappings>
86            <Sources>
87            </Sources>
88          </TableAdapter>
89          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FAKTURA_DETAILSTableAdapter" GeneratorDataComponentClassName="FAKTURA_DETAILSTableAdapter" Name="FAKTURA_DETAILS" UserDataComponentName="FAKTURA_DETAILSTableAdapter">
90            <MainSource>
91              <DbSource ConnectionRef="testowe (Settings)" DbObjectName="BAZA_REKLAM.dbo.FAKTURA_DETAILS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
92                <SelectCommand>
93                  <DbCommand CommandType="Text" ModifiedByUser="True">
94                    <CommandText>SELECT        ID_FAKTURA_DETAILS, ID_FAKTURY, ROK, MIESIAC, NAZWA_USLUGI, SYMBOL_SWW, JM, ILOSC, CENA_JEDN, UPUST_PR, UPUST_NETTO, NETTO,
95                         S_VAT, VAT, BRUTTO, TYTUL, NR_WYDANIA, TYP, PODTYP
96FROM            FAKTURA_DETAILS
97WHERE        (ID_FAKTURY = @idFaktury)</CommandText>
98                    <Parameters>
99                      <Parameter AllowDbNull="True" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM.dbo.FAKTURA_DETAILS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
100                      </Parameter>
101                    </Parameters>
102                  </DbCommand>
103                </SelectCommand>
104              </DbSource>
105            </MainSource>
106            <Mappings>
107              <Mapping SourceColumn="ID_FAKTURA_DETAILS" DataSetColumn="ID_FAKTURA_DETAILS" />
108              <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
109              <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
110              <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
111              <Mapping SourceColumn="NAZWA_USLUGI" DataSetColumn="NAZWA_USLUGI" />
112              <Mapping SourceColumn="SYMBOL_SWW" DataSetColumn="SYMBOL_SWW" />
113              <Mapping SourceColumn="JM" DataSetColumn="JM" />
114              <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
115              <Mapping SourceColumn="CENA_JEDN" DataSetColumn="CENA_JEDN" />
116              <Mapping SourceColumn="UPUST_PR" DataSetColumn="UPUST_PR" />
117              <Mapping SourceColumn="UPUST_NETTO" DataSetColumn="UPUST_NETTO" />
118              <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
119              <Mapping SourceColumn="S_VAT" DataSetColumn="S_VAT" />
120              <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
121              <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
122              <Mapping SourceColumn="TYTUL" DataSetColumn="TYTUL" />
123              <Mapping SourceColumn="NR_WYDANIA" DataSetColumn="NR_WYDANIA" />
124              <Mapping SourceColumn="TYP" DataSetColumn="TYP" />
125              <Mapping SourceColumn="PODTYP" DataSetColumn="PODTYP" />
126            </Mappings>
127            <Sources>
128            </Sources>
129          </TableAdapter>
130          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ProformaTableAdapter" GeneratorDataComponentClassName="ProformaTableAdapter" Name="Proforma" UserDataComponentName="ProformaTableAdapter">
131            <MainSource>
132              <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
133                <SelectCommand>
134                  <DbCommand CommandType="Text" ModifiedByUser="False">
135                    <CommandText>SELECT        R.[ID REKLAMY], F.ID_FAKTURY, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.MIEJSCOWOSC_WYSTAWIENIA,
136                         F.ID_SPRZEDAWCY, F.ID_NABYWCY, F.DATA_SPRZEDAZY, F.PODPIS_WYSTAWIL, F.PODPIS_ODEBRAL, F.opis, F.SPOSOB_ZAPLATY,
137                         F.TERMIN_ZAPLATY, F.ZAPLACONO, F.BYL_WYDRUK, F.NABYWCA_ADRES, F.SPRZEDAWCA_ADRES, F.SPRZEDAWCA_NIP, F.NABYWCA_NIP,
138                         F.FAKTURA_TYP, F.FAKTURA_PODTYP, F.ID_KONTA, F.EKSPORT, F.EXPORTED, F.ID_TYTUL, F.EXPORTED_DATA, F.suma_zaplat, F.ID_FK_KOR,
139                         F.KOREKTA, F.zaplata_data, F.zaplata_opis, F.Zaliczka_Brutto, F.Zaliczka_Data, F.waluta_brutto, F.waluta_miano, F.waluta_kurs, F.waluta_przelicznik,
140                         F.waluta_kurs_z_dnia, F.waluta_tabela_nr, K.KONTO, T.[HASŁO REKLAMOWE], a.RejestrFaktur_Symbol, K2.Adres_Kor,
141                         a.Adres_Kor AS Adres_Kor_Agencji
142FROM            REKLAMA AS R RIGHT OUTER JOIN
143                         FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
144                         KONTA AS K ON K.id = F.ID_KONTA LEFT OUTER JOIN
145                         [LISTA TYTUŁÓW] AS T ON F.ID_TYTUL = T.id LEFT OUTER JOIN
146                         AGENCJE AS a ON F.ID_SPRZEDAWCY = a.Id_agencji LEFT OUTER JOIN
147                         KLIENCI AS K2 ON K2.CustomerID = F.ID_NABYWCY
148WHERE        (F.ID_FAKTURY = @idFaktury)</CommandText>
149                    <Parameters>
150                      <Parameter AllowDbNull="False" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM.dbo.FAKTURY" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
151                      </Parameter>
152                    </Parameters>
153                  </DbCommand>
154                </SelectCommand>
155              </DbSource>
156            </MainSource>
157            <Mappings>
158              <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
159              <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
160              <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
161              <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
162              <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
163              <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
164              <Mapping SourceColumn="MIEJSCOWOSC_WYSTAWIENIA" DataSetColumn="MIEJSCOWOSC_WYSTAWIENIA" />
165              <Mapping SourceColumn="ID_SPRZEDAWCY" DataSetColumn="ID_SPRZEDAWCY" />
166              <Mapping SourceColumn="ID_NABYWCY" DataSetColumn="ID_NABYWCY" />
167              <Mapping SourceColumn="DATA_SPRZEDAZY" DataSetColumn="DATA_SPRZEDAZY" />
168              <Mapping SourceColumn="PODPIS_WYSTAWIL" DataSetColumn="PODPIS_WYSTAWIL" />
169              <Mapping SourceColumn="PODPIS_ODEBRAL" DataSetColumn="PODPIS_ODEBRAL" />
170              <Mapping SourceColumn="opis" DataSetColumn="opis" />
171              <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
172              <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
173              <Mapping SourceColumn="ZAPLACONO" DataSetColumn="ZAPLACONO" />
174              <Mapping SourceColumn="BYL_WYDRUK" DataSetColumn="BYL_WYDRUK" />
175              <Mapping SourceColumn="NABYWCA_ADRES" DataSetColumn="NABYWCA_ADRES" />
176              <Mapping SourceColumn="SPRZEDAWCA_ADRES" DataSetColumn="SPRZEDAWCA_ADRES" />
177              <Mapping SourceColumn="SPRZEDAWCA_NIP" DataSetColumn="SPRZEDAWCA_NIP" />
178              <Mapping SourceColumn="NABYWCA_NIP" DataSetColumn="NABYWCA_NIP" />
179              <Mapping SourceColumn="FAKTURA_TYP" DataSetColumn="FAKTURA_TYP" />
180              <Mapping SourceColumn="FAKTURA_PODTYP" DataSetColumn="FAKTURA_PODTYP" />
181              <Mapping SourceColumn="ID_KONTA" DataSetColumn="ID_KONTA" />
182              <Mapping SourceColumn="EKSPORT" DataSetColumn="EKSPORT" />
183              <Mapping SourceColumn="EXPORTED" DataSetColumn="EXPORTED" />
184              <Mapping SourceColumn="ID_TYTUL" DataSetColumn="ID_TYTUL" />
185              <Mapping SourceColumn="EXPORTED_DATA" DataSetColumn="EXPORTED_DATA" />
186              <Mapping SourceColumn="suma_zaplat" DataSetColumn="suma_zaplat" />
187              <Mapping SourceColumn="ID_FK_KOR" DataSetColumn="ID_FK_KOR" />
188              <Mapping SourceColumn="KOREKTA" DataSetColumn="KOREKTA" />
189              <Mapping SourceColumn="zaplata_data" DataSetColumn="zaplata_data" />
190              <Mapping SourceColumn="zaplata_opis" DataSetColumn="zaplata_opis" />
191              <Mapping SourceColumn="Zaliczka_Brutto" DataSetColumn="Zaliczka_Brutto" />
192              <Mapping SourceColumn="Zaliczka_Data" DataSetColumn="Zaliczka_Data" />
193              <Mapping SourceColumn="waluta_brutto" DataSetColumn="waluta_brutto" />
194              <Mapping SourceColumn="waluta_miano" DataSetColumn="waluta_miano" />
195              <Mapping SourceColumn="waluta_kurs" DataSetColumn="waluta_kurs" />
196              <Mapping SourceColumn="waluta_przelicznik" DataSetColumn="waluta_przelicznik" />
197              <Mapping SourceColumn="waluta_kurs_z_dnia" DataSetColumn="waluta_kurs_z_dnia" />
198              <Mapping SourceColumn="waluta_tabela_nr" DataSetColumn="waluta_tabela_nr" />
199              <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
200              <Mapping SourceColumn="HASŁO REKLAMOWE" DataSetColumn="HASŁO REKLAMOWE" />
201              <Mapping SourceColumn="RejestrFaktur_Symbol" DataSetColumn="RejestrFaktur_Symbol" />
202              <Mapping SourceColumn="Adres_Kor" DataSetColumn="Adres_Kor" />
203              <Mapping SourceColumn="Adres_Kor_Agencji" DataSetColumn="Adres_Kor_Agencji" />
204            </Mappings>
205            <Sources>
206            </Sources>
207          </TableAdapter>
208          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZamowienieTableAdapter" GeneratorDataComponentClassName="ZamowienieTableAdapter" Name="Zamowienie" UserDataComponentName="ZamowienieTableAdapter">
209            <MainSource>
210              <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByReklamaId" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByReklamaId" GeneratorSourceName="FillByReklamaId" GetMethodModifier="Public" GetMethodName="GetDataByReklamaId" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByReklamaId" UserSourceName="FillByReklamaId">
211                <SelectCommand>
212                  <DbCommand CommandType="Text" ModifiedByUser="False">
213                    <CommandText>SELECT     R.[ID REKLAMY], R.TYTUŁ, R.STRONA, R.[CENA JEDN], R.SZER, R.WYS, R.[DATA ZAMÓWIENIA], R.KOLOR, R.RABAT, R.[RABAT WARTOŚĆ],
214                      R.KROTNOŚĆ, R.NETTO, R.VAT, R.PVAT, R.INFO, R.BRUTTO, A.Imię, A.Nazwisko, K.Adres_Fkatura, K.Nip, K.nipKraj, A2.ulica, A2.kod, A2.miasto,
215                      A2.telefon, A2.fax, R.[FAKTURA WYSTAWIONO], R.[FAKTURA TERMIN ZAPŁATY] AS TERMIN_ZAPLATY,
216                      R.[FAKTURA FORMA PŁATNOŚCI] AS SPOSOB_ZAPLATY, K2.KONTO, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA,
217                      R.zam_notatka, A2.adres_biura, R.Brutto_Euro, R.Brutto_Euro_Miano, R.wyroznienie_kwota, R.wyroznienie, R.MOD_TYP,
218                      dbo.podajEmisje(R.ReklamaID) AS emisje
219FROM         REKLAMA AS R LEFT OUTER JOIN
220                      AGENCI AS A ON R.[SYMBOL AKWIZYTORA] = A.Symbol LEFT OUTER JOIN
221                      AGENCJE AS A2 ON A.ID_AGENCJI = A2.Id_agencji LEFT OUTER JOIN
222                      KLIENCI AS K ON K.CustomerID = R.CustomerID LEFT OUTER JOIN
223                      FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
224                      KONTA AS K2 ON A.ID_AGENCJI = K2.idAgencji AND K2.IdKonta = R.[FAKTURA ID KONTA]
225WHERE     (R.ReklamaID = @param)</CommandText>
226                    <Parameters>
227                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="ReklamaID" DataSourceName="BAZA_REKLAM_TEST.dbo.REKLAMA" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ReklamaID" SourceColumnNullMapping="False" SourceVersion="Current">
228                      </Parameter>
229                    </Parameters>
230                  </DbCommand>
231                </SelectCommand>
232              </DbSource>
233            </MainSource>
234            <Mappings>
235              <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
236              <Mapping SourceColumn="TYTUŁ" DataSetColumn="TYTUŁ" />
237              <Mapping SourceColumn="STRONA" DataSetColumn="STRONA" />
238              <Mapping SourceColumn="CENA JEDN" DataSetColumn="CENA JEDN" />
239              <Mapping SourceColumn="SZER" DataSetColumn="SZER" />
240              <Mapping SourceColumn="WYS" DataSetColumn="WYS" />
241              <Mapping SourceColumn="DATA ZAMÓWIENIA" DataSetColumn="DATA ZAMÓWIENIA" />
242              <Mapping SourceColumn="KOLOR" DataSetColumn="KOLOR" />
243              <Mapping SourceColumn="RABAT" DataSetColumn="RABAT" />
244              <Mapping SourceColumn="RABAT WARTOŚĆ" DataSetColumn="RABAT WARTOŚĆ" />
245              <Mapping SourceColumn="KROTNOŚĆ" DataSetColumn="KROTNOŚĆ" />
246              <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
247              <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
248              <Mapping SourceColumn="PVAT" DataSetColumn="PVAT" />
249              <Mapping SourceColumn="INFO" DataSetColumn="INFO" />
250              <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
251              <Mapping SourceColumn="Imię" DataSetColumn="Imię" />
252              <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
253              <Mapping SourceColumn="Adres_Fkatura" DataSetColumn="Adres_Fkatura" />
254              <Mapping SourceColumn="Nip" DataSetColumn="Nip" />
255              <Mapping SourceColumn="ulica" DataSetColumn="ulica" />
256              <Mapping SourceColumn="kod" DataSetColumn="kod" />
257              <Mapping SourceColumn="miasto" DataSetColumn="miasto" />
258              <Mapping SourceColumn="telefon" DataSetColumn="telefon" />
259              <Mapping SourceColumn="fax" DataSetColumn="fax" />
260              <Mapping SourceColumn="FAKTURA WYSTAWIONO" DataSetColumn="FAKTURA WYSTAWIONO" />
261              <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
262              <Mapping SourceColumn="zam_notatka" DataSetColumn="zam_notatka" />
263              <Mapping SourceColumn="Brutto_Euro" DataSetColumn="Brutto_Euro" />
264              <Mapping SourceColumn="Brutto_Euro_Miano" DataSetColumn="Brutto_Euro_Miano" />
265              <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
266              <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
267              <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
268              <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
269              <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
270              <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
271              <Mapping SourceColumn="wyroznienie_kwota" DataSetColumn="wyroznienie_kwota" />
272              <Mapping SourceColumn="wyroznienie" DataSetColumn="wyroznienie" />
273              <Mapping SourceColumn="nipKraj" DataSetColumn="nipKraj" />
274              <Mapping SourceColumn="MOD_TYP" DataSetColumn="MOD_TYP" />
275              <Mapping SourceColumn="adres_biura" DataSetColumn="adres_biura" />
276              <Mapping SourceColumn="emisje" DataSetColumn="emisje" />
277            </Mappings>
278            <Sources>
279            </Sources>
280          </TableAdapter>
281          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FAKTURA_DETAILS2TableAdapter" GeneratorDataComponentClassName="FAKTURA_DETAILS2TableAdapter" Name="FAKTURA_DETAILS2" UserDataComponentName="FAKTURA_DETAILS2TableAdapter">
282            <MainSource>
283              <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataIdFaktury" UserSourceName="FillByIdFaktury">
284                <SelectCommand>
285                  <DbCommand CommandType="Text" ModifiedByUser="False">
286                    <CommandText>SELECT     FAKTURA_DETAILS.JM, SUM(FAKTURA_DETAILS.ILOSC) AS ILOSC, SUM(FAKTURA_DETAILS.NETTO) AS NETTO, FAKTURA_DETAILS.S_VAT,
287                      SUM(FAKTURA_DETAILS.BRUTTO) AS BRUTTO, SUM(FAKTURA_DETAILS.VAT) AS VAT, [LISTA TYTUŁÓW].SYMB, FAKTURA_DETAILS.NR_WYDANIA,
288                      FAKTURA_DETAILS.NAZWA_USLUGI
289FROM         FAKTURA_DETAILS LEFT OUTER JOIN
290                      [LISTA TYTUŁÓW] ON FAKTURA_DETAILS.TYTUL = [LISTA TYTUŁÓW ].id
291GROUP BY FAKTURA_DETAILS.JM, FAKTURA_DETAILS.S_VAT, FAKTURA_DETAILS.ID_FAKTURY, [LISTA TYTUŁÓW].SYMB, FAKTURA_DETAILS.NR_WYDANIA,
292                      FAKTURA_DETAILS.NAZWA_USLUGI
293HAVING      (FAKTURA_DETAILS.ID_FAKTURY = @idFaktury)</CommandText>
294                    <Parameters>
295                      <Parameter AllowDbNull="True" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM_TEST.dbo.FAKTURA_DETAILS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
296                      </Parameter>
297                    </Parameters>
298                  </DbCommand>
299                </SelectCommand>
300              </DbSource>
301            </MainSource>
302            <Mappings>
303              <Mapping SourceColumn="JM" DataSetColumn="JM" />
304              <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
305              <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
306              <Mapping SourceColumn="S_VAT" DataSetColumn="S_VAT" />
307              <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
308              <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
309              <Mapping SourceColumn="SYMB" DataSetColumn="SYMB" />
310              <Mapping SourceColumn="NR_WYDANIA" DataSetColumn="NR_WYDANIA" />
311              <Mapping SourceColumn="NAZWA_USLUGI" DataSetColumn="NAZWA_USLUGI" />
312            </Mappings>
313            <Sources>
314            </Sources>
315          </TableAdapter>
316          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Zamowienie2TableAdapter" GeneratorDataComponentClassName="Zamowienie2TableAdapter" Name="Zamowienie2" UserDataComponentName="Zamowienie2TableAdapter">
317            <MainSource>
318              <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdZamowienia" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdZamowienia" GeneratorSourceName="FillByIdZamowienia" GetMethodModifier="Public" GetMethodName="GetDataByIdZamowienia" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIdZamowienia" UserSourceName="FillByIdZamowienia">
319                <SelectCommand>
320                  <DbCommand CommandType="Text" ModifiedByUser="False">
321                    <CommandText>SELECT     R.[ID REKLAMY], R.TYTUŁ, R.STRONA, R.[CENA JEDN], R.SZER, R.WYS, R.[DATA ZAMÓWIENIA], R.KOLOR, R.RABAT, R.[RABAT WARTOŚĆ],
322                      R.KROTNOŚĆ, R.NETTO, R.VAT, R.PVAT, R.INFO, R.BRUTTO, A.Imię, A.Nazwisko, K.Adres_Fkatura, K.Nip, K.nipKraj, A2.ulica, A2.kod, A2.miasto,
323                      A2.telefon, A2.fax, R.[FAKTURA WYSTAWIONO], R.[FAKTURA TERMIN ZAPŁATY] AS TERMIN_ZAPLATY,
324                      R.[FAKTURA FORMA PŁATNOŚCI] AS SPOSOB_ZAPLATY, K2.KONTO, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA,
325                      Z.notatkaZamowienie AS zam_notatka, A2.adres_biura, R.Brutto_Euro, R.Brutto_Euro_Miano, R.wyroznienie_kwota, R.wyroznienie, R.MOD_TYP,
326                      dbo.podajEmisje(R.ReklamaID) AS emisje, K.kodKlienta + '/' + CAST(Z.nrZamowienia AS nvarchar)
327                      + '/' + Z.kodAgenta + '/' + CAST(Z.rokZamowienia AS nvarchar) AS nrZamowienia, Z.rodzajFakturowania
328FROM         REKLAMA AS R LEFT OUTER JOIN
329                      AGENCI AS A ON R.[SYMBOL AKWIZYTORA] = A.Symbol LEFT OUTER JOIN
330                      AGENCJE AS A2 ON A.ID_AGENCJI = A2.Id_agencji LEFT OUTER JOIN
331                      KLIENCI AS K ON K.CustomerID = R.CustomerID LEFT OUTER JOIN
332                      FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
333                      KONTA AS K2 ON A.ID_AGENCJI = K2.idAgencji AND K2.IdKonta = R.[FAKTURA ID KONTA] LEFT OUTER JOIN
334                      zamowienia AS Z ON R.idZamowienia = Z.idZamowienia
335WHERE     (R.idZamowienia = @param)</CommandText>
336                    <Parameters>
337                      <Parameter AllowDbNull="True" AutogeneratedName="param" ColumnName="idZamowienia" DataSourceName="BAZA_REKLAM_TEST.dbo.REKLAMA" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idZamowienia" SourceColumnNullMapping="False" SourceVersion="Current">
338                      </Parameter>
339                    </Parameters>
340                  </DbCommand>
341                </SelectCommand>
342              </DbSource>
343            </MainSource>
344            <Mappings>
345              <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
346              <Mapping SourceColumn="TYTUŁ" DataSetColumn="TYTUŁ" />
347              <Mapping SourceColumn="STRONA" DataSetColumn="STRONA" />
348              <Mapping SourceColumn="CENA JEDN" DataSetColumn="CENA JEDN" />
349              <Mapping SourceColumn="SZER" DataSetColumn="SZER" />
350              <Mapping SourceColumn="WYS" DataSetColumn="WYS" />
351              <Mapping SourceColumn="DATA ZAMÓWIENIA" DataSetColumn="DATA ZAMÓWIENIA" />
352              <Mapping SourceColumn="KOLOR" DataSetColumn="KOLOR" />
353              <Mapping SourceColumn="RABAT" DataSetColumn="RABAT" />
354              <Mapping SourceColumn="RABAT WARTOŚĆ" DataSetColumn="RABAT WARTOŚĆ" />
355              <Mapping SourceColumn="KROTNOŚĆ" DataSetColumn="KROTNOŚĆ" />
356              <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
357              <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
358              <Mapping SourceColumn="PVAT" DataSetColumn="PVAT" />
359              <Mapping SourceColumn="INFO" DataSetColumn="INFO" />
360              <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
361              <Mapping SourceColumn="Imię" DataSetColumn="Imię" />
362              <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
363              <Mapping SourceColumn="Adres_Fkatura" DataSetColumn="Adres_Fkatura" />
364              <Mapping SourceColumn="Nip" DataSetColumn="Nip" />
365              <Mapping SourceColumn="nipKraj" DataSetColumn="nipKraj" />
366              <Mapping SourceColumn="ulica" DataSetColumn="ulica" />
367              <Mapping SourceColumn="kod" DataSetColumn="kod" />
368              <Mapping SourceColumn="miasto" DataSetColumn="miasto" />
369              <Mapping SourceColumn="telefon" DataSetColumn="telefon" />
370              <Mapping SourceColumn="fax" DataSetColumn="fax" />
371              <Mapping SourceColumn="FAKTURA WYSTAWIONO" DataSetColumn="FAKTURA WYSTAWIONO" />
372              <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
373              <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
374              <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
375              <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
376              <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
377              <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
378              <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
379              <Mapping SourceColumn="zam_notatka" DataSetColumn="zam_notatka" />
380              <Mapping SourceColumn="adres_biura" DataSetColumn="adres_biura" />
381              <Mapping SourceColumn="Brutto_Euro" DataSetColumn="Brutto_Euro" />
382              <Mapping SourceColumn="Brutto_Euro_Miano" DataSetColumn="Brutto_Euro_Miano" />
383              <Mapping SourceColumn="wyroznienie_kwota" DataSetColumn="wyroznienie_kwota" />
384              <Mapping SourceColumn="wyroznienie" DataSetColumn="wyroznienie" />
385              <Mapping SourceColumn="MOD_TYP" DataSetColumn="MOD_TYP" />
386              <Mapping SourceColumn="emisje" DataSetColumn="emisje" />
387              <Mapping SourceColumn="nrZamowienia" DataSetColumn="nrZamowienia" />
388              <Mapping SourceColumn="rodzajFakturowania" DataSetColumn="rodzajFakturowania" />
389            </Mappings>
390            <Sources>
391            </Sources>
392          </TableAdapter>
393        </Tables>
394        <Sources>
395        </Sources>
396      </DataSource>
397    </xs:appinfo>
398  </xs:annotation>
399  <xs:element name="raporty" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="raporty" msprop:Generator_DataSetName="raporty">
400    <xs:complexType>
401      <xs:choice minOccurs="0" maxOccurs="unbounded">
402        <xs:element name="Faktura" msprop:Generator_UserTableName="Faktura" msprop:Generator_RowDeletedName="FakturaRowDeleted" msprop:Generator_RowChangedName="FakturaRowChanged" msprop:Generator_RowClassName="FakturaRow" msprop:Generator_RowChangingName="FakturaRowChanging" msprop:Generator_RowEvArgName="FakturaRowChangeEvent" msprop:Generator_RowEvHandlerName="FakturaRowChangeEventHandler" msprop:Generator_TableClassName="FakturaDataTable" msprop:Generator_TableVarName="tableFaktura" msprop:Generator_RowDeletingName="FakturaRowDeleting" msprop:Generator_TablePropName="Faktura">
403          <xs:complexType>
404            <xs:sequence>
405              <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" />
406              <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" />
407              <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">
408                <xs:simpleType>
409                  <xs:restriction base="xs:string">
410                    <xs:maxLength value="8" />
411                  </xs:restriction>
412                </xs:simpleType>
413              </xs:element>
414              <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" />
415              <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" />
416              <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">
417                <xs:simpleType>
418                  <xs:restriction base="xs:string">
419                    <xs:maxLength value="30" />
420                  </xs:restriction>
421                </xs:simpleType>
422              </xs:element>
423              <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" />
424              <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" />
425              <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" />
426              <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">
427                <xs:simpleType>
428                  <xs:restriction base="xs:string">
429                    <xs:maxLength value="30" />
430                  </xs:restriction>
431                </xs:simpleType>
432              </xs:element>
433              <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">
434                <xs:simpleType>
435                  <xs:restriction base="xs:string">
436                    <xs:maxLength value="30" />
437                  </xs:restriction>
438                </xs:simpleType>
439              </xs:element>
440              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
441                <xs:simpleType>
442                  <xs:restriction base="xs:string">
443                    <xs:maxLength value="1073741823" />
444                  </xs:restriction>
445                </xs:simpleType>
446              </xs:element>
447              <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">
448                <xs:simpleType>
449                  <xs:restriction base="xs:string">
450                    <xs:maxLength value="20" />
451                  </xs:restriction>
452                </xs:simpleType>
453              </xs:element>
454              <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" />
455              <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" />
456              <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" />
457              <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">
458                <xs:simpleType>
459                  <xs:restriction base="xs:string">
460                    <xs:maxLength value="1073741823" />
461                  </xs:restriction>
462                </xs:simpleType>
463              </xs:element>
464              <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">
465                <xs:simpleType>
466                  <xs:restriction base="xs:string">
467                    <xs:maxLength value="1073741823" />
468                  </xs:restriction>
469                </xs:simpleType>
470              </xs:element>
471              <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">
472                <xs:simpleType>
473                  <xs:restriction base="xs:string">
474                    <xs:maxLength value="50" />
475                  </xs:restriction>
476                </xs:simpleType>
477              </xs:element>
478              <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">
479                <xs:simpleType>
480                  <xs:restriction base="xs:string">
481                    <xs:maxLength value="50" />
482                  </xs:restriction>
483                </xs:simpleType>
484              </xs:element>
485              <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" />
486              <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" />
487              <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" />
488              <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" />
489              <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" />
490              <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" />
491              <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" />
492              <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" />
493              <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" />
494              <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" />
495              <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">
496                <xs:simpleType>
497                  <xs:restriction base="xs:string">
498                    <xs:maxLength value="50" />
499                  </xs:restriction>
500                </xs:simpleType>
501              </xs:element>
502              <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" />
503              <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" />
504              <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" />
505              <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">
506                <xs:simpleType>
507                  <xs:restriction base="xs:string">
508                    <xs:maxLength value="4" />
509                  </xs:restriction>
510                </xs:simpleType>
511              </xs:element>
512              <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" />
513              <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" />
514              <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" />
515              <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">
516                <xs:simpleType>
517                  <xs:restriction base="xs:string">
518                    <xs:maxLength value="15" />
519                  </xs:restriction>
520                </xs:simpleType>
521              </xs:element>
522              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
523                <xs:simpleType>
524                  <xs:restriction base="xs:string">
525                    <xs:maxLength value="500" />
526                  </xs:restriction>
527                </xs:simpleType>
528              </xs:element>
529              <xs:element name="HASŁO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASŁO REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASŁO_REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASŁO_REKLAMOWEColumn" minOccurs="0">
530                <xs:simpleType>
531                  <xs:restriction base="xs:string">
532                    <xs:maxLength value="100" />
533                  </xs:restriction>
534                </xs:simpleType>
535              </xs:element>
536              <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0">
537                <xs:simpleType>
538                  <xs:restriction base="xs:string">
539                    <xs:maxLength value="5" />
540                  </xs:restriction>
541                </xs:simpleType>
542              </xs:element>
543              <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">
544                <xs:simpleType>
545                  <xs:restriction base="xs:string">
546                    <xs:maxLength value="200" />
547                  </xs:restriction>
548                </xs:simpleType>
549              </xs:element>
550              <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0">
551                <xs:simpleType>
552                  <xs:restriction base="xs:string">
553                    <xs:maxLength value="250" />
554                  </xs:restriction>
555                </xs:simpleType>
556              </xs:element>
557              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />
558              <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" />
559              <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" />
560            </xs:sequence>
561          </xs:complexType>
562        </xs:element>
563        <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">
564          <xs:complexType>
565            <xs:sequence>
566              <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" />
567              <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" />
568              <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" />
569              <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" />
570              <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">
571                <xs:simpleType>
572                  <xs:restriction base="xs:string">
573                    <xs:maxLength value="100" />
574                  </xs:restriction>
575                </xs:simpleType>
576              </xs:element>
577              <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">
578                <xs:simpleType>
579                  <xs:restriction base="xs:string">
580                    <xs:maxLength value="30" />
581                  </xs:restriction>
582                </xs:simpleType>
583              </xs:element>
584              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
585                <xs:simpleType>
586                  <xs:restriction base="xs:string">
587                    <xs:maxLength value="5" />
588                  </xs:restriction>
589                </xs:simpleType>
590              </xs:element>
591              <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" />
592              <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" />
593              <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" />
594              <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" />
595              <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" />
596              <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" />
597              <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" />
598              <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" />
599              <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" />
600              <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" />
601              <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" />
602              <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" />
603            </xs:sequence>
604          </xs:complexType>
605        </xs:element>
606        <xs:element name="Proforma" msprop:Generator_UserTableName="Proforma" msprop:Generator_RowDeletedName="ProformaRowDeleted" msprop:Generator_RowChangedName="ProformaRowChanged" msprop:Generator_RowClassName="ProformaRow" msprop:Generator_RowChangingName="ProformaRowChanging" msprop:Generator_RowEvArgName="ProformaRowChangeEvent" msprop:Generator_RowEvHandlerName="ProformaRowChangeEventHandler" msprop:Generator_TableClassName="ProformaDataTable" msprop:Generator_TableVarName="tableProforma" msprop:Generator_RowDeletingName="ProformaRowDeleting" msprop:Generator_TablePropName="Proforma">
607          <xs:complexType>
608            <xs:sequence>
609              <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">
610                <xs:simpleType>
611                  <xs:restriction base="xs:string">
612                    <xs:maxLength value="10" />
613                  </xs:restriction>
614                </xs:simpleType>
615              </xs:element>
616              <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" />
617              <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" />
618              <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">
619                <xs:simpleType>
620                  <xs:restriction base="xs:string">
621                    <xs:maxLength value="8" />
622                  </xs:restriction>
623                </xs:simpleType>
624              </xs:element>
625              <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" />
626              <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" />
627              <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">
628                <xs:simpleType>
629                  <xs:restriction base="xs:string">
630                    <xs:maxLength value="30" />
631                  </xs:restriction>
632                </xs:simpleType>
633              </xs:element>
634              <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" />
635              <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" />
636              <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" />
637              <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">
638                <xs:simpleType>
639                  <xs:restriction base="xs:string">
640                    <xs:maxLength value="30" />
641                  </xs:restriction>
642                </xs:simpleType>
643              </xs:element>
644              <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">
645                <xs:simpleType>
646                  <xs:restriction base="xs:string">
647                    <xs:maxLength value="30" />
648                  </xs:restriction>
649                </xs:simpleType>
650              </xs:element>
651              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
652                <xs:simpleType>
653                  <xs:restriction base="xs:string">
654                    <xs:maxLength value="1073741823" />
655                  </xs:restriction>
656                </xs:simpleType>
657              </xs:element>
658              <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">
659                <xs:simpleType>
660                  <xs:restriction base="xs:string">
661                    <xs:maxLength value="20" />
662                  </xs:restriction>
663                </xs:simpleType>
664              </xs:element>
665              <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" />
666              <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" />
667              <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" />
668              <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">
669                <xs:simpleType>
670                  <xs:restriction base="xs:string">
671                    <xs:maxLength value="1073741823" />
672                  </xs:restriction>
673                </xs:simpleType>
674              </xs:element>
675              <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">
676                <xs:simpleType>
677                  <xs:restriction base="xs:string">
678                    <xs:maxLength value="1073741823" />
679                  </xs:restriction>
680                </xs:simpleType>
681              </xs:element>
682              <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">
683                <xs:simpleType>
684                  <xs:restriction base="xs:string">
685                    <xs:maxLength value="50" />
686                  </xs:restriction>
687                </xs:simpleType>
688              </xs:element>
689              <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">
690                <xs:simpleType>
691                  <xs:restriction base="xs:string">
692                    <xs:maxLength value="50" />
693                  </xs:restriction>
694                </xs:simpleType>
695              </xs:element>
696              <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" />
697              <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" />
698              <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" />
699              <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" />
700              <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" />
701              <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" />
702              <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" />
703              <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" />
704              <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" />
705              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />
706              <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" />
707              <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">
708                <xs:simpleType>
709                  <xs:restriction base="xs:string">
710                    <xs:maxLength value="50" />
711                  </xs:restriction>
712                </xs:simpleType>
713              </xs:element>
714              <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" />
715              <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" />
716              <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" />
717              <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">
718                <xs:simpleType>
719                  <xs:restriction base="xs:string">
720                    <xs:maxLength value="4" />
721                  </xs:restriction>
722                </xs:simpleType>
723              </xs:element>
724              <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" />
725              <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" />
726              <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" />
727              <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">
728                <xs:simpleType>
729                  <xs:restriction base="xs:string">
730                    <xs:maxLength value="15" />
731                  </xs:restriction>
732                </xs:simpleType>
733              </xs:element>
734              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
735                <xs:simpleType>
736                  <xs:restriction base="xs:string">
737                    <xs:maxLength value="500" />
738                  </xs:restriction>
739                </xs:simpleType>
740              </xs:element>
741              <xs:element name="HASŁO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASŁO REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASŁO_REKLAMOWEColumn" minOccurs="0">
742                <xs:simpleType>
743                  <xs:restriction base="xs:string">
744                    <xs:maxLength value="100" />
745                  </xs:restriction>
746                </xs:simpleType>
747              </xs:element>
748              <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0">
749                <xs:simpleType>
750                  <xs:restriction base="xs:string">
751                    <xs:maxLength value="5" />
752                  </xs:restriction>
753                </xs:simpleType>
754              </xs:element>
755              <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">
756                <xs:simpleType>
757                  <xs:restriction base="xs:string">
758                    <xs:maxLength value="200" />
759                  </xs:restriction>
760                </xs:simpleType>
761              </xs:element>
762              <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0">
763                <xs:simpleType>
764                  <xs:restriction base="xs:string">
765                    <xs:maxLength value="250" />
766                  </xs:restriction>
767                </xs:simpleType>
768              </xs:element>
769            </xs:sequence>
770          </xs:complexType>
771        </xs:element>
772        <xs:element name="Zamowienie" msprop:Generator_UserTableName="Zamowienie" msprop:Generator_RowDeletedName="ZamowienieRowDeleted" msprop:Generator_RowChangedName="ZamowienieRowChanged" msprop:Generator_RowClassName="ZamowienieRow" msprop:Generator_RowChangingName="ZamowienieRowChanging" msprop:Generator_RowEvArgName="ZamowienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ZamowienieRowChangeEventHandler" msprop:Generator_TableClassName="ZamowienieDataTable" msprop:Generator_TableVarName="tableZamowienie" msprop:Generator_RowDeletingName="ZamowienieRowDeleting" msprop:Generator_TablePropName="Zamowienie">
773          <xs:complexType>
774            <xs:sequence>
775              <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">
776                <xs:simpleType>
777                  <xs:restriction base="xs:string">
778                    <xs:maxLength value="10" />
779                  </xs:restriction>
780                </xs:simpleType>
781              </xs:element>
782              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
783                <xs:simpleType>
784                  <xs:restriction base="xs:string">
785                    <xs:maxLength value="5" />
786                  </xs:restriction>
787                </xs:simpleType>
788              </xs:element>
789              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
790                <xs:simpleType>
791                  <xs:restriction base="xs:string">
792                    <xs:maxLength value="25" />
793                  </xs:restriction>
794                </xs:simpleType>
795              </xs:element>
796              <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" />
797              <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" />
798              <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" />
799              <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" />
800              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
801                <xs:simpleType>
802                  <xs:restriction base="xs:string">
803                    <xs:maxLength value="5" />
804                  </xs:restriction>
805                </xs:simpleType>
806              </xs:element>
807              <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" />
808              <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" />
809              <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" />
810              <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" />
811              <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" />
812              <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" />
813              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
814                <xs:simpleType>
815                  <xs:restriction base="xs:string">
816                    <xs:maxLength value="1000" />
817                  </xs:restriction>
818                </xs:simpleType>
819              </xs:element>
820              <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" />
821              <xs:element name="Imię" msprop:Generator_UserColumnName="Imię" msprop:Generator_ColumnPropNameInRow="Imię" msprop:Generator_ColumnVarNameInTable="columnImię" msprop:Generator_ColumnPropNameInTable="ImięColumn" minOccurs="0">
822                <xs:simpleType>
823                  <xs:restriction base="xs:string">
824                    <xs:maxLength value="50" />
825                  </xs:restriction>
826                </xs:simpleType>
827              </xs:element>
828              <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
829                <xs:simpleType>
830                  <xs:restriction base="xs:string">
831                    <xs:maxLength value="50" />
832                  </xs:restriction>
833                </xs:simpleType>
834              </xs:element>
835              <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">
836                <xs:simpleType>
837                  <xs:restriction base="xs:string">
838                    <xs:maxLength value="200" />
839                  </xs:restriction>
840                </xs:simpleType>
841              </xs:element>
842              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
843                <xs:simpleType>
844                  <xs:restriction base="xs:string">
845                    <xs:maxLength value="50" />
846                  </xs:restriction>
847                </xs:simpleType>
848              </xs:element>
849              <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0">
850                <xs:simpleType>
851                  <xs:restriction base="xs:string">
852                    <xs:maxLength value="50" />
853                  </xs:restriction>
854                </xs:simpleType>
855              </xs:element>
856              <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0">
857                <xs:simpleType>
858                  <xs:restriction base="xs:string">
859                    <xs:maxLength value="50" />
860                  </xs:restriction>
861                </xs:simpleType>
862              </xs:element>
863              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
864                <xs:simpleType>
865                  <xs:restriction base="xs:string">
866                    <xs:maxLength value="50" />
867                  </xs:restriction>
868                </xs:simpleType>
869              </xs:element>
870              <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0">
871                <xs:simpleType>
872                  <xs:restriction base="xs:string">
873                    <xs:maxLength value="50" />
874                  </xs:restriction>
875                </xs:simpleType>
876              </xs:element>
877              <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0">
878                <xs:simpleType>
879                  <xs:restriction base="xs:string">
880                    <xs:maxLength value="50" />
881                  </xs:restriction>
882                </xs:simpleType>
883              </xs:element>
884              <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" />
885              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
886                <xs:simpleType>
887                  <xs:restriction base="xs:string">
888                    <xs:maxLength value="500" />
889                  </xs:restriction>
890                </xs:simpleType>
891              </xs:element>
892              <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">
893                <xs:simpleType>
894                  <xs:restriction base="xs:string">
895                    <xs:maxLength value="200" />
896                  </xs:restriction>
897                </xs:simpleType>
898              </xs:element>
899              <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" />
900              <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">
901                <xs:simpleType>
902                  <xs:restriction base="xs:string">
903                    <xs:maxLength value="4" />
904                  </xs:restriction>
905                </xs:simpleType>
906              </xs:element>
907              <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" />
908              <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" type="xs:unsignedByte" minOccurs="0" />
909              <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" />
910              <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">
911                <xs:simpleType>
912                  <xs:restriction base="xs:string">
913                    <xs:maxLength value="8" />
914                  </xs:restriction>
915                </xs:simpleType>
916              </xs:element>
917              <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" />
918              <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" />
919              <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" minOccurs="0" />
920              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
921              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
922                <xs:simpleType>
923                  <xs:restriction base="xs:string">
924                    <xs:maxLength value="3" />
925                  </xs:restriction>
926                </xs:simpleType>
927              </xs:element>
928              <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">
929                <xs:simpleType>
930                  <xs:restriction base="xs:string">
931                    <xs:maxLength value="15" />
932                  </xs:restriction>
933                </xs:simpleType>
934              </xs:element>
935              <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0">
936                <xs:simpleType>
937                  <xs:restriction base="xs:string">
938                    <xs:maxLength value="250" />
939                  </xs:restriction>
940                </xs:simpleType>
941              </xs:element>
942              <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" type="xs:string" minOccurs="0" />
943            </xs:sequence>
944          </xs:complexType>
945        </xs:element>
946        <xs:element name="emisje" msprop:Generator_UserTableName="emisje" msprop:Generator_RowDeletedName="emisjeRowDeleted" msprop:Generator_RowChangedName="emisjeRowChanged" msprop:Generator_RowClassName="emisjeRow" msprop:Generator_RowChangingName="emisjeRowChanging" msprop:Generator_RowEvArgName="emisjeRowChangeEvent" msprop:Generator_RowEvHandlerName="emisjeRowChangeEventHandler" msprop:Generator_TableClassName="emisjeDataTable" msprop:Generator_TableVarName="tableemisje" msprop:Generator_RowDeletingName="emisjeRowDeleting" msprop:Generator_TablePropName="emisje">
947          <xs:complexType>
948            <xs:sequence>
949              <xs:element name="ID" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:string" minOccurs="0" />
950            </xs:sequence>
951          </xs:complexType>
952        </xs:element>
953        <xs:element name="FAKTURA_DETAILS2" msprop:Generator_UserTableName="FAKTURA_DETAILS2" msprop:Generator_RowDeletedName="FAKTURA_DETAILS2RowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILS2RowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILS2Row" msprop:Generator_RowChangingName="FAKTURA_DETAILS2RowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILS2RowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILS2RowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILS2DataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS2" msprop:Generator_RowDeletingName="FAKTURA_DETAILS2RowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS2">
954          <xs:complexType>
955            <xs:sequence>
956              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
957                <xs:simpleType>
958                  <xs:restriction base="xs:string">
959                    <xs:maxLength value="5" />
960                  </xs:restriction>
961                </xs:simpleType>
962              </xs:element>
963              <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" />
964              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
965              <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" />
966              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
967              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
968              <xs:element name="SYMB" msprop:Generator_UserColumnName="SYMB" msprop:Generator_ColumnVarNameInTable="columnSYMB" msprop:Generator_ColumnPropNameInRow="SYMB" msprop:Generator_ColumnPropNameInTable="SYMBColumn" minOccurs="0">
969                <xs:simpleType>
970                  <xs:restriction base="xs:string">
971                    <xs:maxLength value="5" />
972                  </xs:restriction>
973                </xs:simpleType>
974              </xs:element>
975              <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" />
976              <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">
977                <xs:simpleType>
978                  <xs:restriction base="xs:string">
979                    <xs:maxLength value="100" />
980                  </xs:restriction>
981                </xs:simpleType>
982              </xs:element>
983            </xs:sequence>
984          </xs:complexType>
985        </xs:element>
986        <xs:element name="Zamowienie2" msprop:Generator_UserTableName="Zamowienie2" msprop:Generator_RowDeletedName="Zamowienie2RowDeleted" msprop:Generator_RowChangedName="Zamowienie2RowChanged" msprop:Generator_RowClassName="Zamowienie2Row" msprop:Generator_RowChangingName="Zamowienie2RowChanging" msprop:Generator_RowEvArgName="Zamowienie2RowChangeEvent" msprop:Generator_RowEvHandlerName="Zamowienie2RowChangeEventHandler" msprop:Generator_TableClassName="Zamowienie2DataTable" msprop:Generator_TableVarName="tableZamowienie2" msprop:Generator_RowDeletingName="Zamowienie2RowDeleting" msprop:Generator_TablePropName="Zamowienie2">
987          <xs:complexType>
988            <xs:sequence>
989              <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">
990                <xs:simpleType>
991                  <xs:restriction base="xs:string">
992                    <xs:maxLength value="10" />
993                  </xs:restriction>
994                </xs:simpleType>
995              </xs:element>
996              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">
997                <xs:simpleType>
998                  <xs:restriction base="xs:string">
999                    <xs:maxLength value="5" />
1000                  </xs:restriction>
1001                </xs:simpleType>
1002              </xs:element>
1003              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
1004                <xs:simpleType>
1005                  <xs:restriction base="xs:string">
1006                    <xs:maxLength value="25" />
1007                  </xs:restriction>
1008                </xs:simpleType>
1009              </xs:element>
1010              <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" />
1011              <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" />
1012              <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" />
1013              <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" />
1014              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
1015                <xs:simpleType>
1016                  <xs:restriction base="xs:string">
1017                    <xs:maxLength value="5" />
1018                  </xs:restriction>
1019                </xs:simpleType>
1020              </xs:element>
1021              <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" />
1022              <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" />
1023              <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" />
1024              <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" />
1025              <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" />
1026              <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" />
1027              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
1028                <xs:simpleType>
1029                  <xs:restriction base="xs:string">
1030                    <xs:maxLength value="1000" />
1031                  </xs:restriction>
1032                </xs:simpleType>
1033              </xs:element>
1034              <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" />
1035              <xs:element name="Imię" msprop:Generator_UserColumnName="Imię" msprop:Generator_ColumnVarNameInTable="columnImię" msprop:Generator_ColumnPropNameInRow="Imię" msprop:Generator_ColumnPropNameInTable="ImięColumn" minOccurs="0">
1036                <xs:simpleType>
1037                  <xs:restriction base="xs:string">
1038                    <xs:maxLength value="50" />
1039                  </xs:restriction>
1040                </xs:simpleType>
1041              </xs:element>
1042              <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
1043                <xs:simpleType>
1044                  <xs:restriction base="xs:string">
1045                    <xs:maxLength value="50" />
1046                  </xs:restriction>
1047                </xs:simpleType>
1048              </xs:element>
1049              <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">
1050                <xs:simpleType>
1051                  <xs:restriction base="xs:string">
1052                    <xs:maxLength value="200" />
1053                  </xs:restriction>
1054                </xs:simpleType>
1055              </xs:element>
1056              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
1057                <xs:simpleType>
1058                  <xs:restriction base="xs:string">
1059                    <xs:maxLength value="50" />
1060                  </xs:restriction>
1061                </xs:simpleType>
1062              </xs:element>
1063              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
1064                <xs:simpleType>
1065                  <xs:restriction base="xs:string">
1066                    <xs:maxLength value="3" />
1067                  </xs:restriction>
1068                </xs:simpleType>
1069              </xs:element>
1070              <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0">
1071                <xs:simpleType>
1072                  <xs:restriction base="xs:string">
1073                    <xs:maxLength value="50" />
1074                  </xs:restriction>
1075                </xs:simpleType>
1076              </xs:element>
1077              <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0">
1078                <xs:simpleType>
1079                  <xs:restriction base="xs:string">
1080                    <xs:maxLength value="50" />
1081                  </xs:restriction>
1082                </xs:simpleType>
1083              </xs:element>
1084              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
1085                <xs:simpleType>
1086                  <xs:restriction base="xs:string">
1087                    <xs:maxLength value="50" />
1088                  </xs:restriction>
1089                </xs:simpleType>
1090              </xs:element>
1091              <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0">
1092                <xs:simpleType>
1093                  <xs:restriction base="xs:string">
1094                    <xs:maxLength value="50" />
1095                  </xs:restriction>
1096                </xs:simpleType>
1097              </xs:element>
1098              <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0">
1099                <xs:simpleType>
1100                  <xs:restriction base="xs:string">
1101                    <xs:maxLength value="50" />
1102                  </xs:restriction>
1103                </xs:simpleType>
1104              </xs:element>
1105              <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" />
1106              <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" />
1107              <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" type="xs:unsignedByte" minOccurs="0" />
1108              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
1109                <xs:simpleType>
1110                  <xs:restriction base="xs:string">
1111                    <xs:maxLength value="500" />
1112                  </xs:restriction>
1113                </xs:simpleType>
1114              </xs:element>
1115              <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" />
1116              <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">
1117                <xs:simpleType>
1118                  <xs:restriction base="xs:string">
1119                    <xs:maxLength value="8" />
1120                  </xs:restriction>
1121                </xs:simpleType>
1122              </xs:element>
1123              <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" />
1124              <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" />
1125              <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">
1126                <xs:simpleType>
1127                  <xs:restriction base="xs:string">
1128                    <xs:maxLength value="200" />
1129                  </xs:restriction>
1130                </xs:simpleType>
1131              </xs:element>
1132              <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0">
1133                <xs:simpleType>
1134                  <xs:restriction base="xs:string">
1135                    <xs:maxLength value="250" />
1136                  </xs:restriction>
1137                </xs:simpleType>
1138              </xs:element>
1139              <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" />
1140              <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">
1141                <xs:simpleType>
1142                  <xs:restriction base="xs:string">
1143                    <xs:maxLength value="4" />
1144                  </xs:restriction>
1145                </xs:simpleType>
1146              </xs:element>
1147              <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" minOccurs="0" />
1148              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
1149              <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">
1150                <xs:simpleType>
1151                  <xs:restriction base="xs:string">
1152                    <xs:maxLength value="15" />
1153                  </xs:restriction>
1154                </xs:simpleType>
1155              </xs:element>
1156              <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" minOccurs="0">
1157                <xs:simpleType>
1158                  <xs:restriction base="xs:string">
1159                    <xs:maxLength value="1024" />
1160                  </xs:restriction>
1161                </xs:simpleType>
1162              </xs:element>
1163              <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0">
1164                <xs:simpleType>
1165                  <xs:restriction base="xs:string">
1166                    <xs:maxLength value="40" />
1167                  </xs:restriction>
1168                </xs:simpleType>
1169              </xs:element>
1170              <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" minOccurs="0" />
1171            </xs:sequence>
1172          </xs:complexType>
1173        </xs:element>
1174      </xs:choice>
1175    </xs:complexType>
1176    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
1177      <xs:selector xpath=".//mstns:Faktura" />
1178      <xs:field xpath="mstns:ID_FAKTURY" />
1179    </xs:unique>
1180    <xs:unique name="FAKTURA_DETAILS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
1181      <xs:selector xpath=".//mstns:FAKTURA_DETAILS" />
1182      <xs:field xpath="mstns:ID_FAKTURA_DETAILS" />
1183    </xs:unique>
1184    <xs:unique name="Proforma_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
1185      <xs:selector xpath=".//mstns:Proforma" />
1186      <xs:field xpath="mstns:ID_FAKTURY" />
1187    </xs:unique>
1188  </xs:element>
1189</xs:schema>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.