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

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