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

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