Zbiór zmian 1001
- Data:
- 2010-01-12 13:17:12 (16 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 8 zmodyfikowane
-
AddZamowienieForm.Designer.cs (zmodyfikowane) (8 diffs)
-
AddZamowienieForm.resx (zmodyfikowane) (2 diffs)
-
Baza Reklam.csproj (zmodyfikowane) (1 diff)
-
OrderDetails.Designer.cs (zmodyfikowane) (11 diffs)
-
Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
REKLAMADataSet.Designer.cs (zmodyfikowane) (1 diff)
-
REKLAMADataSet.xsd (zmodyfikowane) (86 diffs)
-
REKLAMADataSet.xss (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/AddZamowienieForm.Designer.cs
r234 r1001 45 45 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 46 46 this.groupBox1 = new System.Windows.Forms.GroupBox(); 47 this.lblCzasPlatnosci = new System.Windows.Forms.Label(); 47 48 this.txtCzasPlatnosci = new System.Windows.Forms.TextBox(); 48 49 this.czasPlatnosciListBox = new System.Windows.Forms.ListBox(); … … 76 77 zPLabel = new System.Windows.Forms.Label(); 77 78 notatkaKierownikLabel = new System.Windows.Forms.Label(); 78 lblCzasPlatnosci = new System.Windows.Forms.Label();79 79 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 80 80 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); … … 154 154 // 155 155 procentProwizjiLabel.AutoSize = true; 156 procentProwizjiLabel.Location = new System.Drawing.Point(1 03, 114);156 procentProwizjiLabel.Location = new System.Drawing.Point(120, 114); 157 157 procentProwizjiLabel.Name = "procentProwizjiLabel"; 158 158 procentProwizjiLabel.Size = new System.Drawing.Size(55, 13); … … 199 199 // groupBox1 200 200 // 201 this.groupBox1.Controls.Add( lblCzasPlatnosci);201 this.groupBox1.Controls.Add(this.lblCzasPlatnosci); 202 202 this.groupBox1.Controls.Add(this.txtCzasPlatnosci); 203 203 this.groupBox1.Controls.Add(czasPlatnosciLabel); … … 219 219 this.groupBox1.Text = "Sposób fakturowania"; 220 220 // 221 // lblCzasPlatnosci 222 // 223 this.lblCzasPlatnosci.Location = new System.Drawing.Point(195, 171); 224 this.lblCzasPlatnosci.Name = "lblCzasPlatnosci"; 225 this.lblCzasPlatnosci.Size = new System.Drawing.Size(77, 30); 226 this.lblCzasPlatnosci.TabIndex = 65; 227 this.lblCzasPlatnosci.Text = "Dowolny czas p³atnoci:"; 228 // 221 229 // txtCzasPlatnosci 222 230 // … … 353 361 this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true)); 354 362 this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39); 355 this.notatkaZamowienieTextBox.MaxLength = 200;363 this.notatkaZamowienieTextBox.MaxLength = 500; 356 364 this.notatkaZamowienieTextBox.Multiline = true; 357 365 this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox"; 358 this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(2 07, 74);366 this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(225, 74); 359 367 this.notatkaZamowienieTextBox.TabIndex = 9; 360 368 // … … 387 395 // 388 396 this.procentProwizjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "procentProwizji", true)); 389 this.procentProwizjiTextBox.Location = new System.Drawing.Point(1 64, 111);397 this.procentProwizjiTextBox.Location = new System.Drawing.Point(181, 111); 390 398 this.procentProwizjiTextBox.Name = "procentProwizjiTextBox"; 391 399 this.procentProwizjiTextBox.Size = new System.Drawing.Size(62, 20); … … 410 418 this.notatkaKierownikTextBox.Multiline = true; 411 419 this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; 412 this.notatkaKierownikTextBox.Size = new System.Drawing.Size(2 08, 71);420 this.notatkaKierownikTextBox.Size = new System.Drawing.Size(225, 71); 413 421 this.notatkaKierownikTextBox.TabIndex = 14; 414 //415 // lblCzasPlatnosci416 //417 lblCzasPlatnosci.Location = new System.Drawing.Point(195, 171);418 lblCzasPlatnosci.Name = "lblCzasPlatnosci";419 lblCzasPlatnosci.Size = new System.Drawing.Size(77, 30);420 lblCzasPlatnosci.TabIndex = 65;421 lblCzasPlatnosci.Text = "Dowolny czas p³atnoci:";422 422 // 423 423 // AddZamowienieForm -
trunk/BazaReklam/AddZamowienieForm.resx
r234 r1001 154 154 <value>17, 17</value> 155 155 </metadata> 156 <metadata name="rEKLAMADataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">157 <value>17, 17</value>158 </metadata>159 <metadata name="lblCzasPlatnosci.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">160 <value>False</value>161 </metadata>162 156 <metadata name="aGENCIBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 163 157 <value>17, 56</value> 158 </metadata> 159 <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 160 <value>546, 17</value> 164 161 </metadata> 165 162 <metadata name="kONTABindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> … … 186 183 </value> 187 184 </data> 188 <metadata name="aGENCIBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">189 <value>17, 56</value>190 </metadata>191 <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">192 <value>546, 17</value>193 </metadata>194 <metadata name="sLOWNIKDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">195 <value>546, 17</value>196 </metadata>197 <metadata name="kONTABindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">198 <value>692, 17</value>199 </metadata>200 185 <metadata name="zamowieniaTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 201 186 <value>357, 17</value> -
trunk/BazaReklam/Baza Reklam.csproj
r1000 r1001 40 40 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 41 41 <ApplicationRevision>0</ApplicationRevision> 42 <ApplicationVersion>1.2.1 1.0</ApplicationVersion>42 <ApplicationVersion>1.2.12.0</ApplicationVersion> 43 43 <UseApplicationTrust>false</UseApplicationTrust> 44 44 <BootstrapperEnabled>false</BootstrapperEnabled> -
trunk/BazaReklam/OrderDetails.Designer.cs
r750 r1001 109 109 this.zafakturowana = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 110 110 this.netto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 111 this. reklamaIdColumn= new System.Windows.Forms.DataGridViewTextBoxColumn();111 this.ReklamaId = new System.Windows.Forms.DataGridViewTextBoxColumn(); 112 112 this.rEKLAMAUKAZESIEWNRBindingSource = new System.Windows.Forms.BindingSource(this.components); 113 113 this.uKAZE_SIE_W_NRTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.UKAZE_SIE_W_NRTableAdapter(); … … 466 466 zablokuj_prowizjeLabel.TabIndex = 29; 467 467 zablokuj_prowizjeLabel.Text = "Zablokowana:"; 468 zablokuj_prowizjeLabel.Visible = false; 468 469 // 469 470 // kOLORLabel … … 920 921 this.zablokuj_prowizjeCheckBox.Size = new System.Drawing.Size(15, 14); 921 922 this.zablokuj_prowizjeCheckBox.TabIndex = 29; 923 this.zablokuj_prowizjeCheckBox.Visible = false; 922 924 this.zablokuj_prowizjeCheckBox.CheckedChanged += new System.EventHandler(this.zablokuj_prowizjeCheckBox_CheckedChanged); 923 925 // … … 942 944 this.zafakturowana, 943 945 this.netto, 944 this. reklamaIdColumn});946 this.ReklamaId}); 945 947 this.ukazeSieDataGridView.DataSource = this.rEKLAMAUKAZESIEWNRBindingSource; 946 948 this.ukazeSieDataGridView.Location = new System.Drawing.Point(435, 9); … … 991 993 this.netto.Width = 70; 992 994 // 993 // reklamaIdColumn994 // 995 this. reklamaIdColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;996 this. reklamaIdColumn.DataPropertyName = "ReklamaId";997 this. reklamaIdColumn.HeaderText = "ReklamaId";998 this. reklamaIdColumn.Name = "ReklamaId";999 this. reklamaIdColumn.ReadOnly = true;1000 this. reklamaIdColumn.Visible = false;995 // ReklamaId 996 // 997 this.ReklamaId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 998 this.ReklamaId.DataPropertyName = "ReklamaId"; 999 this.ReklamaId.HeaderText = "ReklamaId"; 1000 this.ReklamaId.Name = "ReklamaId"; 1001 this.ReklamaId.ReadOnly = true; 1002 this.ReklamaId.Visible = false; 1001 1003 // 1002 1004 // rEKLAMAUKAZESIEWNRBindingSource … … 1769 1771 this.anulujToolStripMenuItem}); 1770 1772 this.emisjeContextMenuStrip.Name = "emisjeContextMenuStrip"; 1771 this.emisjeContextMenuStrip.Size = new System.Drawing.Size(11 6, 70);1773 this.emisjeContextMenuStrip.Size = new System.Drawing.Size(110, 70); 1772 1774 // 1773 1775 // zmienToolStripMenuItem 1774 1776 // 1775 1777 this.zmienToolStripMenuItem.Name = "zmienToolStripMenuItem"; 1776 this.zmienToolStripMenuItem.Size = new System.Drawing.Size(1 15, 22);1778 this.zmienToolStripMenuItem.Size = new System.Drawing.Size(109, 22); 1777 1779 this.zmienToolStripMenuItem.Text = "Zmieñ"; 1778 1780 // … … 1780 1782 // 1781 1783 this.usunToolStripMenuItem.Name = "usunToolStripMenuItem"; 1782 this.usunToolStripMenuItem.Size = new System.Drawing.Size(1 15, 22);1784 this.usunToolStripMenuItem.Size = new System.Drawing.Size(109, 22); 1783 1785 this.usunToolStripMenuItem.Text = "Usuñ"; 1784 1786 // … … 1786 1788 // 1787 1789 this.anulujToolStripMenuItem.Name = "anulujToolStripMenuItem"; 1788 this.anulujToolStripMenuItem.Size = new System.Drawing.Size(1 15, 22);1790 this.anulujToolStripMenuItem.Size = new System.Drawing.Size(109, 22); 1789 1791 this.anulujToolStripMenuItem.Text = "Anuluj"; 1790 1792 // … … 1795 1797 this.editItem}); 1796 1798 this.advertSiteContext.Name = "advertSiteContext"; 1797 this.advertSiteContext.Size = new System.Drawing.Size(1 17, 48);1799 this.advertSiteContext.Size = new System.Drawing.Size(108, 48); 1798 1800 // 1799 1801 // deleteItem 1800 1802 // 1801 1803 this.deleteItem.Name = "deleteItem"; 1802 this.deleteItem.Size = new System.Drawing.Size(1 16, 22);1804 this.deleteItem.Size = new System.Drawing.Size(107, 22); 1803 1805 this.deleteItem.Text = "Usuñ"; 1804 1806 this.deleteItem.Click += new System.EventHandler(this.deleteItem_Click); … … 1807 1809 // 1808 1810 this.editItem.Name = "editItem"; 1809 this.editItem.Size = new System.Drawing.Size(1 16, 22);1811 this.editItem.Size = new System.Drawing.Size(107, 22); 1810 1812 this.editItem.Text = "Edytuj"; 1811 1813 this.editItem.Click += new System.EventHandler(this.editItem_Click); … … 2026 2028 private System.Windows.Forms.Label lblModuleDescription; 2027 2029 private System.Windows.Forms.Button btnSaveClose; 2030 private System.Windows.Forms.DataGridViewTextBoxColumn ReklamaId; 2028 2031 2029 2032 -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r1000 r1001 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.2.1 1")]32 [assembly: AssemblyFileVersion("1.2.12")] -
trunk/BazaReklam/REKLAMADataSet.Designer.cs
r864 r1001 15915 15915 this.columnczasPlatnosci.DefaultValue = ((int)(7)); 15916 15916 this.columnkodAgenta.MaxLength = 3; 15917 this.columnnotatkaZamowienie.MaxLength = 200;15917 this.columnnotatkaZamowienie.MaxLength = 500; 15918 15918 this.columnnotatkaKierownik.MaxLength = 200; 15919 15919 this.columnzafakturowanoWszystko.AllowDBNull = false; -
trunk/BazaReklam/REKLAMADataSet.xsd
r1000 r1001 3576 3576 <xs:complexType> 3577 3577 <xs:sequence> 3578 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 3579 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 3580 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 3581 <xs:simpleType> 3582 <xs:restriction base="xs:string"> 3583 <xs:maxLength value="50" /> 3584 </xs:restriction> 3585 </xs:simpleType> 3586 </xs:element> 3587 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT" minOccurs="0"> 3588 <xs:simpleType> 3589 <xs:restriction base="xs:string"> 3590 <xs:maxLength value="5" /> 3591 </xs:restriction> 3592 </xs:simpleType> 3593 </xs:element> 3594 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA" minOccurs="0"> 3595 <xs:simpleType> 3596 <xs:restriction base="xs:string"> 3597 <xs:maxLength value="10" /> 3598 </xs:restriction> 3599 </xs:simpleType> 3600 </xs:element> 3601 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test" minOccurs="0"> 3602 <xs:simpleType> 3603 <xs:restriction base="xs:string"> 3604 <xs:maxLength value="10" /> 3605 </xs:restriction> 3606 </xs:simpleType> 3607 </xs:element> 3608 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 3609 <xs:simpleType> 3610 <xs:restriction base="xs:string"> 3611 <xs:maxLength value="50" /> 3612 </xs:restriction> 3613 </xs:simpleType> 3614 </xs:element> 3615 <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" /> 3616 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1" minOccurs="0" /> 3617 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1" minOccurs="0" /> 3618 <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"> 3619 <xs:simpleType> 3620 <xs:restriction base="xs:string"> 3621 <xs:maxLength value="50" /> 3622 </xs:restriction> 3623 </xs:simpleType> 3624 </xs:element> 3625 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 3626 <xs:simpleType> 3627 <xs:restriction base="xs:string"> 3628 <xs:maxLength value="100" /> 3629 </xs:restriction> 3630 </xs:simpleType> 3631 </xs:element> 3632 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 3633 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 3634 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0" minOccurs="0" /> 3635 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1" minOccurs="0" /> 3636 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W" minOccurs="0"> 3637 <xs:simpleType> 3638 <xs:restriction base="xs:string"> 3639 <xs:maxLength value="5" /> 3640 </xs:restriction> 3641 </xs:simpleType> 3642 </xs:element> 3643 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false" minOccurs="0" /> 3644 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0" minOccurs="0" /> 3645 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0" minOccurs="0" /> 3646 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false" minOccurs="0" /> 3647 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false" minOccurs="0" /> 3648 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 3649 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> 3650 <xs:simpleType> 3651 <xs:restriction base="xs:string"> 3652 <xs:maxLength value="25" /> 3653 </xs:restriction> 3654 </xs:simpleType> 3655 </xs:element> 3656 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 3657 <xs:simpleType> 3658 <xs:restriction base="xs:string"> 3659 <xs:maxLength value="50" /> 3660 </xs:restriction> 3661 </xs:simpleType> 3662 </xs:element> 3663 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0" minOccurs="0" /> 3664 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0" minOccurs="0" /> 3665 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22" minOccurs="0" /> 3666 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0" minOccurs="0" /> 3667 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0" minOccurs="0" /> 3668 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0" minOccurs="0" /> 3669 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0" minOccurs="0" /> 3670 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 3671 <xs:simpleType> 3672 <xs:restriction base="xs:string"> 3673 <xs:maxLength value="1000" /> 3674 </xs:restriction> 3675 </xs:simpleType> 3676 </xs:element> 3677 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 3678 <xs:simpleType> 3679 <xs:restriction base="xs:string"> 3680 <xs:maxLength value="50" /> 3681 </xs:restriction> 3682 </xs:simpleType> 3683 </xs:element> 3684 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1" minOccurs="0" /> 3685 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 3686 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 3687 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 3688 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 3689 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false" minOccurs="0" /> 3690 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 3691 <xs:simpleType> 3692 <xs:restriction base="xs:string"> 3693 <xs:maxLength value="50" /> 3694 </xs:restriction> 3695 </xs:simpleType> 3696 </xs:element> 3697 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 3698 <xs:simpleType> 3699 <xs:restriction base="xs:string"> 3700 <xs:maxLength value="50" /> 3701 </xs:restriction> 3702 </xs:simpleType> 3703 </xs:element> 3704 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 3705 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 3706 <xs:simpleType> 3707 <xs:restriction base="xs:string"> 3708 <xs:maxLength value="1" /> 3709 </xs:restriction> 3710 </xs:simpleType> 3711 </xs:element> 3712 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 3713 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 3714 <xs:simpleType> 3715 <xs:restriction base="xs:string"> 3716 <xs:maxLength value="8" /> 3717 </xs:restriction> 3718 </xs:simpleType> 3719 </xs:element> 3720 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 3721 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 3722 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 3723 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 3724 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 3725 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 3726 <xs:simpleType> 3727 <xs:restriction base="xs:string"> 3728 <xs:maxLength value="200" /> 3729 </xs:restriction> 3730 </xs:simpleType> 3731 </xs:element> 3732 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false" minOccurs="0" /> 3733 <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"> 3734 <xs:simpleType> 3735 <xs:restriction base="xs:string"> 3736 <xs:maxLength value="200" /> 3737 </xs:restriction> 3738 </xs:simpleType> 3739 </xs:element> 3740 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false" /> 3741 <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" /> 3742 <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" /> 3743 <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" /> 3744 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default="" minOccurs="0"> 3745 <xs:simpleType> 3746 <xs:restriction base="xs:string"> 3747 <xs:maxLength value="4" /> 3748 </xs:restriction> 3749 </xs:simpleType> 3750 </xs:element> 3751 <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" /> 3752 <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" /> 3753 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1" minOccurs="0" /> 3754 <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"> 3755 <xs:simpleType> 3756 <xs:restriction base="xs:string"> 3757 <xs:maxLength value="15" /> 3758 </xs:restriction> 3759 </xs:simpleType> 3760 </xs:element> 3761 <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" /> 3762 <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" /> 3763 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" /> 3764 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" /> 3765 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" /> 3766 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 3767 <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" /> 3768 <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" /> 3769 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 3770 <xs:element name="Data1Emisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data1Emisji" msprop:Generator_ColumnPropNameInRow="Data1Emisji" msprop:Generator_ColumnVarNameInTable="columnData1Emisji" msprop:Generator_ColumnPropNameInTable="Data1EmisjiColumn" type="xs:dateTime" minOccurs="0" /> 3771 <xs:element name="ModulePrice" msprop:Generator_UserColumnName="ModulePrice" msprop:Generator_ColumnPropNameInRow="ModulePrice" msprop:Generator_ColumnVarNameInTable="columnModulePrice" msprop:Generator_ColumnPropNameInTable="ModulePriceColumn" type="xs:decimal" minOccurs="0" /> 3772 <xs:element name="AdLocationId" msprop:Generator_UserColumnName="AdLocationId" msprop:Generator_ColumnPropNameInRow="AdLocationId" msprop:Generator_ColumnVarNameInTable="columnAdLocationId" msprop:Generator_ColumnPropNameInTable="AdLocationIdColumn" type="xs:int" default="1" minOccurs="0" /> 3773 </xs:sequence> 3774 </xs:complexType> 3775 </xs:element> 3776 <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR"> 3777 <xs:complexType> 3778 <xs:sequence> 3779 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 3780 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 3781 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 3782 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" /> 3783 <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" /> 3784 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" /> 3785 <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" /> 3786 <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" /> 3787 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" /> 3788 </xs:sequence> 3789 </xs:complexType> 3790 </xs:element> 3791 <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI"> 3792 <xs:complexType> 3793 <xs:sequence> 3794 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 3795 <xs:simpleType> 3796 <xs:restriction base="xs:string"> 3797 <xs:maxLength value="50" /> 3798 </xs:restriction> 3799 </xs:simpleType> 3800 </xs:element> 3801 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 3802 <xs:simpleType> 3803 <xs:restriction base="xs:string"> 3804 <xs:maxLength value="50" /> 3805 </xs:restriction> 3806 </xs:simpleType> 3807 </xs:element> 3808 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 3809 <xs:simpleType> 3810 <xs:restriction base="xs:string"> 3811 <xs:maxLength value="50" /> 3812 </xs:restriction> 3813 </xs:simpleType> 3814 </xs:element> 3815 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 3816 <xs:simpleType> 3817 <xs:restriction base="xs:string"> 3818 <xs:maxLength value="50" /> 3819 </xs:restriction> 3820 </xs:simpleType> 3821 </xs:element> 3822 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 3823 <xs:simpleType> 3824 <xs:restriction base="xs:string"> 3825 <xs:maxLength value="20" /> 3826 </xs:restriction> 3827 </xs:simpleType> 3828 </xs:element> 3829 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 3830 <xs:simpleType> 3831 <xs:restriction base="xs:string"> 3832 <xs:maxLength value="50" /> 3833 </xs:restriction> 3834 </xs:simpleType> 3835 </xs:element> 3836 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 3837 <xs:simpleType> 3838 <xs:restriction base="xs:string"> 3839 <xs:maxLength value="50" /> 3840 </xs:restriction> 3841 </xs:simpleType> 3842 </xs:element> 3843 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 3844 <xs:simpleType> 3845 <xs:restriction base="xs:string"> 3846 <xs:maxLength value="50" /> 3847 </xs:restriction> 3848 </xs:simpleType> 3849 </xs:element> 3850 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 3851 <xs:simpleType> 3852 <xs:restriction base="xs:string"> 3853 <xs:maxLength value="50" /> 3854 </xs:restriction> 3855 </xs:simpleType> 3856 </xs:element> 3857 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 3858 <xs:simpleType> 3859 <xs:restriction base="xs:string"> 3860 <xs:maxLength value="30" /> 3861 </xs:restriction> 3862 </xs:simpleType> 3863 </xs:element> 3864 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 3865 <xs:simpleType> 3866 <xs:restriction base="xs:string"> 3867 <xs:maxLength value="30" /> 3868 </xs:restriction> 3869 </xs:simpleType> 3870 </xs:element> 3871 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 3872 <xs:simpleType> 3873 <xs:restriction base="xs:string"> 3874 <xs:maxLength value="200" /> 3875 </xs:restriction> 3876 </xs:simpleType> 3877 </xs:element> 3878 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" /> 3879 <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"> 3880 <xs:simpleType> 3881 <xs:restriction base="xs:string"> 3882 <xs:maxLength value="200" /> 3883 </xs:restriction> 3884 </xs:simpleType> 3885 </xs:element> 3886 <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"> 3887 <xs:simpleType> 3888 <xs:restriction base="xs:string"> 3889 <xs:maxLength value="200" /> 3890 </xs:restriction> 3891 </xs:simpleType> 3892 </xs:element> 3893 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 3894 <xs:simpleType> 3895 <xs:restriction base="xs:string"> 3896 <xs:maxLength value="50" /> 3897 </xs:restriction> 3898 </xs:simpleType> 3899 </xs:element> 3900 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" /> 3901 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" /> 3902 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 3903 <xs:simpleType> 3904 <xs:restriction base="xs:string"> 3905 <xs:maxLength value="25" /> 3906 </xs:restriction> 3907 </xs:simpleType> 3908 </xs:element> 3909 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 3910 <xs:simpleType> 3911 <xs:restriction base="xs:string"> 3912 <xs:maxLength value="60" /> 3913 </xs:restriction> 3914 </xs:simpleType> 3915 </xs:element> 3916 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 3917 <xs:simpleType> 3918 <xs:restriction base="xs:string"> 3919 <xs:maxLength value="50" /> 3920 </xs:restriction> 3921 </xs:simpleType> 3922 </xs:element> 3923 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" /> 3924 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 3925 <xs:simpleType> 3926 <xs:restriction base="xs:string"> 3927 <xs:maxLength value="50" /> 3928 </xs:restriction> 3929 </xs:simpleType> 3930 </xs:element> 3931 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0"> 3932 <xs:simpleType> 3933 <xs:restriction base="xs:string"> 3934 <xs:maxLength value="25" /> 3935 </xs:restriction> 3936 </xs:simpleType> 3937 </xs:element> 3938 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" /> 3939 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" /> 3940 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 3941 <xs:simpleType> 3942 <xs:restriction base="xs:string"> 3943 <xs:maxLength value="50" /> 3944 </xs:restriction> 3945 </xs:simpleType> 3946 </xs:element> 3947 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 3948 <xs:simpleType> 3949 <xs:restriction base="xs:string"> 3950 <xs:maxLength value="3" /> 3951 </xs:restriction> 3952 </xs:simpleType> 3953 </xs:element> 3954 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 3955 <xs:simpleType> 3956 <xs:restriction base="xs:string"> 3957 <xs:maxLength value="10" /> 3958 </xs:restriction> 3959 </xs:simpleType> 3960 </xs:element> 3961 <xs:element name="AgentExpo" msprop:Generator_UserColumnName="AgentExpo" msprop:Generator_ColumnVarNameInTable="columnAgentExpo" msprop:Generator_ColumnPropNameInRow="AgentExpo" msprop:Generator_ColumnPropNameInTable="AgentExpoColumn" type="xs:string" minOccurs="0" /> 3962 <xs:element name="NameInMagazine" msprop:Generator_UserColumnName="NameInMagazine" msprop:Generator_ColumnVarNameInTable="columnNameInMagazine" msprop:Generator_ColumnPropNameInRow="NameInMagazine" msprop:Generator_ColumnPropNameInTable="NameInMagazineColumn" minOccurs="0"> 3963 <xs:simpleType> 3964 <xs:restriction base="xs:string"> 3965 <xs:maxLength value="50" /> 3966 </xs:restriction> 3967 </xs:simpleType> 3968 </xs:element> 3969 </xs:sequence> 3970 </xs:complexType> 3971 </xs:element> 3972 <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA"> 3973 <xs:complexType> 3974 <xs:sequence> 3975 <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" /> 3976 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 3977 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" /> 3978 <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" minOccurs="0" /> 3979 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 3980 </xs:sequence> 3981 </xs:complexType> 3982 </xs:element> 3983 <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU"> 3984 <xs:complexType> 3985 <xs:sequence> 3986 <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" /> 3987 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 3988 <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0"> 3989 <xs:simpleType> 3990 <xs:restriction base="xs:string"> 3991 <xs:maxLength value="50" /> 3992 </xs:restriction> 3993 </xs:simpleType> 3994 </xs:element> 3995 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 3996 <xs:simpleType> 3997 <xs:restriction base="xs:string"> 3998 <xs:maxLength value="50" /> 3999 </xs:restriction> 4000 </xs:simpleType> 4001 </xs:element> 4002 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4003 <xs:simpleType> 4004 <xs:restriction base="xs:string"> 4005 <xs:maxLength value="50" /> 4006 </xs:restriction> 4007 </xs:simpleType> 4008 </xs:element> 4009 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4010 <xs:simpleType> 4011 <xs:restriction base="xs:string"> 4012 <xs:maxLength value="50" /> 4013 </xs:restriction> 4014 </xs:simpleType> 4015 </xs:element> 4016 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4017 <xs:simpleType> 4018 <xs:restriction base="xs:string"> 4019 <xs:maxLength value="50" /> 4020 </xs:restriction> 4021 </xs:simpleType> 4022 </xs:element> 4023 </xs:sequence> 4024 </xs:complexType> 4025 </xs:element> 4026 <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA"> 4027 <xs:complexType> 4028 <xs:sequence> 4029 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 4030 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" /> 4031 <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0"> 4032 <xs:simpleType> 4033 <xs:restriction base="xs:string"> 4034 <xs:maxLength value="50" /> 4035 </xs:restriction> 4036 </xs:simpleType> 4037 </xs:element> 4038 <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0"> 4039 <xs:simpleType> 4040 <xs:restriction base="xs:string"> 4041 <xs:maxLength value="50" /> 4042 </xs:restriction> 4043 </xs:simpleType> 4044 </xs:element> 4045 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 4046 <xs:simpleType> 4047 <xs:restriction base="xs:string"> 4048 <xs:maxLength value="20" /> 4049 </xs:restriction> 4050 </xs:simpleType> 4051 </xs:element> 4052 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 4053 <xs:simpleType> 4054 <xs:restriction base="xs:string"> 4055 <xs:maxLength value="50" /> 4056 </xs:restriction> 4057 </xs:simpleType> 4058 </xs:element> 4059 <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" /> 4060 <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" /> 4061 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 4062 <xs:simpleType> 4063 <xs:restriction base="xs:string"> 4064 <xs:maxLength value="50" /> 4065 </xs:restriction> 4066 </xs:simpleType> 4067 </xs:element> 4068 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 4069 <xs:simpleType> 4070 <xs:restriction base="xs:string"> 4071 <xs:maxLength value="50" /> 4072 </xs:restriction> 4073 </xs:simpleType> 4074 </xs:element> 4075 <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" /> 4076 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 4077 <xs:simpleType> 4078 <xs:restriction base="xs:string"> 4079 <xs:maxLength value="50" /> 4080 </xs:restriction> 4081 </xs:simpleType> 4082 </xs:element> 4083 <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" /> 4084 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 4085 <xs:simpleType> 4086 <xs:restriction base="xs:string"> 4087 <xs:maxLength value="50" /> 4088 </xs:restriction> 4089 </xs:simpleType> 4090 </xs:element> 4091 <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" /> 4092 <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0"> 4093 <xs:simpleType> 4094 <xs:restriction base="xs:string"> 4095 <xs:maxLength value="50" /> 4096 </xs:restriction> 4097 </xs:simpleType> 4098 </xs:element> 4099 <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" /> 4100 <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" /> 4101 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" /> 4102 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 4103 <xs:simpleType> 4104 <xs:restriction base="xs:string"> 4105 <xs:maxLength value="1024" /> 4106 </xs:restriction> 4107 </xs:simpleType> 4108 </xs:element> 4109 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 4110 <xs:simpleType> 4111 <xs:restriction base="xs:string"> 4112 <xs:maxLength value="200" /> 4113 </xs:restriction> 4114 </xs:simpleType> 4115 </xs:element> 4116 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 4117 <xs:simpleType> 4118 <xs:restriction base="xs:string"> 4119 <xs:maxLength value="200" /> 4120 </xs:restriction> 4121 </xs:simpleType> 4122 </xs:element> 4123 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 4124 <xs:simpleType> 4125 <xs:restriction base="xs:string"> 4126 <xs:maxLength value="50" /> 4127 </xs:restriction> 4128 </xs:simpleType> 4129 </xs:element> 4130 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 4131 <xs:simpleType> 4132 <xs:restriction base="xs:string"> 4133 <xs:maxLength value="20" /> 4134 </xs:restriction> 4135 </xs:simpleType> 4136 </xs:element> 4137 <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" /> 4138 <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" /> 4139 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 4140 <xs:simpleType> 4141 <xs:restriction base="xs:string"> 4142 <xs:maxLength value="100" /> 4143 </xs:restriction> 4144 </xs:simpleType> 4145 </xs:element> 4146 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 4147 <xs:simpleType> 4148 <xs:restriction base="xs:string"> 4149 <xs:maxLength value="10" /> 4150 </xs:restriction> 4151 </xs:simpleType> 4152 </xs:element> 4153 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 4154 <xs:simpleType> 4155 <xs:restriction base="xs:string"> 4156 <xs:maxLength value="50" /> 4157 </xs:restriction> 4158 </xs:simpleType> 4159 </xs:element> 4160 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 4161 <xs:simpleType> 4162 <xs:restriction base="xs:string"> 4163 <xs:maxLength value="50" /> 4164 </xs:restriction> 4165 </xs:simpleType> 4166 </xs:element> 4167 <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0"> 4168 <xs:simpleType> 4169 <xs:restriction base="xs:string"> 4170 <xs:maxLength value="100" /> 4171 </xs:restriction> 4172 </xs:simpleType> 4173 </xs:element> 4174 <xs:element name="Type" msprop:Generator_UserColumnName="Type" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInTable="TypeColumn" type="xs:int" default="1" /> 4175 </xs:sequence> 4176 </xs:complexType> 4177 </xs:element> 4178 <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY"> 4179 <xs:complexType> 4180 <xs:sequence> 4181 <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" /> 4182 <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" /> 4183 <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"> 4184 <xs:simpleType> 4185 <xs:restriction base="xs:string"> 4186 <xs:maxLength value="8" /> 4187 </xs:restriction> 4188 </xs:simpleType> 4189 </xs:element> 4190 <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" /> 4191 <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" /> 4192 <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"> 4193 <xs:simpleType> 4194 <xs:restriction base="xs:string"> 4195 <xs:maxLength value="30" /> 4196 </xs:restriction> 4197 </xs:simpleType> 4198 </xs:element> 4199 <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" /> 4200 <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" /> 4201 <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" /> 4202 <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"> 4203 <xs:simpleType> 4204 <xs:restriction base="xs:string"> 4205 <xs:maxLength value="30" /> 4206 </xs:restriction> 4207 </xs:simpleType> 4208 </xs:element> 4209 <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"> 4210 <xs:simpleType> 4211 <xs:restriction base="xs:string"> 4212 <xs:maxLength value="30" /> 4213 </xs:restriction> 4214 </xs:simpleType> 4215 </xs:element> 4216 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4217 <xs:simpleType> 4218 <xs:restriction base="xs:string"> 4219 <xs:maxLength value="1073741823" /> 4220 </xs:restriction> 4221 </xs:simpleType> 4222 </xs:element> 4223 <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"> 4224 <xs:simpleType> 4225 <xs:restriction base="xs:string"> 4226 <xs:maxLength value="20" /> 4227 </xs:restriction> 4228 </xs:simpleType> 4229 </xs:element> 4230 <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" /> 4231 <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" /> 4232 <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" /> 4233 <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"> 4234 <xs:simpleType> 4235 <xs:restriction base="xs:string"> 4236 <xs:maxLength value="1073741823" /> 4237 </xs:restriction> 4238 </xs:simpleType> 4239 </xs:element> 4240 <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"> 4241 <xs:simpleType> 4242 <xs:restriction base="xs:string"> 4243 <xs:maxLength value="1073741823" /> 4244 </xs:restriction> 4245 </xs:simpleType> 4246 </xs:element> 4247 <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"> 4248 <xs:simpleType> 4249 <xs:restriction base="xs:string"> 4250 <xs:maxLength value="50" /> 4251 </xs:restriction> 4252 </xs:simpleType> 4253 </xs:element> 4254 <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"> 4255 <xs:simpleType> 4256 <xs:restriction base="xs:string"> 4257 <xs:maxLength value="50" /> 4258 </xs:restriction> 4259 </xs:simpleType> 4260 </xs:element> 4261 <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" /> 4262 <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" /> 4263 <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" /> 4264 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" /> 4265 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" /> 4266 <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" /> 4267 <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" /> 4268 <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" /> 4269 <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" /> 4270 <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" /> 4271 <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"> 4272 <xs:simpleType> 4273 <xs:restriction base="xs:string"> 4274 <xs:maxLength value="50" /> 4275 </xs:restriction> 4276 </xs:simpleType> 4277 </xs:element> 4278 <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" /> 4279 <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" /> 4280 <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" /> 4281 <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"> 4282 <xs:simpleType> 4283 <xs:restriction base="xs:string"> 4284 <xs:maxLength value="4" /> 4285 </xs:restriction> 4286 </xs:simpleType> 4287 </xs:element> 4288 <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" /> 4289 <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" /> 4290 <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" /> 4291 <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"> 4292 <xs:simpleType> 4293 <xs:restriction base="xs:string"> 4294 <xs:maxLength value="15" /> 4295 </xs:restriction> 4296 </xs:simpleType> 4297 </xs:element> 4298 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4299 <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" /> 4300 <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" /> 4301 <xs:element name="NrTygodnia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NrTygodnia" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="NrTygodnia" msprop:Generator_ColumnPropNameInTable="NrTygodniaColumn" msprop:Generator_ColumnVarNameInTable="columnNrTygodnia" type="xs:string" minOccurs="0" /> 4302 <xs:element name="SystemKsiegowyId" msprop:Generator_UserColumnName="SystemKsiegowyId" msprop:Generator_ColumnVarNameInTable="columnSystemKsiegowyId" msprop:Generator_ColumnPropNameInRow="SystemKsiegowyId" msprop:Generator_ColumnPropNameInTable="SystemKsiegowyIdColumn" type="xs:unsignedByte" minOccurs="0" /> 4303 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 4304 </xs:sequence> 4305 </xs:complexType> 4306 </xs:element> 4307 <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"> 4308 <xs:complexType> 4309 <xs:sequence> 4310 <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" /> 4311 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 4312 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 4313 <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" /> 4314 <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnVarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0"> 4315 <xs:simpleType> 4316 <xs:restriction base="xs:string"> 4317 <xs:maxLength value="100" /> 4318 </xs:restriction> 4319 </xs:simpleType> 4320 </xs:element> 4321 <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0"> 4322 <xs:simpleType> 4323 <xs:restriction base="xs:string"> 4324 <xs:maxLength value="30" /> 4325 </xs:restriction> 4326 </xs:simpleType> 4327 </xs:element> 4328 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 4329 <xs:simpleType> 4330 <xs:restriction base="xs:string"> 4331 <xs:maxLength value="5" /> 4332 </xs:restriction> 4333 </xs:simpleType> 4334 </xs:element> 4335 <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" /> 4336 <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" /> 4337 <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnVarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" /> 4338 <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnVarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" /> 4339 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 4340 <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" /> 4341 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 4342 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 4343 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" /> 4344 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" /> 4345 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" /> 4346 <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnVarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" /> 4347 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" minOccurs="0" /> 4348 <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnVarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" /> 4349 </xs:sequence> 4350 </xs:complexType> 4351 </xs:element> 4352 <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI"> 4353 <xs:complexType> 4354 <xs:sequence> 4355 <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" /> 4356 <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" /> 4357 <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" /> 4358 <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" /> 4359 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 4360 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 4361 <xs:simpleType> 4362 <xs:restriction base="xs:string"> 4363 <xs:maxLength value="20" /> 4364 </xs:restriction> 4365 </xs:simpleType> 4366 </xs:element> 4367 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4368 </xs:sequence> 4369 </xs:complexType> 4370 </xs:element> 4371 <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie"> 4372 <xs:complexType> 4373 <xs:sequence> 3578 4374 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 3579 4375 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> … … 3581 4377 <xs:simpleType> 3582 4378 <xs:restriction base="xs:string"> 3583 <xs:maxLength value=" 50" />3584 </xs:restriction> 3585 </xs:simpleType> 3586 </xs:element> 3587 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT"minOccurs="0">4379 <xs:maxLength value="25" /> 4380 </xs:restriction> 4381 </xs:simpleType> 4382 </xs:element> 4383 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 3588 4384 <xs:simpleType> 3589 4385 <xs:restriction base="xs:string"> … … 3592 4388 </xs:simpleType> 3593 4389 </xs:element> 3594 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA"minOccurs="0">4390 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 3595 4391 <xs:simpleType> 3596 4392 <xs:restriction base="xs:string"> … … 3599 4395 </xs:simpleType> 3600 4396 </xs:element> 3601 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test"minOccurs="0">4397 <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"> 3602 4398 <xs:simpleType> 3603 4399 <xs:restriction base="xs:string"> … … 3614 4410 </xs:element> 3615 4411 <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" /> 3616 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1"minOccurs="0" />3617 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1"minOccurs="0" />4412 <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" /> 4413 <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" /> 3618 4414 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0"> 3619 4415 <xs:simpleType> 3620 4416 <xs:restriction base="xs:string"> 3621 <xs:maxLength value=" 50" />4417 <xs:maxLength value="15" /> 3622 4418 </xs:restriction> 3623 4419 </xs:simpleType> … … 3626 4422 <xs:simpleType> 3627 4423 <xs:restriction base="xs:string"> 3628 <xs:maxLength value=" 100" />4424 <xs:maxLength value="25" /> 3629 4425 </xs:restriction> 3630 4426 </xs:simpleType> … … 3632 4428 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 3633 4429 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 3634 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0"minOccurs="0" />3635 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1"minOccurs="0" />3636 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W"minOccurs="0">4430 <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" /> 4431 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" /> 4432 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 3637 4433 <xs:simpleType> 3638 4434 <xs:restriction base="xs:string"> … … 3641 4437 </xs:simpleType> 3642 4438 </xs:element> 3643 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false"minOccurs="0" />3644 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0"minOccurs="0" />3645 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0"minOccurs="0" />3646 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false"minOccurs="0" />3647 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false"minOccurs="0" />4439 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" /> 4440 <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" /> 4441 <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" /> 4442 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 4443 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 3648 4444 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 3649 4445 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> … … 3661 4457 </xs:simpleType> 3662 4458 </xs:element> 3663 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0"minOccurs="0" />3664 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0"minOccurs="0" />3665 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22"minOccurs="0" />3666 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0"minOccurs="0" />3667 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0"minOccurs="0" />3668 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0"minOccurs="0" />3669 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0"minOccurs="0" />4459 <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" /> 4460 <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" /> 4461 <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" /> 4462 <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" /> 4463 <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" /> 4464 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" /> 4465 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" /> 3670 4466 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 3671 4467 <xs:simpleType> … … 3682 4478 </xs:simpleType> 3683 4479 </xs:element> 3684 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1"minOccurs="0" />4480 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" /> 3685 4481 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 3686 4482 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 3687 4483 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 3688 4484 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 3689 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false"minOccurs="0" />4485 <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" /> 3690 4486 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 3691 4487 <xs:simpleType> … … 3730 4526 </xs:simpleType> 3731 4527 </xs:element> 3732 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false"minOccurs="0" />4528 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" /> 3733 4529 <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"> 3734 4530 <xs:simpleType> … … 3738 4534 </xs:simpleType> 3739 4535 </xs:element> 3740 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false"/>4536 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" /> 3741 4537 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" /> 3742 4538 <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" /> 3743 4539 <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" /> 3744 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default=""minOccurs="0">4540 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0"> 3745 4541 <xs:simpleType> 3746 4542 <xs:restriction base="xs:string"> … … 3751 4547 <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" /> 3752 4548 <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" /> 3753 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1"minOccurs="0" />4549 <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" /> 3754 4550 <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"> 3755 4551 <xs:simpleType> … … 3759 4555 </xs:simpleType> 3760 4556 </xs:element> 3761 <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" /> 3762 <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" /> 3763 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" /> 3764 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" /> 3765 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" /> 3766 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 3767 <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" /> 3768 <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" /> 3769 <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" /> 3770 <xs:element name="Data1Emisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data1Emisji" msprop:Generator_ColumnVarNameInTable="columnData1Emisji" msprop:Generator_ColumnPropNameInRow="Data1Emisji" msprop:Generator_ColumnPropNameInTable="Data1EmisjiColumn" type="xs:dateTime" minOccurs="0" /> 3771 <xs:element name="ModulePrice" msprop:Generator_UserColumnName="ModulePrice" msprop:Generator_ColumnVarNameInTable="columnModulePrice" msprop:Generator_ColumnPropNameInRow="ModulePrice" msprop:Generator_ColumnPropNameInTable="ModulePriceColumn" type="xs:decimal" minOccurs="0" /> 3772 <xs:element name="AdLocationId" msprop:Generator_UserColumnName="AdLocationId" msprop:Generator_ColumnVarNameInTable="columnAdLocationId" msprop:Generator_ColumnPropNameInRow="AdLocationId" msprop:Generator_ColumnPropNameInTable="AdLocationIdColumn" type="xs:int" default="1" minOccurs="0" /> 3773 </xs:sequence> 3774 </xs:complexType> 3775 </xs:element> 3776 <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR"> 3777 <xs:complexType> 3778 <xs:sequence> 3779 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 3780 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 3781 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 3782 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" /> 3783 <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" /> 3784 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" /> 3785 <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" /> 3786 <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" /> 3787 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" /> 3788 </xs:sequence> 3789 </xs:complexType> 3790 </xs:element> 3791 <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI"> 3792 <xs:complexType> 3793 <xs:sequence> 3794 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 3795 <xs:simpleType> 3796 <xs:restriction base="xs:string"> 3797 <xs:maxLength value="50" /> 3798 </xs:restriction> 3799 </xs:simpleType> 3800 </xs:element> 3801 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 3802 <xs:simpleType> 3803 <xs:restriction base="xs:string"> 3804 <xs:maxLength value="50" /> 3805 </xs:restriction> 3806 </xs:simpleType> 3807 </xs:element> 3808 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 3809 <xs:simpleType> 3810 <xs:restriction base="xs:string"> 3811 <xs:maxLength value="50" /> 3812 </xs:restriction> 3813 </xs:simpleType> 3814 </xs:element> 3815 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 3816 <xs:simpleType> 3817 <xs:restriction base="xs:string"> 3818 <xs:maxLength value="50" /> 3819 </xs:restriction> 3820 </xs:simpleType> 3821 </xs:element> 3822 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 3823 <xs:simpleType> 3824 <xs:restriction base="xs:string"> 3825 <xs:maxLength value="20" /> 3826 </xs:restriction> 3827 </xs:simpleType> 3828 </xs:element> 3829 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 3830 <xs:simpleType> 3831 <xs:restriction base="xs:string"> 3832 <xs:maxLength value="50" /> 3833 </xs:restriction> 3834 </xs:simpleType> 3835 </xs:element> 3836 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 3837 <xs:simpleType> 3838 <xs:restriction base="xs:string"> 3839 <xs:maxLength value="50" /> 3840 </xs:restriction> 3841 </xs:simpleType> 3842 </xs:element> 3843 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 3844 <xs:simpleType> 3845 <xs:restriction base="xs:string"> 3846 <xs:maxLength value="50" /> 3847 </xs:restriction> 3848 </xs:simpleType> 3849 </xs:element> 3850 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 3851 <xs:simpleType> 3852 <xs:restriction base="xs:string"> 3853 <xs:maxLength value="50" /> 3854 </xs:restriction> 3855 </xs:simpleType> 3856 </xs:element> 3857 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 3858 <xs:simpleType> 3859 <xs:restriction base="xs:string"> 3860 <xs:maxLength value="30" /> 3861 </xs:restriction> 3862 </xs:simpleType> 3863 </xs:element> 3864 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 3865 <xs:simpleType> 3866 <xs:restriction base="xs:string"> 3867 <xs:maxLength value="30" /> 3868 </xs:restriction> 3869 </xs:simpleType> 3870 </xs:element> 3871 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 3872 <xs:simpleType> 3873 <xs:restriction base="xs:string"> 3874 <xs:maxLength value="200" /> 3875 </xs:restriction> 3876 </xs:simpleType> 3877 </xs:element> 3878 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" /> 3879 <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"> 3880 <xs:simpleType> 3881 <xs:restriction base="xs:string"> 3882 <xs:maxLength value="200" /> 3883 </xs:restriction> 3884 </xs:simpleType> 3885 </xs:element> 3886 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0"> 3887 <xs:simpleType> 3888 <xs:restriction base="xs:string"> 3889 <xs:maxLength value="200" /> 3890 </xs:restriction> 3891 </xs:simpleType> 3892 </xs:element> 3893 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 3894 <xs:simpleType> 3895 <xs:restriction base="xs:string"> 3896 <xs:maxLength value="50" /> 3897 </xs:restriction> 3898 </xs:simpleType> 3899 </xs:element> 3900 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" /> 3901 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" /> 3902 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 3903 <xs:simpleType> 3904 <xs:restriction base="xs:string"> 3905 <xs:maxLength value="25" /> 3906 </xs:restriction> 3907 </xs:simpleType> 3908 </xs:element> 3909 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 3910 <xs:simpleType> 3911 <xs:restriction base="xs:string"> 3912 <xs:maxLength value="60" /> 3913 </xs:restriction> 3914 </xs:simpleType> 3915 </xs:element> 3916 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 3917 <xs:simpleType> 3918 <xs:restriction base="xs:string"> 3919 <xs:maxLength value="50" /> 3920 </xs:restriction> 3921 </xs:simpleType> 3922 </xs:element> 3923 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" /> 3924 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 3925 <xs:simpleType> 3926 <xs:restriction base="xs:string"> 3927 <xs:maxLength value="50" /> 3928 </xs:restriction> 3929 </xs:simpleType> 3930 </xs:element> 3931 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0"> 3932 <xs:simpleType> 3933 <xs:restriction base="xs:string"> 3934 <xs:maxLength value="25" /> 3935 </xs:restriction> 3936 </xs:simpleType> 3937 </xs:element> 3938 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" /> 3939 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" /> 3940 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 3941 <xs:simpleType> 3942 <xs:restriction base="xs:string"> 3943 <xs:maxLength value="50" /> 3944 </xs:restriction> 3945 </xs:simpleType> 3946 </xs:element> 3947 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 3948 <xs:simpleType> 3949 <xs:restriction base="xs:string"> 3950 <xs:maxLength value="3" /> 3951 </xs:restriction> 3952 </xs:simpleType> 3953 </xs:element> 3954 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 3955 <xs:simpleType> 3956 <xs:restriction base="xs:string"> 3957 <xs:maxLength value="10" /> 3958 </xs:restriction> 3959 </xs:simpleType> 3960 </xs:element> 3961 <xs:element name="AgentExpo" msprop:Generator_UserColumnName="AgentExpo" msprop:Generator_ColumnPropNameInRow="AgentExpo" msprop:Generator_ColumnVarNameInTable="columnAgentExpo" msprop:Generator_ColumnPropNameInTable="AgentExpoColumn" type="xs:string" minOccurs="0" /> 3962 <xs:element name="NameInMagazine" msprop:Generator_UserColumnName="NameInMagazine" msprop:Generator_ColumnPropNameInRow="NameInMagazine" msprop:Generator_ColumnVarNameInTable="columnNameInMagazine" msprop:Generator_ColumnPropNameInTable="NameInMagazineColumn" minOccurs="0"> 3963 <xs:simpleType> 3964 <xs:restriction base="xs:string"> 3965 <xs:maxLength value="50" /> 3966 </xs:restriction> 3967 </xs:simpleType> 3968 </xs:element> 3969 </xs:sequence> 3970 </xs:complexType> 3971 </xs:element> 3972 <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA"> 3973 <xs:complexType> 3974 <xs:sequence> 3975 <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" /> 3976 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 3977 <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" /> 3978 <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" minOccurs="0" /> 3979 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 3980 </xs:sequence> 3981 </xs:complexType> 3982 </xs:element> 3983 <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU"> 3984 <xs:complexType> 3985 <xs:sequence> 3986 <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" /> 3987 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 3988 <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0"> 3989 <xs:simpleType> 3990 <xs:restriction base="xs:string"> 3991 <xs:maxLength value="50" /> 3992 </xs:restriction> 3993 </xs:simpleType> 3994 </xs:element> 3995 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 3996 <xs:simpleType> 3997 <xs:restriction base="xs:string"> 3998 <xs:maxLength value="50" /> 3999 </xs:restriction> 4000 </xs:simpleType> 4001 </xs:element> 4002 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4003 <xs:simpleType> 4004 <xs:restriction base="xs:string"> 4005 <xs:maxLength value="50" /> 4006 </xs:restriction> 4007 </xs:simpleType> 4008 </xs:element> 4009 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4010 <xs:simpleType> 4011 <xs:restriction base="xs:string"> 4012 <xs:maxLength value="50" /> 4013 </xs:restriction> 4014 </xs:simpleType> 4015 </xs:element> 4016 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4017 <xs:simpleType> 4018 <xs:restriction base="xs:string"> 4019 <xs:maxLength value="50" /> 4020 </xs:restriction> 4021 </xs:simpleType> 4022 </xs:element> 4023 </xs:sequence> 4024 </xs:complexType> 4025 </xs:element> 4026 <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA"> 4027 <xs:complexType> 4028 <xs:sequence> 4029 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 4030 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" /> 4031 <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0"> 4032 <xs:simpleType> 4033 <xs:restriction base="xs:string"> 4034 <xs:maxLength value="50" /> 4035 </xs:restriction> 4036 </xs:simpleType> 4037 </xs:element> 4038 <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0"> 4039 <xs:simpleType> 4040 <xs:restriction base="xs:string"> 4041 <xs:maxLength value="50" /> 4042 </xs:restriction> 4043 </xs:simpleType> 4044 </xs:element> 4045 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 4046 <xs:simpleType> 4047 <xs:restriction base="xs:string"> 4048 <xs:maxLength value="20" /> 4049 </xs:restriction> 4050 </xs:simpleType> 4051 </xs:element> 4052 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 4053 <xs:simpleType> 4054 <xs:restriction base="xs:string"> 4055 <xs:maxLength value="50" /> 4056 </xs:restriction> 4057 </xs:simpleType> 4058 </xs:element> 4059 <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" /> 4060 <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" /> 4061 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 4062 <xs:simpleType> 4063 <xs:restriction base="xs:string"> 4064 <xs:maxLength value="50" /> 4065 </xs:restriction> 4066 </xs:simpleType> 4067 </xs:element> 4068 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 4069 <xs:simpleType> 4070 <xs:restriction base="xs:string"> 4071 <xs:maxLength value="50" /> 4072 </xs:restriction> 4073 </xs:simpleType> 4074 </xs:element> 4075 <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" /> 4076 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 4077 <xs:simpleType> 4078 <xs:restriction base="xs:string"> 4079 <xs:maxLength value="50" /> 4080 </xs:restriction> 4081 </xs:simpleType> 4082 </xs:element> 4083 <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" /> 4084 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 4085 <xs:simpleType> 4086 <xs:restriction base="xs:string"> 4087 <xs:maxLength value="50" /> 4088 </xs:restriction> 4089 </xs:simpleType> 4090 </xs:element> 4091 <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" /> 4092 <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0"> 4093 <xs:simpleType> 4094 <xs:restriction base="xs:string"> 4095 <xs:maxLength value="50" /> 4096 </xs:restriction> 4097 </xs:simpleType> 4098 </xs:element> 4099 <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" /> 4100 <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" /> 4101 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" /> 4102 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 4103 <xs:simpleType> 4104 <xs:restriction base="xs:string"> 4105 <xs:maxLength value="1024" /> 4106 </xs:restriction> 4107 </xs:simpleType> 4108 </xs:element> 4109 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 4110 <xs:simpleType> 4111 <xs:restriction base="xs:string"> 4112 <xs:maxLength value="200" /> 4113 </xs:restriction> 4114 </xs:simpleType> 4115 </xs:element> 4116 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 4117 <xs:simpleType> 4118 <xs:restriction base="xs:string"> 4119 <xs:maxLength value="200" /> 4120 </xs:restriction> 4121 </xs:simpleType> 4122 </xs:element> 4123 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 4124 <xs:simpleType> 4125 <xs:restriction base="xs:string"> 4126 <xs:maxLength value="50" /> 4127 </xs:restriction> 4128 </xs:simpleType> 4129 </xs:element> 4130 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 4131 <xs:simpleType> 4132 <xs:restriction base="xs:string"> 4133 <xs:maxLength value="20" /> 4134 </xs:restriction> 4135 </xs:simpleType> 4136 </xs:element> 4137 <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" /> 4138 <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" /> 4139 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 4140 <xs:simpleType> 4141 <xs:restriction base="xs:string"> 4142 <xs:maxLength value="100" /> 4143 </xs:restriction> 4144 </xs:simpleType> 4145 </xs:element> 4146 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 4147 <xs:simpleType> 4148 <xs:restriction base="xs:string"> 4149 <xs:maxLength value="10" /> 4150 </xs:restriction> 4151 </xs:simpleType> 4152 </xs:element> 4153 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 4154 <xs:simpleType> 4155 <xs:restriction base="xs:string"> 4156 <xs:maxLength value="50" /> 4157 </xs:restriction> 4158 </xs:simpleType> 4159 </xs:element> 4160 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 4161 <xs:simpleType> 4162 <xs:restriction base="xs:string"> 4163 <xs:maxLength value="50" /> 4164 </xs:restriction> 4165 </xs:simpleType> 4166 </xs:element> 4167 <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0"> 4168 <xs:simpleType> 4169 <xs:restriction base="xs:string"> 4170 <xs:maxLength value="100" /> 4171 </xs:restriction> 4172 </xs:simpleType> 4173 </xs:element> 4174 <xs:element name="Type" msprop:Generator_UserColumnName="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" type="xs:int" default="1" /> 4175 </xs:sequence> 4176 </xs:complexType> 4177 </xs:element> 4178 <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY"> 4179 <xs:complexType> 4180 <xs:sequence> 4181 <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" /> 4182 <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" /> 4183 <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"> 4184 <xs:simpleType> 4185 <xs:restriction base="xs:string"> 4186 <xs:maxLength value="8" /> 4187 </xs:restriction> 4188 </xs:simpleType> 4189 </xs:element> 4190 <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" /> 4191 <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" /> 4192 <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"> 4193 <xs:simpleType> 4194 <xs:restriction base="xs:string"> 4195 <xs:maxLength value="30" /> 4196 </xs:restriction> 4197 </xs:simpleType> 4198 </xs:element> 4199 <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" /> 4200 <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" /> 4201 <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" /> 4202 <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"> 4203 <xs:simpleType> 4204 <xs:restriction base="xs:string"> 4205 <xs:maxLength value="30" /> 4206 </xs:restriction> 4207 </xs:simpleType> 4208 </xs:element> 4209 <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"> 4210 <xs:simpleType> 4211 <xs:restriction base="xs:string"> 4212 <xs:maxLength value="30" /> 4213 </xs:restriction> 4214 </xs:simpleType> 4215 </xs:element> 4216 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4217 <xs:simpleType> 4218 <xs:restriction base="xs:string"> 4219 <xs:maxLength value="1073741823" /> 4220 </xs:restriction> 4221 </xs:simpleType> 4222 </xs:element> 4223 <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"> 4224 <xs:simpleType> 4225 <xs:restriction base="xs:string"> 4226 <xs:maxLength value="20" /> 4227 </xs:restriction> 4228 </xs:simpleType> 4229 </xs:element> 4230 <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" /> 4231 <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" /> 4232 <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" /> 4233 <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"> 4234 <xs:simpleType> 4235 <xs:restriction base="xs:string"> 4236 <xs:maxLength value="1073741823" /> 4237 </xs:restriction> 4238 </xs:simpleType> 4239 </xs:element> 4240 <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"> 4241 <xs:simpleType> 4242 <xs:restriction base="xs:string"> 4243 <xs:maxLength value="1073741823" /> 4244 </xs:restriction> 4245 </xs:simpleType> 4246 </xs:element> 4247 <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"> 4248 <xs:simpleType> 4249 <xs:restriction base="xs:string"> 4250 <xs:maxLength value="50" /> 4251 </xs:restriction> 4252 </xs:simpleType> 4253 </xs:element> 4254 <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"> 4255 <xs:simpleType> 4256 <xs:restriction base="xs:string"> 4257 <xs:maxLength value="50" /> 4258 </xs:restriction> 4259 </xs:simpleType> 4260 </xs:element> 4261 <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" /> 4262 <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" /> 4263 <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" /> 4264 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" /> 4265 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" /> 4266 <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" /> 4267 <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" /> 4268 <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" /> 4269 <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" /> 4270 <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" /> 4271 <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"> 4272 <xs:simpleType> 4273 <xs:restriction base="xs:string"> 4274 <xs:maxLength value="50" /> 4275 </xs:restriction> 4276 </xs:simpleType> 4277 </xs:element> 4278 <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" /> 4279 <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" /> 4280 <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" /> 4281 <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"> 4282 <xs:simpleType> 4283 <xs:restriction base="xs:string"> 4284 <xs:maxLength value="4" /> 4285 </xs:restriction> 4286 </xs:simpleType> 4287 </xs:element> 4288 <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" /> 4289 <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" /> 4290 <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" /> 4291 <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"> 4292 <xs:simpleType> 4293 <xs:restriction base="xs:string"> 4294 <xs:maxLength value="15" /> 4295 </xs:restriction> 4296 </xs:simpleType> 4297 </xs:element> 4298 <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" /> 4299 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" /> 4300 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" /> 4301 <xs:element name="NrTygodnia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NrTygodnia" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="NrTygodnia" msprop:Generator_ColumnPropNameInTable="NrTygodniaColumn" msprop:Generator_ColumnVarNameInTable="columnNrTygodnia" type="xs:string" minOccurs="0" /> 4302 <xs:element name="SystemKsiegowyId" msprop:Generator_UserColumnName="SystemKsiegowyId" msprop:Generator_ColumnPropNameInRow="SystemKsiegowyId" msprop:Generator_ColumnVarNameInTable="columnSystemKsiegowyId" msprop:Generator_ColumnPropNameInTable="SystemKsiegowyIdColumn" type="xs:unsignedByte" minOccurs="0" /> 4303 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 4304 </xs:sequence> 4305 </xs:complexType> 4306 </xs:element> 4307 <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"> 4308 <xs:complexType> 4309 <xs:sequence> 4310 <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" /> 4311 <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" /> 4312 <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" /> 4313 <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" /> 4314 <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"> 4315 <xs:simpleType> 4316 <xs:restriction base="xs:string"> 4317 <xs:maxLength value="100" /> 4318 </xs:restriction> 4319 </xs:simpleType> 4320 </xs:element> 4321 <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"> 4322 <xs:simpleType> 4323 <xs:restriction base="xs:string"> 4324 <xs:maxLength value="30" /> 4325 </xs:restriction> 4326 </xs:simpleType> 4327 </xs:element> 4328 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 4329 <xs:simpleType> 4330 <xs:restriction base="xs:string"> 4331 <xs:maxLength value="5" /> 4332 </xs:restriction> 4333 </xs:simpleType> 4334 </xs:element> 4335 <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" /> 4336 <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" /> 4337 <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" /> 4338 <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" /> 4339 <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" /> 4340 <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" /> 4341 <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" /> 4342 <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" /> 4343 <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" /> 4344 <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" /> 4345 <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" /> 4346 <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" /> 4347 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" minOccurs="0" /> 4348 <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_ColumnVarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" /> 4349 </xs:sequence> 4350 </xs:complexType> 4351 </xs:element> 4352 <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI"> 4353 <xs:complexType> 4354 <xs:sequence> 4355 <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" /> 4356 <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" /> 4357 <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" /> 4358 <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" /> 4359 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 4360 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 4361 <xs:simpleType> 4362 <xs:restriction base="xs:string"> 4363 <xs:maxLength value="20" /> 4364 </xs:restriction> 4365 </xs:simpleType> 4366 </xs:element> 4367 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4368 </xs:sequence> 4369 </xs:complexType> 4370 </xs:element> 4371 <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie"> 4372 <xs:complexType> 4373 <xs:sequence> 4374 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 4375 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 4376 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 4377 <xs:simpleType> 4378 <xs:restriction base="xs:string"> 4379 <xs:maxLength value="25" /> 4380 </xs:restriction> 4381 </xs:simpleType> 4382 </xs:element> 4383 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 4384 <xs:simpleType> 4385 <xs:restriction base="xs:string"> 4386 <xs:maxLength value="5" /> 4387 </xs:restriction> 4388 </xs:simpleType> 4389 </xs:element> 4390 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 4391 <xs:simpleType> 4392 <xs:restriction base="xs:string"> 4393 <xs:maxLength value="10" /> 4394 </xs:restriction> 4395 </xs:simpleType> 4396 </xs:element> 4397 <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"> 4398 <xs:simpleType> 4399 <xs:restriction base="xs:string"> 4400 <xs:maxLength value="10" /> 4401 </xs:restriction> 4402 </xs:simpleType> 4403 </xs:element> 4404 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 4405 <xs:simpleType> 4406 <xs:restriction base="xs:string"> 4407 <xs:maxLength value="50" /> 4408 </xs:restriction> 4409 </xs:simpleType> 4410 </xs:element> 4411 <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" /> 4412 <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" /> 4413 <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" /> 4414 <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"> 4415 <xs:simpleType> 4416 <xs:restriction base="xs:string"> 4417 <xs:maxLength value="15" /> 4418 </xs:restriction> 4419 </xs:simpleType> 4420 </xs:element> 4421 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 4422 <xs:simpleType> 4423 <xs:restriction base="xs:string"> 4424 <xs:maxLength value="25" /> 4425 </xs:restriction> 4426 </xs:simpleType> 4427 </xs:element> 4428 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 4429 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 4430 <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" /> 4431 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" /> 4432 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 4433 <xs:simpleType> 4434 <xs:restriction base="xs:string"> 4435 <xs:maxLength value="5" /> 4436 </xs:restriction> 4437 </xs:simpleType> 4438 </xs:element> 4439 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" /> 4440 <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" /> 4441 <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" /> 4442 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 4443 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 4444 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4445 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> 4446 <xs:simpleType> 4447 <xs:restriction base="xs:string"> 4448 <xs:maxLength value="25" /> 4449 </xs:restriction> 4450 </xs:simpleType> 4451 </xs:element> 4452 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 4453 <xs:simpleType> 4454 <xs:restriction base="xs:string"> 4455 <xs:maxLength value="50" /> 4456 </xs:restriction> 4457 </xs:simpleType> 4458 </xs:element> 4459 <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" /> 4460 <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" /> 4461 <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" /> 4462 <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" /> 4463 <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" /> 4464 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" /> 4465 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" /> 4466 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4467 <xs:simpleType> 4468 <xs:restriction base="xs:string"> 4469 <xs:maxLength value="1000" /> 4470 </xs:restriction> 4471 </xs:simpleType> 4472 </xs:element> 4473 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 4474 <xs:simpleType> 4475 <xs:restriction base="xs:string"> 4476 <xs:maxLength value="50" /> 4477 </xs:restriction> 4478 </xs:simpleType> 4479 </xs:element> 4480 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" /> 4481 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4482 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 4483 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4484 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 4485 <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" /> 4486 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 4487 <xs:simpleType> 4488 <xs:restriction base="xs:string"> 4489 <xs:maxLength value="50" /> 4490 </xs:restriction> 4491 </xs:simpleType> 4492 </xs:element> 4493 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 4494 <xs:simpleType> 4495 <xs:restriction base="xs:string"> 4496 <xs:maxLength value="50" /> 4497 </xs:restriction> 4498 </xs:simpleType> 4499 </xs:element> 4500 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 4501 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 4502 <xs:simpleType> 4503 <xs:restriction base="xs:string"> 4504 <xs:maxLength value="1" /> 4505 </xs:restriction> 4506 </xs:simpleType> 4507 </xs:element> 4508 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 4509 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 4510 <xs:simpleType> 4511 <xs:restriction base="xs:string"> 4512 <xs:maxLength value="8" /> 4513 </xs:restriction> 4514 </xs:simpleType> 4515 </xs:element> 4516 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 4517 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 4518 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 4519 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 4520 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 4521 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 4522 <xs:simpleType> 4523 <xs:restriction base="xs:string"> 4524 <xs:maxLength value="200" /> 4525 </xs:restriction> 4526 </xs:simpleType> 4527 </xs:element> 4528 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" /> 4529 <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"> 4530 <xs:simpleType> 4531 <xs:restriction base="xs:string"> 4532 <xs:maxLength value="200" /> 4533 </xs:restriction> 4534 </xs:simpleType> 4535 </xs:element> 4536 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" /> 4537 <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" /> 4538 <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" /> 4539 <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" /> 4540 <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"> 4541 <xs:simpleType> 4542 <xs:restriction base="xs:string"> 4543 <xs:maxLength value="4" /> 4544 </xs:restriction> 4545 </xs:simpleType> 4546 </xs:element> 4547 <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" /> 4548 <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" /> 4549 <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" /> 4550 <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"> 4551 <xs:simpleType> 4552 <xs:restriction base="xs:string"> 4553 <xs:maxLength value="15" /> 4554 </xs:restriction> 4555 </xs:simpleType> 4556 </xs:element> 4557 <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" /> 4558 <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" /> 4559 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 4560 <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" /> 4561 <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" /> 4562 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 4563 <xs:simpleType> 4564 <xs:restriction base="xs:string"> 4565 <xs:maxLength value="50" /> 4566 </xs:restriction> 4567 </xs:simpleType> 4568 </xs:element> 4569 <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" /> 4570 <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" /> 4571 <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" /> 4572 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4573 <xs:simpleType> 4574 <xs:restriction base="xs:string"> 4575 <xs:maxLength value="50" /> 4576 </xs:restriction> 4577 </xs:simpleType> 4578 </xs:element> 4579 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 4580 <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" /> 4557 <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" /> 4558 <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" /> 4559 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 4560 <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" /> 4561 <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" /> 4562 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 4563 <xs:simpleType> 4564 <xs:restriction base="xs:string"> 4565 <xs:maxLength value="50" /> 4566 </xs:restriction> 4567 </xs:simpleType> 4568 </xs:element> 4569 <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" /> 4570 <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" /> 4571 <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" /> 4572 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4573 <xs:simpleType> 4574 <xs:restriction base="xs:string"> 4575 <xs:maxLength value="50" /> 4576 </xs:restriction> 4577 </xs:simpleType> 4578 </xs:element> 4579 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 4580 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4581 4581 </xs:sequence> 4582 4582 </xs:complexType> … … 4585 4585 <xs:complexType> 4586 4586 <xs:sequence> 4587 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />4588 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">4587 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 4588 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 4589 4589 <xs:simpleType> 4590 4590 <xs:restriction base="xs:string"> … … 4593 4593 </xs:simpleType> 4594 4594 </xs:element> 4595 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column VarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">4595 <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"> 4596 4596 <xs:simpleType> 4597 4597 <xs:restriction base="xs:string"> … … 4600 4600 </xs:simpleType> 4601 4601 </xs:element> 4602 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column VarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">4603 <xs:simpleType> 4604 <xs:restriction base="xs:string"> 4605 <xs:maxLength value="50" /> 4606 </xs:restriction> 4607 </xs:simpleType> 4608 </xs:element> 4609 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />4610 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column VarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />4611 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">4612 <xs:simpleType> 4613 <xs:restriction base="xs:string"> 4614 <xs:maxLength value="50" /> 4615 </xs:restriction> 4616 </xs:simpleType> 4617 </xs:element> 4618 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_Column PropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">4602 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 4603 <xs:simpleType> 4604 <xs:restriction base="xs:string"> 4605 <xs:maxLength value="50" /> 4606 </xs:restriction> 4607 </xs:simpleType> 4608 </xs:element> 4609 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 4610 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 4611 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 4612 <xs:simpleType> 4613 <xs:restriction base="xs:string"> 4614 <xs:maxLength value="50" /> 4615 </xs:restriction> 4616 </xs:simpleType> 4617 </xs:element> 4618 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 4619 4619 <xs:simpleType> 4620 4620 <xs:restriction base="xs:string"> … … 4623 4623 </xs:simpleType> 4624 4624 </xs:element> 4625 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_Column PropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />4626 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_Column VarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">4627 <xs:simpleType> 4628 <xs:restriction base="xs:string"> 4629 <xs:maxLength value="50" /> 4630 </xs:restriction> 4631 </xs:simpleType> 4632 </xs:element> 4633 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_Column PropNameInRow="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" />4634 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_Column PropNameInRow="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" />4635 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_Column PropNameInRow="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" />4636 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_Column PropNameInRow="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" />4637 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_Column VarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" />4638 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />4639 <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_Column PropNameInRow="strona" msprop:Generator_ColumnVarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" />4640 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column PropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />4641 <xs:element name="StaryGrzbiet" msdata:ReadOnly="true" msprop:Generator_UserColumnName="StaryGrzbiet" msprop:Generator_Column PropNameInRow="StaryGrzbiet" msprop:Generator_ColumnVarNameInTable="columnStaryGrzbiet" msprop:Generator_ColumnPropNameInTable="StaryGrzbietColumn" minOccurs="0">4625 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 4626 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 4627 <xs:simpleType> 4628 <xs:restriction base="xs:string"> 4629 <xs:maxLength value="50" /> 4630 </xs:restriction> 4631 </xs:simpleType> 4632 </xs:element> 4633 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" /> 4634 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" /> 4635 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" /> 4636 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" /> 4637 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" /> 4638 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 4639 <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_ColumnVarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInRow="strona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" /> 4640 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 4641 <xs:element name="StaryGrzbiet" msdata:ReadOnly="true" msprop:Generator_UserColumnName="StaryGrzbiet" msprop:Generator_ColumnVarNameInTable="columnStaryGrzbiet" msprop:Generator_ColumnPropNameInRow="StaryGrzbiet" msprop:Generator_ColumnPropNameInTable="StaryGrzbietColumn" minOccurs="0"> 4642 4642 <xs:simpleType> 4643 4643 <xs:restriction base="xs:string"> … … 4652 4652 <xs:complexType> 4653 4653 <xs:sequence> 4654 <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_Column VarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" />4655 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_Column VarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />4656 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column VarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">4657 <xs:simpleType> 4658 <xs:restriction base="xs:string"> 4659 <xs:maxLength value="50" /> 4660 </xs:restriction> 4661 </xs:simpleType> 4662 </xs:element> 4663 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />4664 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">4654 <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" /> 4655 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 4656 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 4657 <xs:simpleType> 4658 <xs:restriction base="xs:string"> 4659 <xs:maxLength value="50" /> 4660 </xs:restriction> 4661 </xs:simpleType> 4662 </xs:element> 4663 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4664 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 4665 4665 <xs:simpleType> 4666 4666 <xs:restriction base="xs:string"> … … 4669 4669 </xs:simpleType> 4670 4670 </xs:element> 4671 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">4671 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4672 4672 <xs:simpleType> 4673 4673 <xs:restriction base="xs:string"> … … 4676 4676 </xs:simpleType> 4677 4677 </xs:element> 4678 <xs:element name="KontaktTypId" msprop:Generator_UserColumnName="KontaktTypId" msprop:Generator_Column PropNameInRow="KontaktTypId" msprop:Generator_ColumnVarNameInTable="columnKontaktTypId" msprop:Generator_ColumnPropNameInTable="KontaktTypIdColumn" type="xs:unsignedByte" minOccurs="0" />4678 <xs:element name="KontaktTypId" msprop:Generator_UserColumnName="KontaktTypId" msprop:Generator_ColumnVarNameInTable="columnKontaktTypId" msprop:Generator_ColumnPropNameInRow="KontaktTypId" msprop:Generator_ColumnPropNameInTable="KontaktTypIdColumn" type="xs:unsignedByte" minOccurs="0" /> 4679 4679 </xs:sequence> 4680 4680 </xs:complexType> … … 4683 4683 <xs:complexType> 4684 4684 <xs:sequence> 4685 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column PropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />4686 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column VarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />4687 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column VarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">4685 <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" /> 4686 <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" /> 4687 <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"> 4688 4688 <xs:simpleType> 4689 4689 <xs:restriction base="xs:string"> … … 4692 4692 </xs:simpleType> 4693 4693 </xs:element> 4694 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />4695 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />4696 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column VarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />4697 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_Column VarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">4694 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 4695 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 4696 <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" /> 4697 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0"> 4698 4698 <xs:simpleType> 4699 4699 <xs:restriction base="xs:string"> … … 4702 4702 </xs:simpleType> 4703 4703 </xs:element> 4704 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">4704 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 4705 4705 <xs:simpleType> 4706 4706 <xs:restriction base="xs:string"> … … 4709 4709 </xs:simpleType> 4710 4710 </xs:element> 4711 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />4712 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column VarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />4713 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />4714 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />4715 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />4716 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">4711 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 4712 <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" /> 4713 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 4714 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 4715 <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" /> 4716 <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"> 4717 4717 <xs:simpleType> 4718 4718 <xs:restriction base="xs:string"> … … 4721 4721 </xs:simpleType> 4722 4722 </xs:element> 4723 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column VarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />4724 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />4725 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">4726 <xs:simpleType> 4727 <xs:restriction base="xs:string"> 4728 <xs:maxLength value="50" /> 4729 </xs:restriction> 4730 </xs:simpleType> 4731 </xs:element> 4732 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">4733 <xs:simpleType> 4734 <xs:restriction base="xs:string"> 4735 <xs:maxLength value="50" /> 4736 </xs:restriction> 4737 </xs:simpleType> 4738 </xs:element> 4739 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_Column VarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />4740 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_Column VarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />4741 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_Column VarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />4742 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column VarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />4743 <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_Column VarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" />4744 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_Column VarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0">4745 <xs:simpleType> 4746 <xs:restriction base="xs:string"> 4747 <xs:maxLength value="50" /> 4748 </xs:restriction> 4749 </xs:simpleType> 4750 </xs:element> 4751 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column VarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />4752 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_Column VarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />4753 <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_Column VarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" />4754 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_Column VarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />4755 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_Column VarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" />4756 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_Column VarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />4757 <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_Column VarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0">4723 <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" /> 4724 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 4725 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 4726 <xs:simpleType> 4727 <xs:restriction base="xs:string"> 4728 <xs:maxLength value="50" /> 4729 </xs:restriction> 4730 </xs:simpleType> 4731 </xs:element> 4732 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 4733 <xs:simpleType> 4734 <xs:restriction base="xs:string"> 4735 <xs:maxLength value="50" /> 4736 </xs:restriction> 4737 </xs:simpleType> 4738 </xs:element> 4739 <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" /> 4740 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 4741 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4742 <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" /> 4743 <xs:element name="reklamaId" msprop:Generator_UserColumnName="reklamaId" msprop:Generator_ColumnPropNameInRow="reklamaId" msprop:Generator_ColumnVarNameInTable="columnreklamaId" msprop:Generator_ColumnPropNameInTable="reklamaIdColumn" type="xs:int" minOccurs="0" /> 4744 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnVarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0"> 4745 <xs:simpleType> 4746 <xs:restriction base="xs:string"> 4747 <xs:maxLength value="50" /> 4748 </xs:restriction> 4749 </xs:simpleType> 4750 </xs:element> 4751 <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" /> 4752 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 4753 <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" /> 4754 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" /> 4755 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 4756 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 4757 <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0"> 4758 4758 <xs:simpleType> 4759 4759 <xs:restriction base="xs:string"> … … 4762 4762 </xs:simpleType> 4763 4763 </xs:element> 4764 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />4765 <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_Column VarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" />4766 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />4764 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" /> 4765 <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnVarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" /> 4766 <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" /> 4767 4767 </xs:sequence> 4768 4768 </xs:complexType> … … 4771 4771 <xs:complexType> 4772 4772 <xs:sequence> 4773 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column PropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />4774 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_Column PropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">4775 <xs:simpleType> 4776 <xs:restriction base="xs:string"> 4777 <xs:maxLength value="50" /> 4778 </xs:restriction> 4779 </xs:simpleType> 4780 </xs:element> 4781 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column PropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />4782 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column PropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />4783 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_Column PropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" />4784 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_Column PropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" />4785 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_Column PropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" />4786 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_Column PropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" />4787 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_Column PropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" />4788 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_Column PropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" />4789 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_Column PropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" />4790 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_Column PropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" />4791 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_Column PropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" />4792 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_Column PropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" />4793 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_Column PropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" />4794 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_Column PropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" />4795 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_Column PropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" />4796 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_Column PropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" />4797 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_Column PropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" />4798 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_Column PropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" />4799 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_Column PropNameInRow="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" />4800 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_Column PropNameInRow="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" />4801 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_Column PropNameInRow="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" />4802 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_Column PropNameInRow="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" />4803 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_Column PropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" />4804 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_Column PropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" />4805 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_Column PropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" />4806 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_Column PropNameInRow="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" />4807 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_Column PropNameInRow="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" />4808 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_Column PropNameInRow="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" />4809 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_Column PropNameInRow="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" />4810 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_Column PropNameInRow="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" />4811 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_Column PropNameInRow="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" />4812 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_Column PropNameInRow="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" />4813 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_Column PropNameInRow="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" />4814 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_Column PropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" />4815 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_Column PropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" />4773 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 4774 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 4775 <xs:simpleType> 4776 <xs:restriction base="xs:string"> 4777 <xs:maxLength value="50" /> 4778 </xs:restriction> 4779 </xs:simpleType> 4780 </xs:element> 4781 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 4782 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 4783 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" /> 4784 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" /> 4785 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" /> 4786 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" /> 4787 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" /> 4788 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" /> 4789 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" /> 4790 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" /> 4791 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" /> 4792 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" /> 4793 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" /> 4794 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" /> 4795 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" /> 4796 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" /> 4797 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" /> 4798 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" /> 4799 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" /> 4800 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" /> 4801 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" /> 4802 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" /> 4803 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" /> 4804 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" /> 4805 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" /> 4806 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" /> 4807 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" /> 4808 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" /> 4809 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" /> 4810 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" /> 4811 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" /> 4812 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" /> 4813 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" /> 4814 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" /> 4815 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" /> 4816 4816 </xs:sequence> 4817 4817 </xs:complexType> … … 4820 4820 <xs:complexType> 4821 4821 <xs:sequence> 4822 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_Column PropNameInRow="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" />4823 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_Column PropNameInRow="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" />4824 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_Column PropNameInRow="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" />4825 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_Column PropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">4826 <xs:simpleType> 4827 <xs:restriction base="xs:string"> 4828 <xs:maxLength value="50" /> 4829 </xs:restriction> 4830 </xs:simpleType> 4831 </xs:element> 4832 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_Column PropNameInRow="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" />4822 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" /> 4823 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" /> 4824 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" /> 4825 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 4826 <xs:simpleType> 4827 <xs:restriction base="xs:string"> 4828 <xs:maxLength value="50" /> 4829 </xs:restriction> 4830 </xs:simpleType> 4831 </xs:element> 4832 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" /> 4833 4833 </xs:sequence> 4834 4834 </xs:complexType> … … 4837 4837 <xs:complexType> 4838 4838 <xs:sequence> 4839 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_Column VarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />4840 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_Column PropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">4839 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 4840 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 4841 4841 <xs:simpleType> 4842 4842 <xs:restriction base="xs:string"> … … 4845 4845 </xs:simpleType> 4846 4846 </xs:element> 4847 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_Column PropNameInRow="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" />4847 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" /> 4848 4848 </xs:sequence> 4849 4849 </xs:complexType> … … 4852 4852 <xs:complexType> 4853 4853 <xs:sequence> 4854 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_Column VarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />4855 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_Column VarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />4856 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_Column VarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">4857 <xs:simpleType> 4858 <xs:restriction base="xs:string"> 4859 <xs:maxLength value="50" /> 4860 </xs:restriction> 4861 </xs:simpleType> 4862 </xs:element> 4863 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_Column VarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">4864 <xs:simpleType> 4865 <xs:restriction base="xs:string"> 4866 <xs:maxLength value="50" /> 4867 </xs:restriction> 4868 </xs:simpleType> 4869 </xs:element> 4870 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_Column VarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />4871 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_Column VarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" />4872 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_Column VarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">4854 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> 4855 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" /> 4856 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 4857 <xs:simpleType> 4858 <xs:restriction base="xs:string"> 4859 <xs:maxLength value="50" /> 4860 </xs:restriction> 4861 </xs:simpleType> 4862 </xs:element> 4863 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 4864 <xs:simpleType> 4865 <xs:restriction base="xs:string"> 4866 <xs:maxLength value="50" /> 4867 </xs:restriction> 4868 </xs:simpleType> 4869 </xs:element> 4870 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" /> 4871 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" /> 4872 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 4873 4873 <xs:simpleType> 4874 4874 <xs:restriction base="xs:string"> … … 4877 4877 </xs:simpleType> 4878 4878 </xs:element> 4879 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_Column VarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" />4879 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" /> 4880 4880 </xs:sequence> 4881 4881 </xs:complexType> … … 4884 4884 <xs:complexType> 4885 4885 <xs:sequence> 4886 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_Column PropNameInRow="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" />4887 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_Column PropNameInRow="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0">4888 <xs:simpleType> 4889 <xs:restriction base="xs:string"> 4890 <xs:maxLength value="50" /> 4891 </xs:restriction> 4892 </xs:simpleType> 4893 </xs:element> 4894 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_Column PropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" />4895 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_Column PropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" />4896 <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_Column PropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" />4897 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column PropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" />4898 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_Column PropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">4899 <xs:simpleType> 4900 <xs:restriction base="xs:string"> 4901 <xs:maxLength value="50" /> 4902 </xs:restriction> 4903 </xs:simpleType> 4904 </xs:element> 4905 <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_Column PropNameInRow="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" />4906 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_Column PropNameInRow="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" />4907 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_Column PropNameInRow="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0">4886 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" /> 4887 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0"> 4888 <xs:simpleType> 4889 <xs:restriction base="xs:string"> 4890 <xs:maxLength value="50" /> 4891 </xs:restriction> 4892 </xs:simpleType> 4893 </xs:element> 4894 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" /> 4895 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" /> 4896 <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" /> 4897 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" /> 4898 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 4899 <xs:simpleType> 4900 <xs:restriction base="xs:string"> 4901 <xs:maxLength value="50" /> 4902 </xs:restriction> 4903 </xs:simpleType> 4904 </xs:element> 4905 <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" /> 4906 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" /> 4907 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0"> 4908 4908 <xs:simpleType> 4909 4909 <xs:restriction base="xs:string"> … … 4912 4912 </xs:simpleType> 4913 4913 </xs:element> 4914 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_Column PropNameInRow="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" />4915 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_Column PropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" />4916 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_Column PropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0">4917 <xs:simpleType> 4918 <xs:restriction base="xs:string"> 4919 <xs:maxLength value="50" /> 4920 </xs:restriction> 4921 </xs:simpleType> 4922 </xs:element> 4923 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_Column PropNameInRow="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" />4924 <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column PropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />4925 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_Column PropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">4914 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" /> 4915 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" /> 4916 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0"> 4917 <xs:simpleType> 4918 <xs:restriction base="xs:string"> 4919 <xs:maxLength value="50" /> 4920 </xs:restriction> 4921 </xs:simpleType> 4922 </xs:element> 4923 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" /> 4924 <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" /> 4925 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 4926 4926 <xs:simpleType> 4927 4927 <xs:restriction base="xs:string"> … … 4936 4936 <xs:complexType> 4937 4937 <xs:sequence> 4938 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_Column PropNameInRow="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" />4939 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column PropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">4940 <xs:simpleType> 4941 <xs:restriction base="xs:string"> 4942 <xs:maxLength value="50" /> 4943 </xs:restriction> 4944 </xs:simpleType> 4945 </xs:element> 4946 <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_Column PropNameInRow="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" />4947 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column PropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" />4948 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_Column PropNameInRow="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0">4938 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" /> 4939 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 4940 <xs:simpleType> 4941 <xs:restriction base="xs:string"> 4942 <xs:maxLength value="50" /> 4943 </xs:restriction> 4944 </xs:simpleType> 4945 </xs:element> 4946 <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" /> 4947 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" /> 4948 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0"> 4949 4949 <xs:simpleType> 4950 4950 <xs:restriction base="xs:string"> … … 4959 4959 <xs:complexType> 4960 4960 <xs:sequence> 4961 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">4962 <xs:simpleType> 4963 <xs:restriction base="xs:string"> 4964 <xs:maxLength value="50" /> 4965 </xs:restriction> 4966 </xs:simpleType> 4967 </xs:element> 4968 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column VarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">4969 <xs:simpleType> 4970 <xs:restriction base="xs:string"> 4971 <xs:maxLength value="50" /> 4972 </xs:restriction> 4973 </xs:simpleType> 4974 </xs:element> 4975 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />4976 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">4961 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4962 <xs:simpleType> 4963 <xs:restriction base="xs:string"> 4964 <xs:maxLength value="50" /> 4965 </xs:restriction> 4966 </xs:simpleType> 4967 </xs:element> 4968 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 4969 <xs:simpleType> 4970 <xs:restriction base="xs:string"> 4971 <xs:maxLength value="50" /> 4972 </xs:restriction> 4973 </xs:simpleType> 4974 </xs:element> 4975 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4976 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 4977 4977 <xs:simpleType> 4978 4978 <xs:restriction base="xs:string"> … … 4981 4981 </xs:simpleType> 4982 4982 </xs:element> 4983 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">4983 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4984 4984 <xs:simpleType> 4985 4985 <xs:restriction base="xs:string"> … … 4988 4988 </xs:simpleType> 4989 4989 </xs:element> 4990 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />4991 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">4990 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 4991 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4992 4992 <xs:simpleType> 4993 4993 <xs:restriction base="xs:string"> … … 5002 5002 <xs:complexType> 5003 5003 <xs:sequence> 5004 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5005 <xs:simpleType> 5006 <xs:restriction base="xs:string"> 5007 <xs:maxLength value="50" /> 5008 </xs:restriction> 5009 </xs:simpleType> 5010 </xs:element> 5004 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5005 <xs:simpleType> 5006 <xs:restriction base="xs:string"> 5007 <xs:maxLength value="50" /> 5008 </xs:restriction> 5009 </xs:simpleType> 5010 </xs:element> 5011 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5012 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5013 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5014 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5015 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5016 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" /> 5017 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5018 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5019 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" /> 5020 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" /> 5021 <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5022 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" /> 5023 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" /> 5024 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" /> 5025 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" /> 5026 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" /> 5027 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" /> 5028 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" /> 5029 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" /> 5030 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" /> 5031 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" /> 5032 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" /> 5033 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" /> 5034 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" /> 5035 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" /> 5036 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" /> 5037 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5038 </xs:sequence> 5039 </xs:complexType> 5040 </xs:element> 5041 <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja"> 5042 <xs:complexType> 5043 <xs:sequence> 5011 5044 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5012 5045 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5046 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 5047 <xs:simpleType> 5048 <xs:restriction base="xs:string"> 5049 <xs:maxLength value="50" /> 5050 </xs:restriction> 5051 </xs:simpleType> 5052 </xs:element> 5013 5053 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5014 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5015 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5016 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" /> 5017 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5018 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5019 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" /> 5020 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" /> 5021 <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5022 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" /> 5023 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" /> 5024 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" /> 5054 <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" /> 5055 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" /> 5056 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" /> 5057 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5058 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" /> 5059 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" /> 5060 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" /> 5061 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" /> 5062 <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5063 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5064 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5065 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" /> 5025 5066 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" /> 5026 5067 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" /> … … 5039 5080 </xs:complexType> 5040 5081 </xs:element> 5041 <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja">5042 <xs:complexType>5043 <xs:sequence>5044 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5045 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5046 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">5047 <xs:simpleType>5048 <xs:restriction base="xs:string">5049 <xs:maxLength value="50" />5050 </xs:restriction>5051 </xs:simpleType>5052 </xs:element>5053 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />5054 <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" />5055 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" />5056 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" />5057 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" />5058 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" />5059 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" />5060 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" />5061 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" />5062 <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />5063 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" />5064 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" />5065 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" />5066 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" />5067 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" />5068 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" />5069 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" />5070 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" />5071 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" />5072 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" />5073 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" />5074 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" />5075 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" />5076 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" />5077 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" />5078 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" />5079 </xs:sequence>5080 </xs:complexType>5081 </xs:element>5082 5082 <xs:element name="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_UserTableName="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletedName="LISTA_REKLAM_NA_WYDANIERowDeleted" msprop:Generator_RowChangedName="LISTA_REKLAM_NA_WYDANIERowChanged" msprop:Generator_RowClassName="LISTA_REKLAM_NA_WYDANIERow" msprop:Generator_RowChangingName="LISTA_REKLAM_NA_WYDANIERowChanging" msprop:Generator_RowEvArgName="LISTA_REKLAM_NA_WYDANIERowChangeEvent" msprop:Generator_RowEvHandlerName="LISTA_REKLAM_NA_WYDANIERowChangeEventHandler" msprop:Generator_TableClassName="LISTA_REKLAM_NA_WYDANIEDataTable" msprop:Generator_TableVarName="tableLISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletingName="LISTA_REKLAM_NA_WYDANIERowDeleting" msprop:Generator_TablePropName="LISTA_REKLAM_NA_WYDANIE"> 5083 5083 <xs:complexType> 5084 5084 <xs:sequence> 5085 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />5086 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5085 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 5086 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5087 5087 <xs:simpleType> 5088 5088 <xs:restriction base="xs:string"> … … 5091 5091 </xs:simpleType> 5092 5092 </xs:element> 5093 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column VarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">5093 <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"> 5094 5094 <xs:simpleType> 5095 5095 <xs:restriction base="xs:string"> … … 5098 5098 </xs:simpleType> 5099 5099 </xs:element> 5100 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_Column VarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />5101 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_Column VarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />5102 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column VarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">5100 <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" /> 5101 <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" /> 5102 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 5103 5103 <xs:simpleType> 5104 5104 <xs:restriction base="xs:string"> … … 5107 5107 </xs:simpleType> 5108 5108 </xs:element> 5109 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column VarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">5110 <xs:simpleType> 5111 <xs:restriction base="xs:string"> 5112 <xs:maxLength value="50" /> 5113 </xs:restriction> 5114 </xs:simpleType> 5115 </xs:element> 5116 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_Column VarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">5109 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 5110 <xs:simpleType> 5111 <xs:restriction base="xs:string"> 5112 <xs:maxLength value="50" /> 5113 </xs:restriction> 5114 </xs:simpleType> 5115 </xs:element> 5116 <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"> 5117 5117 <xs:simpleType> 5118 5118 <xs:restriction base="xs:string"> … … 5121 5121 </xs:simpleType> 5122 5122 </xs:element> 5123 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_Column VarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />5124 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_Column VarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">5123 <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" /> 5124 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 5125 5125 <xs:simpleType> 5126 5126 <xs:restriction base="xs:string"> … … 5129 5129 </xs:simpleType> 5130 5130 </xs:element> 5131 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />5132 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column VarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />5133 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_Column VarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />5134 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_Column VarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" />5135 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5136 <xs:simpleType> 5137 <xs:restriction base="xs:string"> 5138 <xs:maxLength value="50" /> 5139 </xs:restriction> 5140 </xs:simpleType> 5141 </xs:element> 5142 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_Column VarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">5131 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 5132 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 5133 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 5134 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" /> 5135 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5136 <xs:simpleType> 5137 <xs:restriction base="xs:string"> 5138 <xs:maxLength value="50" /> 5139 </xs:restriction> 5140 </xs:simpleType> 5141 </xs:element> 5142 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 5143 5143 <xs:simpleType> 5144 5144 <xs:restriction base="xs:string"> … … 5147 5147 </xs:simpleType> 5148 5148 </xs:element> 5149 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_Column VarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />5150 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />5151 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_Column VarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">5152 <xs:simpleType> 5153 <xs:restriction base="xs:string"> 5154 <xs:maxLength value="50" /> 5155 </xs:restriction> 5156 </xs:simpleType> 5157 </xs:element> 5158 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_Column VarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" />5159 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_Column VarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />5160 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_Column VarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />5161 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">5149 <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" /> 5150 <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" /> 5151 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 5152 <xs:simpleType> 5153 <xs:restriction base="xs:string"> 5154 <xs:maxLength value="50" /> 5155 </xs:restriction> 5156 </xs:simpleType> 5157 </xs:element> 5158 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" /> 5159 <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" /> 5160 <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" /> 5161 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 5162 5162 <xs:simpleType> 5163 5163 <xs:restriction base="xs:string"> … … 5166 5166 </xs:simpleType> 5167 5167 </xs:element> 5168 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column VarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />5169 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_Column PropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" />5170 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column PropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />5171 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_Column PropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />5172 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_Column PropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0">5168 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5169 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" /> 5170 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 5171 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 5172 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0"> 5173 5173 <xs:simpleType> 5174 5174 <xs:restriction base="xs:string"> … … 5177 5177 </xs:simpleType> 5178 5178 </xs:element> 5179 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_Column PropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0">5179 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0"> 5180 5180 <xs:simpleType> 5181 5181 <xs:restriction base="xs:string"> … … 5184 5184 </xs:simpleType> 5185 5185 </xs:element> 5186 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_Column PropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">5186 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 5187 5187 <xs:simpleType> 5188 5188 <xs:restriction base="xs:string"> … … 5191 5191 </xs:simpleType> 5192 5192 </xs:element> 5193 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_Column PropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />5194 <xs:element name="lokalizacja1" msprop:Generator_UserColumnName="lokalizacja1" msprop:Generator_Column VarNameInTable="columnlokalizacja1" msprop:Generator_ColumnPropNameInRow="lokalizacja1" msprop:Generator_ColumnPropNameInTable="lokalizacja1Column">5193 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 5194 <xs:element name="lokalizacja1" msprop:Generator_UserColumnName="lokalizacja1" msprop:Generator_ColumnPropNameInRow="lokalizacja1" msprop:Generator_ColumnVarNameInTable="columnlokalizacja1" msprop:Generator_ColumnPropNameInTable="lokalizacja1Column"> 5195 5195 <xs:simpleType> 5196 5196 <xs:restriction base="xs:string"> … … 5205 5205 <xs:complexType> 5206 5206 <xs:sequence> 5207 <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_Column PropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" />5208 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />5209 <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_Column PropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />5210 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_Column PropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0">5207 <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" /> 5208 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 5209 <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" /> 5210 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0"> 5211 5211 <xs:simpleType> 5212 5212 <xs:restriction base="xs:string"> … … 5221 5221 <xs:complexType> 5222 5222 <xs:sequence> 5223 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_Column VarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" />5224 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">5223 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" /> 5224 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 5225 5225 <xs:simpleType> 5226 5226 <xs:restriction base="xs:string"> … … 5229 5229 </xs:simpleType> 5230 5230 </xs:element> 5231 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_Column VarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />5232 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_Column VarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">5231 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 5232 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 5233 5233 <xs:simpleType> 5234 5234 <xs:restriction base="xs:string"> … … 5237 5237 </xs:simpleType> 5238 5238 </xs:element> 5239 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5239 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5240 5240 </xs:sequence> 5241 5241 </xs:complexType> … … 5244 5244 <xs:complexType> 5245 5245 <xs:sequence> 5246 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column VarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />5247 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_Column VarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />5248 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column VarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">5249 <xs:simpleType> 5250 <xs:restriction base="xs:string"> 5251 <xs:maxLength value="50" /> 5252 </xs:restriction> 5253 </xs:simpleType> 5254 </xs:element> 5255 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_Column VarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">5256 <xs:simpleType> 5257 <xs:restriction base="xs:string"> 5258 <xs:maxLength value="50" /> 5259 </xs:restriction> 5260 </xs:simpleType> 5261 </xs:element> 5262 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column VarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" />5246 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 5247 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 5248 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 5249 <xs:simpleType> 5250 <xs:restriction base="xs:string"> 5251 <xs:maxLength value="50" /> 5252 </xs:restriction> 5253 </xs:simpleType> 5254 </xs:element> 5255 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 5256 <xs:simpleType> 5257 <xs:restriction base="xs:string"> 5258 <xs:maxLength value="50" /> 5259 </xs:restriction> 5260 </xs:simpleType> 5261 </xs:element> 5262 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" /> 5263 5263 </xs:sequence> 5264 5264 </xs:complexType> … … 5267 5267 <xs:complexType> 5268 5268 <xs:sequence> 5269 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_Column VarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />5270 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_Column VarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />5271 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_Column VarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />5272 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_Column VarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />5273 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_Column VarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />5269 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> 5270 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 5271 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 5272 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 5273 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 5274 5274 </xs:sequence> 5275 5275 </xs:complexType> … … 5278 5278 <xs:complexType> 5279 5279 <xs:sequence> 5280 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />5281 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_Column PropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />5282 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_Column VarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />5283 <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_Column VarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />5284 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_Column VarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" />5285 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_Column VarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" />5280 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 5281 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 5282 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 5283 <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" /> 5284 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" /> 5285 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" /> 5286 5286 </xs:sequence> 5287 5287 </xs:complexType> … … 5290 5290 <xs:complexType> 5291 5291 <xs:sequence> 5292 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />5293 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column PropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />5294 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_Column PropNameInRow="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" />5295 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_Column PropNameInRow="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" />5296 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_Column PropNameInRow="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" />5297 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />5298 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column PropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />5299 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_Column PropNameInRow="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" />5300 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_Column PropNameInRow="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" />5301 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column PropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">5292 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 5293 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 5294 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" /> 5295 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" /> 5296 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" /> 5297 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 5298 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 5299 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" /> 5300 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" /> 5301 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 5302 5302 <xs:simpleType> 5303 5303 <xs:restriction base="xs:string"> … … 5306 5306 </xs:simpleType> 5307 5307 </xs:element> 5308 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" /> 5309 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 5308 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" /> 5309 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 5310 <xs:simpleType> 5311 <xs:restriction base="xs:string"> 5312 <xs:maxLength value="500" /> 5313 </xs:restriction> 5314 </xs:simpleType> 5315 </xs:element> 5316 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 5310 5317 <xs:simpleType> 5311 5318 <xs:restriction base="xs:string"> … … 5314 5321 </xs:simpleType> 5315 5322 </xs:element> 5316 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 5317 <xs:simpleType> 5318 <xs:restriction base="xs:string"> 5319 <xs:maxLength value="200" /> 5320 </xs:restriction> 5321 </xs:simpleType> 5322 </xs:element> 5323 <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_ColumnVarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" /> 5324 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" /> 5325 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" /> 5323 <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnVarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" /> 5324 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" /> 5325 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" /> 5326 5326 </xs:sequence> 5327 5327 </xs:complexType> … … 5330 5330 <xs:complexType> 5331 5331 <xs:sequence> 5332 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />5333 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column VarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />5334 <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_Column PropNameInRow="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" />5335 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column VarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">5332 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 5333 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 5334 <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInRow="DoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" /> 5335 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 5336 5336 <xs:simpleType> 5337 5337 <xs:restriction base="xs:string"> … … 5340 5340 </xs:simpleType> 5341 5341 </xs:element> 5342 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column VarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />5343 <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_Column VarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" />5344 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5345 <xs:simpleType> 5346 <xs:restriction base="xs:string"> 5347 <xs:maxLength value="50" /> 5348 </xs:restriction> 5349 </xs:simpleType> 5350 </xs:element> 5351 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">5352 <xs:simpleType> 5353 <xs:restriction base="xs:string"> 5354 <xs:maxLength value="50" /> 5355 </xs:restriction> 5356 </xs:simpleType> 5357 </xs:element> 5358 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />5359 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_Column PropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0">5342 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 5343 <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnVarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" /> 5344 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5345 <xs:simpleType> 5346 <xs:restriction base="xs:string"> 5347 <xs:maxLength value="50" /> 5348 </xs:restriction> 5349 </xs:simpleType> 5350 </xs:element> 5351 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 5352 <xs:simpleType> 5353 <xs:restriction base="xs:string"> 5354 <xs:maxLength value="50" /> 5355 </xs:restriction> 5356 </xs:simpleType> 5357 </xs:element> 5358 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 5359 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0"> 5360 5360 <xs:simpleType> 5361 5361 <xs:restriction base="xs:string"> … … 5364 5364 </xs:simpleType> 5365 5365 </xs:element> 5366 <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_Column PropNameInRow="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" />5367 <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_Column PropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" />5368 <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_Column PropNameInRow="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" />5369 <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_Column PropNameInRow="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" />5370 <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_Column PropNameInRow="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" />5371 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_Column PropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">5366 <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInRow="iloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" /> 5367 <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" /> 5368 <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInRow="data_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" /> 5369 <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInRow="data_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" /> 5370 <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInRow="nettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" /> 5371 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0"> 5372 5372 <xs:simpleType> 5373 5373 <xs:restriction base="xs:string"> … … 5376 5376 </xs:simpleType> 5377 5377 </xs:element> 5378 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">5378 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 5379 5379 <xs:simpleType> 5380 5380 <xs:restriction base="xs:string"> … … 5383 5383 </xs:simpleType> 5384 5384 </xs:element> 5385 <xs:element name="SumaNaNastepnejFakturze" msprop:Generator_UserColumnName="SumaNaNastepnejFakturze" msprop:Generator_Column PropNameInRow="SumaNaNastepnejFakturze" msprop:Generator_ColumnVarNameInTable="columnSumaNaNastepnejFakturze" msprop:Generator_ColumnPropNameInTable="SumaNaNastepnejFakturzeColumn" type="xs:decimal" minOccurs="0" />5385 <xs:element name="SumaNaNastepnejFakturze" msprop:Generator_UserColumnName="SumaNaNastepnejFakturze" msprop:Generator_ColumnVarNameInTable="columnSumaNaNastepnejFakturze" msprop:Generator_ColumnPropNameInRow="SumaNaNastepnejFakturze" msprop:Generator_ColumnPropNameInTable="SumaNaNastepnejFakturzeColumn" type="xs:decimal" minOccurs="0" /> 5386 5386 </xs:sequence> 5387 5387 </xs:complexType> … … 5390 5390 <xs:complexType> 5391 5391 <xs:sequence> 5392 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" />5393 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_Column VarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />5394 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5395 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_Column VarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />5396 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_Column VarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">5392 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" /> 5393 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 5394 <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" /> 5395 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" /> 5396 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 5397 5397 <xs:simpleType> 5398 5398 <xs:restriction base="xs:string"> … … 5401 5401 </xs:simpleType> 5402 5402 </xs:element> 5403 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_Column VarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">5403 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 5404 5404 <xs:simpleType> 5405 5405 <xs:restriction base="xs:string"> … … 5408 5408 </xs:simpleType> 5409 5409 </xs:element> 5410 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_Column VarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />5411 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />5412 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">5410 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" /> 5411 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5412 <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"> 5413 5413 <xs:simpleType> 5414 5414 <xs:restriction base="xs:string"> … … 5423 5423 <xs:complexType> 5424 5424 <xs:sequence> 5425 <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_Column PropNameInRow="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" />5426 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5425 <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInRow="idProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" /> 5426 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5427 5427 <xs:simpleType> 5428 5428 <xs:restriction base="xs:string"> … … 5431 5431 </xs:simpleType> 5432 5432 </xs:element> 5433 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">5433 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 5434 5434 <xs:simpleType> 5435 5435 <xs:restriction base="xs:string"> … … 5438 5438 </xs:simpleType> 5439 5439 </xs:element> 5440 <xs:element name="rok" msprop:Generator_UserColumnName="rok" msprop:Generator_Column PropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />5441 <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_Column PropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />5442 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_Column PropNameInRow="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0">5440 <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" /> 5441 <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" /> 5442 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0"> 5443 5443 <xs:simpleType> 5444 5444 <xs:restriction base="xs:string"> … … 5447 5447 </xs:simpleType> 5448 5448 </xs:element> 5449 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_Column PropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />5450 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_Column PropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0">5449 <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" /> 5450 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0"> 5451 5451 <xs:simpleType> 5452 5452 <xs:restriction base="xs:string"> … … 5455 5455 </xs:simpleType> 5456 5456 </xs:element> 5457 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_Column PropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" />5458 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_Column PropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" />5459 <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_Column PropNameInRow="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" />5457 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" /> 5458 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" /> 5459 <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInRow="kwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" /> 5460 5460 </xs:sequence> 5461 5461 </xs:complexType> … … 5464 5464 <xs:complexType> 5465 5465 <xs:sequence> 5466 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column PropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />5467 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_Column PropNameInRow="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />5468 <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_Column PropNameInRow="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" />5469 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">5466 <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" /> 5467 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" /> 5468 <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInRow="Id_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" /> 5469 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 5470 5470 <xs:simpleType> 5471 5471 <xs:restriction base="xs:string"> … … 5474 5474 </xs:simpleType> 5475 5475 </xs:element> 5476 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column PropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />5477 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column PropNameInRow="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">5476 <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" /> 5477 <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"> 5478 5478 <xs:simpleType> 5479 5479 <xs:restriction base="xs:string"> … … 5482 5482 </xs:simpleType> 5483 5483 </xs:element> 5484 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_Column PropNameInRow="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />5485 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_Column PropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />5486 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column PropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />5487 <xs:element name="vat" msprop:Generator_UserColumnName="vat" msprop:Generator_Column PropNameInRow="vat" msprop:Generator_ColumnVarNameInTable="columnvat" msprop:Generator_ColumnPropNameInTable="vatColumn" type="xs:decimal" minOccurs="0" />5488 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_Column PropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />5489 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column PropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />5490 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_Column PropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />5491 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column PropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />5492 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column PropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />5493 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column PropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />5494 <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_Column PropNameInRow="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">5495 <xs:simpleType> 5496 <xs:restriction base="xs:string"> 5497 <xs:maxLength value="50" /> 5498 </xs:restriction> 5499 </xs:simpleType> 5500 </xs:element> 5501 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5502 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_Column PropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />5503 <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_Column PropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0">5484 <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" /> 5485 <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" /> 5486 <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" /> 5487 <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" /> 5488 <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" /> 5489 <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" /> 5490 <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" /> 5491 <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" /> 5492 <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" /> 5493 <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" /> 5494 <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"> 5495 <xs:simpleType> 5496 <xs:restriction base="xs:string"> 5497 <xs:maxLength value="50" /> 5498 </xs:restriction> 5499 </xs:simpleType> 5500 </xs:element> 5501 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 5502 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" /> 5503 <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0"> 5504 5504 <xs:simpleType> 5505 5505 <xs:restriction base="xs:string"> … … 5508 5508 </xs:simpleType> 5509 5509 </xs:element> 5510 <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_Column PropNameInRow="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" />5511 <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_Column PropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0">5510 <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInRow="NUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" /> 5511 <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0"> 5512 5512 <xs:simpleType> 5513 5513 <xs:restriction base="xs:string"> … … 5516 5516 </xs:simpleType> 5517 5517 </xs:element> 5518 <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_Column PropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" />5519 <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_Column PropNameInRow="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" />5520 <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_Column PropNameInRow="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" />5521 <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_Column PropNameInRow="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" />5522 <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_Column PropNameInRow="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" />5523 <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_Column PropNameInRow="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" />5524 <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_Column PropNameInRow="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0">5518 <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" /> 5519 <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInRow="netto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" /> 5520 <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInRow="brutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" /> 5521 <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInRow="vat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" /> 5522 <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInRow="suma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" /> 5523 <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInRow="data_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" /> 5524 <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0"> 5525 5525 <xs:simpleType> 5526 5526 <xs:restriction base="xs:string"> … … 5529 5529 </xs:simpleType> 5530 5530 </xs:element> 5531 <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_Column PropNameInRow="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" />5532 <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_Column PropNameInRow="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" />5533 <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_Column PropNameInRow="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" />5534 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5535 <xs:simpleType> 5536 <xs:restriction base="xs:string"> 5537 <xs:maxLength value="50" /> 5538 </xs:restriction> 5539 </xs:simpleType> 5540 </xs:element> 5541 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">5542 <xs:simpleType> 5543 <xs:restriction base="xs:string"> 5544 <xs:maxLength value="50" /> 5545 </xs:restriction> 5546 </xs:simpleType> 5547 </xs:element> 5548 <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_Column PropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" />5549 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column PropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">5531 <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInRow="roznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" /> 5532 <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInRow="roznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" /> 5533 <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInRow="roznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5534 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5535 <xs:simpleType> 5536 <xs:restriction base="xs:string"> 5537 <xs:maxLength value="50" /> 5538 </xs:restriction> 5539 </xs:simpleType> 5540 </xs:element> 5541 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 5542 <xs:simpleType> 5543 <xs:restriction base="xs:string"> 5544 <xs:maxLength value="50" /> 5545 </xs:restriction> 5546 </xs:simpleType> 5547 </xs:element> 5548 <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" /> 5549 <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"> 5550 5550 <xs:simpleType> 5551 5551 <xs:restriction base="xs:string"> … … 5554 5554 </xs:simpleType> 5555 5555 </xs:element> 5556 <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_Column PropNameInRow="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" />5557 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column PropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />5558 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column PropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />5559 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_Column PropNameInRow="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />5560 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column PropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />5561 <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_Column PropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0">5556 <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInRow="liczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" /> 5557 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 5558 <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" /> 5559 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" /> 5560 <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" /> 5561 <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0"> 5562 5562 <xs:simpleType> 5563 5563 <xs:restriction base="xs:string"> … … 5566 5566 </xs:simpleType> 5567 5567 </xs:element> 5568 <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_Column VarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" />5568 <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnVarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" /> 5569 5569 </xs:sequence> 5570 5570 </xs:complexType> … … 5573 5573 <xs:complexType> 5574 5574 <xs:sequence> 5575 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column VarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />5576 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column VarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />5577 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />5578 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />5579 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column VarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />5580 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_Column VarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">5575 <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" /> 5576 <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" /> 5577 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 5578 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 5579 <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" /> 5580 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0"> 5581 5581 <xs:simpleType> 5582 5582 <xs:restriction base="xs:string"> … … 5585 5585 </xs:simpleType> 5586 5586 </xs:element> 5587 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">5587 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 5588 5588 <xs:simpleType> 5589 5589 <xs:restriction base="xs:string"> … … 5592 5592 </xs:simpleType> 5593 5593 </xs:element> 5594 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />5595 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column VarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />5596 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />5597 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />5598 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column VarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />5599 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />5600 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">5601 <xs:simpleType> 5602 <xs:restriction base="xs:string"> 5603 <xs:maxLength value="50" /> 5604 </xs:restriction> 5605 </xs:simpleType> 5606 </xs:element> 5607 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">5608 <xs:simpleType> 5609 <xs:restriction base="xs:string"> 5610 <xs:maxLength value="50" /> 5611 </xs:restriction> 5612 </xs:simpleType> 5613 </xs:element> 5614 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_Column VarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />5615 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_Column VarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />5616 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column VarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />5617 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5618 <xs:simpleType> 5619 <xs:restriction base="xs:string"> 5620 <xs:maxLength value="50" /> 5621 </xs:restriction> 5622 </xs:simpleType> 5623 </xs:element> 5624 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column VarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />5625 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5626 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />5627 <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_Column VarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" />5628 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />5629 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">5594 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 5595 <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" /> 5596 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 5597 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 5598 <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" /> 5599 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 5600 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 5601 <xs:simpleType> 5602 <xs:restriction base="xs:string"> 5603 <xs:maxLength value="50" /> 5604 </xs:restriction> 5605 </xs:simpleType> 5606 </xs:element> 5607 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5608 <xs:simpleType> 5609 <xs:restriction base="xs:string"> 5610 <xs:maxLength value="50" /> 5611 </xs:restriction> 5612 </xs:simpleType> 5613 </xs:element> 5614 <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" /> 5615 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" /> 5616 <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" /> 5617 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5618 <xs:simpleType> 5619 <xs:restriction base="xs:string"> 5620 <xs:maxLength value="50" /> 5621 </xs:restriction> 5622 </xs:simpleType> 5623 </xs:element> 5624 <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" /> 5625 <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" /> 5626 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" /> 5627 <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" /> 5628 <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" /> 5629 <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"> 5630 5630 <xs:simpleType> 5631 5631 <xs:restriction base="xs:string"> … … 5634 5634 </xs:simpleType> 5635 5635 </xs:element> 5636 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column VarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />5637 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_Column VarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />5638 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column VarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />5639 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_Column VarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" />5640 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_Column VarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />5641 <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_Column VarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" />5642 <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_Column VarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" />5643 <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_Column PropNameInRow="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" />5644 <xs:element name="waluta_kurs" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column PropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:decimal" minOccurs="0" />5636 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 5637 <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" /> 5638 <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" /> 5639 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5640 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5641 <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnVarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" /> 5642 <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnVarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" /> 5643 <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInRow="SposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" /> 5644 <xs:element name="waluta_kurs" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:decimal" minOccurs="0" /> 5645 5645 </xs:sequence> 5646 5646 </xs:complexType> -
trunk/BazaReklam/REKLAMADataSet.xss
r920 r1001 5 5 the code is regenerated. 6 6 </autogenerated>--> 7 <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="- 268" ViewPortY="-310" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">7 <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-1339" ViewPortY="-361" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> 8 8 <Shapes> 9 9 <Shape ID="DesignTable:REKLAMA" ZOrder="7" X="-162" Y="27" Height="369" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" />
