Zbiór zmian 199
- Data:
- 2009-01-19 14:44:23 (17 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 1 dodane
- 2 zmodyfikowane
-
REKLAMADataSet.Designer.cs (dodane)
-
REKLAMADataSet.xsd (zmodyfikowane) (85 diffs)
-
REKLAMADataSet.xss (zmodyfikowane) (10 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/REKLAMADataSet.xsd
r194 r199 4065 4065 <SelectCommand> 4066 4066 <DbCommand CommandType="Text" ModifiedByUser="True"> 4067 <CommandText>SELECT TOP 1 [UKAŻE SIĘ W NR].ReklamaId, [UKAŻE SIĘ W NR].[Nr Wydania], NR.DATA_W, YEAR(NR.DATA_W) AS rok, MONTH(NR.DATA_W) AS ms,4068 [LISTA TYTUŁÓW].id AS idTytulu4069 FROM [LISTA TYTUŁÓW] INNER JOIN4070 NR ON [LISTA TYTUŁÓW].SYMB = NR.TYT RIGHT OUTER JOIN4071 [UKAŻE SIĘ W NR] LEFT OUTER JOIN4072 REKLAMA ON [UKAŻE SIĘ W NR].ReklamaId = REKLAMA.ReklamaID ON NR.TYT = REKLAMA.TYTUŁ AND4073 NR.NRW = [UKAŻE SIĘ W NR].[Nr Wydania] LEFT OUTER JOIN4074 zamowienia AS Z ON Z.idZamowienia = REKLAMA.idZamowienia4075 WHERE (Z.idZamowienia = @idZamowienia) AND ([UKAŻE SIĘ W NR].zafakturowana = 0)4067 <CommandText>SELECT TOP 1 [UKAŻE SIĘ W NR].ReklamaId, [UKAŻE SIĘ W NR].[Nr Wydania], NR.DATA_W, YEAR(NR.DATA_W) AS rok, MONTH(NR.DATA_W) AS ms, 4068 [LISTA TYTUŁÓW].id AS idTytulu 4069 FROM [LISTA TYTUŁÓW] INNER JOIN 4070 NR ON [LISTA TYTUŁÓW].SYMB = NR.TYT RIGHT OUTER JOIN 4071 [UKAŻE SIĘ W NR] LEFT OUTER JOIN 4072 REKLAMA ON [UKAŻE SIĘ W NR].ReklamaId = REKLAMA.ReklamaID ON NR.TYT = REKLAMA.TYTUŁ AND 4073 NR.NRW = [UKAŻE SIĘ W NR].[Nr Wydania] LEFT OUTER JOIN 4074 zamowienia AS Z ON Z.idZamowienia = REKLAMA.idZamowienia 4075 WHERE (Z.idZamowienia = @idZamowienia) AND ([UKAŻE SIĘ W NR].zafakturowana = 0) AND (NR.DATA_W IS NOT NULL) 4076 4076 ORDER BY NR.DATA_W</CommandText> 4077 4077 <Parameters> … … 4545 4545 <xs:complexType> 4546 4546 <xs:sequence> 4547 <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" /> 4548 <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" /> 4549 <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"> 4550 <xs:simpleType> 4551 <xs:restriction base="xs:string"> 4552 <xs:maxLength value="50" /> 4553 </xs:restriction> 4554 </xs:simpleType> 4555 </xs:element> 4556 <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"> 4557 <xs:simpleType> 4558 <xs:restriction base="xs:string"> 4559 <xs:maxLength value="5" /> 4560 </xs:restriction> 4561 </xs:simpleType> 4562 </xs:element> 4563 <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"> 4564 <xs:simpleType> 4565 <xs:restriction base="xs:string"> 4566 <xs:maxLength value="10" /> 4567 </xs:restriction> 4568 </xs:simpleType> 4569 </xs:element> 4570 <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"> 4571 <xs:simpleType> 4572 <xs:restriction base="xs:string"> 4573 <xs:maxLength value="10" /> 4574 </xs:restriction> 4575 </xs:simpleType> 4576 </xs:element> 4577 <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"> 4578 <xs:simpleType> 4579 <xs:restriction base="xs:string"> 4580 <xs:maxLength value="50" /> 4581 </xs:restriction> 4582 </xs:simpleType> 4583 </xs:element> 4584 <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" /> 4585 <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" /> 4586 <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" /> 4587 <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"> 4588 <xs:simpleType> 4589 <xs:restriction base="xs:string"> 4590 <xs:maxLength value="15" /> 4591 </xs:restriction> 4592 </xs:simpleType> 4593 </xs:element> 4594 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 4595 <xs:simpleType> 4596 <xs:restriction base="xs:string"> 4597 <xs:maxLength value="25" /> 4598 </xs:restriction> 4599 </xs:simpleType> 4600 </xs:element> 4601 <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" /> 4602 <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" /> 4603 <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" /> 4604 <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" /> 4605 <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"> 4606 <xs:simpleType> 4607 <xs:restriction base="xs:string"> 4608 <xs:maxLength value="5" /> 4609 </xs:restriction> 4610 </xs:simpleType> 4611 </xs:element> 4612 <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" /> 4613 <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" /> 4614 <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" /> 4615 <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" /> 4616 <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" /> 4617 <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" /> 4618 <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"> 4619 <xs:simpleType> 4620 <xs:restriction base="xs:string"> 4621 <xs:maxLength value="25" /> 4622 </xs:restriction> 4623 </xs:simpleType> 4624 </xs:element> 4625 <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"> 4626 <xs:simpleType> 4627 <xs:restriction base="xs:string"> 4628 <xs:maxLength value="50" /> 4629 </xs:restriction> 4630 </xs:simpleType> 4631 </xs:element> 4632 <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" /> 4633 <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" /> 4634 <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" /> 4635 <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" /> 4636 <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" /> 4637 <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" /> 4638 <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" /> 4639 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4640 <xs:simpleType> 4641 <xs:restriction base="xs:string"> 4642 <xs:maxLength value="1000" /> 4643 </xs:restriction> 4644 </xs:simpleType> 4645 </xs:element> 4646 <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"> 4647 <xs:simpleType> 4648 <xs:restriction base="xs:string"> 4649 <xs:maxLength value="50" /> 4650 </xs:restriction> 4651 </xs:simpleType> 4652 </xs:element> 4653 <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" /> 4654 <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" /> 4655 <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" /> 4656 <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" /> 4657 <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" /> 4658 <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" /> 4659 <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"> 4660 <xs:simpleType> 4661 <xs:restriction base="xs:string"> 4662 <xs:maxLength value="50" /> 4663 </xs:restriction> 4664 </xs:simpleType> 4665 </xs:element> 4666 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 4667 <xs:simpleType> 4668 <xs:restriction base="xs:string"> 4669 <xs:maxLength value="50" /> 4670 </xs:restriction> 4671 </xs:simpleType> 4672 </xs:element> 4673 <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" /> 4674 <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"> 4675 <xs:simpleType> 4676 <xs:restriction base="xs:string"> 4677 <xs:maxLength value="1" /> 4678 </xs:restriction> 4679 </xs:simpleType> 4680 </xs:element> 4681 <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" /> 4682 <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"> 4683 <xs:simpleType> 4684 <xs:restriction base="xs:string"> 4685 <xs:maxLength value="8" /> 4686 </xs:restriction> 4687 </xs:simpleType> 4688 </xs:element> 4689 <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" /> 4690 <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" /> 4691 <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" /> 4692 <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" /> 4693 <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" /> 4694 <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"> 4695 <xs:simpleType> 4696 <xs:restriction base="xs:string"> 4697 <xs:maxLength value="200" /> 4698 </xs:restriction> 4699 </xs:simpleType> 4700 </xs:element> 4701 <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" /> 4702 <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"> 4703 <xs:simpleType> 4704 <xs:restriction base="xs:string"> 4705 <xs:maxLength value="200" /> 4706 </xs:restriction> 4707 </xs:simpleType> 4708 </xs:element> 4709 <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" /> 4710 <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" /> 4711 <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" /> 4712 <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" /> 4713 <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"> 4714 <xs:simpleType> 4715 <xs:restriction base="xs:string"> 4716 <xs:maxLength value="4" /> 4717 </xs:restriction> 4718 </xs:simpleType> 4719 </xs:element> 4720 <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" /> 4721 <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" /> 4722 <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" /> 4723 <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"> 4724 <xs:simpleType> 4725 <xs:restriction base="xs:string"> 4726 <xs:maxLength value="15" /> 4727 </xs:restriction> 4728 </xs:simpleType> 4729 </xs:element> 4730 <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" /> 4731 <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" /> 4732 <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" /> 4733 <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" /> 4734 <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" /> 4735 <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" /> 4736 <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" /> 4737 <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" /> 4738 <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" /> 4739 </xs:sequence> 4740 </xs:complexType> 4741 </xs:element> 4742 <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"> 4743 <xs:complexType> 4744 <xs:sequence> 4745 <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" /> 4746 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4747 <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" /> 4748 <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" /> 4749 <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" /> 4750 <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" /> 4751 <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" /> 4752 <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" /> 4753 <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" /> 4754 </xs:sequence> 4755 </xs:complexType> 4756 </xs:element> 4757 <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"> 4758 <xs:complexType> 4759 <xs:sequence> 4760 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 4761 <xs:simpleType> 4762 <xs:restriction base="xs:string"> 4763 <xs:maxLength value="50" /> 4764 </xs:restriction> 4765 </xs:simpleType> 4766 </xs:element> 4767 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 4768 <xs:simpleType> 4769 <xs:restriction base="xs:string"> 4770 <xs:maxLength value="50" /> 4771 </xs:restriction> 4772 </xs:simpleType> 4773 </xs:element> 4774 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 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="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 4782 <xs:simpleType> 4783 <xs:restriction base="xs:string"> 4784 <xs:maxLength value="50" /> 4785 </xs:restriction> 4786 </xs:simpleType> 4787 </xs:element> 4788 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 4789 <xs:simpleType> 4790 <xs:restriction base="xs:string"> 4791 <xs:maxLength value="20" /> 4792 </xs:restriction> 4793 </xs:simpleType> 4794 </xs:element> 4795 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 4796 <xs:simpleType> 4797 <xs:restriction base="xs:string"> 4798 <xs:maxLength value="50" /> 4799 </xs:restriction> 4800 </xs:simpleType> 4801 </xs:element> 4802 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 4803 <xs:simpleType> 4804 <xs:restriction base="xs:string"> 4805 <xs:maxLength value="50" /> 4806 </xs:restriction> 4807 </xs:simpleType> 4808 </xs:element> 4809 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 4810 <xs:simpleType> 4811 <xs:restriction base="xs:string"> 4812 <xs:maxLength value="50" /> 4813 </xs:restriction> 4814 </xs:simpleType> 4815 </xs:element> 4816 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 4817 <xs:simpleType> 4818 <xs:restriction base="xs:string"> 4819 <xs:maxLength value="50" /> 4820 </xs:restriction> 4821 </xs:simpleType> 4822 </xs:element> 4823 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 4824 <xs:simpleType> 4825 <xs:restriction base="xs:string"> 4826 <xs:maxLength value="30" /> 4827 </xs:restriction> 4828 </xs:simpleType> 4829 </xs:element> 4830 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 4831 <xs:simpleType> 4832 <xs:restriction base="xs:string"> 4833 <xs:maxLength value="30" /> 4834 </xs:restriction> 4835 </xs:simpleType> 4836 </xs:element> 4837 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 4838 <xs:simpleType> 4839 <xs:restriction base="xs:string"> 4840 <xs:maxLength value="200" /> 4841 </xs:restriction> 4842 </xs:simpleType> 4843 </xs:element> 4844 <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" /> 4845 <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"> 4846 <xs:simpleType> 4847 <xs:restriction base="xs:string"> 4848 <xs:maxLength value="200" /> 4849 </xs:restriction> 4850 </xs:simpleType> 4851 </xs:element> 4852 <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"> 4853 <xs:simpleType> 4854 <xs:restriction base="xs:string"> 4855 <xs:maxLength value="200" /> 4856 </xs:restriction> 4857 </xs:simpleType> 4858 </xs:element> 4859 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 4860 <xs:simpleType> 4861 <xs:restriction base="xs:string"> 4862 <xs:maxLength value="50" /> 4863 </xs:restriction> 4864 </xs:simpleType> 4865 </xs:element> 4866 <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" /> 4867 <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" /> 4868 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4869 <xs:simpleType> 4870 <xs:restriction base="xs:string"> 4871 <xs:maxLength value="25" /> 4872 </xs:restriction> 4873 </xs:simpleType> 4874 </xs:element> 4875 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 4876 <xs:simpleType> 4877 <xs:restriction base="xs:string"> 4878 <xs:maxLength value="60" /> 4879 </xs:restriction> 4880 </xs:simpleType> 4881 </xs:element> 4882 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 4883 <xs:simpleType> 4884 <xs:restriction base="xs:string"> 4885 <xs:maxLength value="50" /> 4886 </xs:restriction> 4887 </xs:simpleType> 4888 </xs:element> 4889 <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" /> 4890 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 4891 <xs:simpleType> 4892 <xs:restriction base="xs:string"> 4893 <xs:maxLength value="50" /> 4894 </xs:restriction> 4895 </xs:simpleType> 4896 </xs:element> 4897 <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"> 4898 <xs:simpleType> 4899 <xs:restriction base="xs:string"> 4900 <xs:maxLength value="25" /> 4901 </xs:restriction> 4902 </xs:simpleType> 4903 </xs:element> 4904 <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" /> 4905 <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" /> 4906 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4907 <xs:simpleType> 4908 <xs:restriction base="xs:string"> 4909 <xs:maxLength value="50" /> 4910 </xs:restriction> 4911 </xs:simpleType> 4912 </xs:element> 4913 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 4914 <xs:simpleType> 4915 <xs:restriction base="xs:string"> 4916 <xs:maxLength value="3" /> 4917 </xs:restriction> 4918 </xs:simpleType> 4919 </xs:element> 4920 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 4921 <xs:simpleType> 4922 <xs:restriction base="xs:string"> 4923 <xs:maxLength value="10" /> 4924 </xs:restriction> 4925 </xs:simpleType> 4926 </xs:element> 4927 </xs:sequence> 4928 </xs:complexType> 4929 </xs:element> 4930 <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"> 4931 <xs:complexType> 4932 <xs:sequence> 4933 <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" /> 4934 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4935 <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" /> 4936 <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" /> 4937 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 4938 </xs:sequence> 4939 </xs:complexType> 4940 </xs:element> 4941 <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"> 4942 <xs:complexType> 4943 <xs:sequence> 4944 <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" /> 4945 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 4946 <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"> 4947 <xs:simpleType> 4948 <xs:restriction base="xs:string"> 4949 <xs:maxLength value="50" /> 4950 </xs:restriction> 4951 </xs:simpleType> 4952 </xs:element> 4953 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 4954 <xs:simpleType> 4955 <xs:restriction base="xs:string"> 4956 <xs:maxLength value="50" /> 4957 </xs:restriction> 4958 </xs:simpleType> 4959 </xs:element> 4960 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4961 <xs:simpleType> 4962 <xs:restriction base="xs:string"> 4963 <xs:maxLength value="50" /> 4964 </xs:restriction> 4965 </xs:simpleType> 4966 </xs:element> 4967 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4968 <xs:simpleType> 4969 <xs:restriction base="xs:string"> 4970 <xs:maxLength value="50" /> 4971 </xs:restriction> 4972 </xs:simpleType> 4973 </xs:element> 4974 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4975 <xs:simpleType> 4976 <xs:restriction base="xs:string"> 4977 <xs:maxLength value="50" /> 4978 </xs:restriction> 4979 </xs:simpleType> 4980 </xs:element> 4981 </xs:sequence> 4982 </xs:complexType> 4983 </xs:element> 4984 <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"> 4985 <xs:complexType> 4986 <xs:sequence> 4987 <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" /> 4988 <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" /> 4989 <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"> 4990 <xs:simpleType> 4991 <xs:restriction base="xs:string"> 4992 <xs:maxLength value="50" /> 4993 </xs:restriction> 4994 </xs:simpleType> 4995 </xs:element> 4996 <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"> 4997 <xs:simpleType> 4998 <xs:restriction base="xs:string"> 4999 <xs:maxLength value="50" /> 5000 </xs:restriction> 5001 </xs:simpleType> 5002 </xs:element> 5003 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 5004 <xs:simpleType> 5005 <xs:restriction base="xs:string"> 5006 <xs:maxLength value="20" /> 5007 </xs:restriction> 5008 </xs:simpleType> 5009 </xs:element> 5010 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5011 <xs:simpleType> 5012 <xs:restriction base="xs:string"> 5013 <xs:maxLength value="50" /> 5014 </xs:restriction> 5015 </xs:simpleType> 5016 </xs:element> 5017 <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" /> 5018 <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" /> 5019 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 5020 <xs:simpleType> 5021 <xs:restriction base="xs:string"> 5022 <xs:maxLength value="50" /> 5023 </xs:restriction> 5024 </xs:simpleType> 5025 </xs:element> 5026 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 5027 <xs:simpleType> 5028 <xs:restriction base="xs:string"> 5029 <xs:maxLength value="50" /> 5030 </xs:restriction> 5031 </xs:simpleType> 5032 </xs:element> 5033 <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" /> 5034 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 5035 <xs:simpleType> 5036 <xs:restriction base="xs:string"> 5037 <xs:maxLength value="50" /> 5038 </xs:restriction> 5039 </xs:simpleType> 5040 </xs:element> 5041 <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" /> 5042 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 5043 <xs:simpleType> 5044 <xs:restriction base="xs:string"> 5045 <xs:maxLength value="50" /> 5046 </xs:restriction> 5047 </xs:simpleType> 5048 </xs:element> 5049 <xs:element name="DATA_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" /> 5050 <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"> 5051 <xs:simpleType> 5052 <xs:restriction base="xs:string"> 5053 <xs:maxLength value="50" /> 5054 </xs:restriction> 5055 </xs:simpleType> 5056 </xs:element> 5057 <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" /> 5058 <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" /> 5059 <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" /> 5060 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 5061 <xs:simpleType> 5062 <xs:restriction base="xs:string"> 5063 <xs:maxLength value="1024" /> 5064 </xs:restriction> 5065 </xs:simpleType> 5066 </xs:element> 5067 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 5068 <xs:simpleType> 5069 <xs:restriction base="xs:string"> 5070 <xs:maxLength value="200" /> 5071 </xs:restriction> 5072 </xs:simpleType> 5073 </xs:element> 5074 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 5075 <xs:simpleType> 5076 <xs:restriction base="xs:string"> 5077 <xs:maxLength value="200" /> 5078 </xs:restriction> 5079 </xs:simpleType> 5080 </xs:element> 5081 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 5082 <xs:simpleType> 5083 <xs:restriction base="xs:string"> 5084 <xs:maxLength value="50" /> 5085 </xs:restriction> 5086 </xs:simpleType> 5087 </xs:element> 5088 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 5089 <xs:simpleType> 5090 <xs:restriction base="xs:string"> 5091 <xs:maxLength value="20" /> 5092 </xs:restriction> 5093 </xs:simpleType> 5094 </xs:element> 5095 <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" /> 5096 <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" /> 5097 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 5098 <xs:simpleType> 5099 <xs:restriction base="xs:string"> 5100 <xs:maxLength value="50" /> 5101 </xs:restriction> 5102 </xs:simpleType> 5103 </xs:element> 5104 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 5105 <xs:simpleType> 5106 <xs:restriction base="xs:string"> 5107 <xs:maxLength value="10" /> 5108 </xs:restriction> 5109 </xs:simpleType> 5110 </xs:element> 5111 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 5112 <xs:simpleType> 5113 <xs:restriction base="xs:string"> 5114 <xs:maxLength value="50" /> 5115 </xs:restriction> 5116 </xs:simpleType> 5117 </xs:element> 5118 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 5119 <xs:simpleType> 5120 <xs:restriction base="xs:string"> 5121 <xs:maxLength value="50" /> 5122 </xs:restriction> 5123 </xs:simpleType> 5124 </xs:element> 5125 <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"> 5126 <xs:simpleType> 5127 <xs:restriction base="xs:string"> 5128 <xs:maxLength value="100" /> 5129 </xs:restriction> 5130 </xs:simpleType> 5131 </xs:element> 5132 </xs:sequence> 5133 </xs:complexType> 5134 </xs:element> 5135 <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"> 5136 <xs:complexType> 5137 <xs:sequence> 5138 <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" /> 5139 <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" /> 5140 <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"> 5141 <xs:simpleType> 5142 <xs:restriction base="xs:string"> 5143 <xs:maxLength value="8" /> 5144 </xs:restriction> 5145 </xs:simpleType> 5146 </xs:element> 5147 <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" /> 5148 <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" /> 5149 <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"> 5150 <xs:simpleType> 5151 <xs:restriction base="xs:string"> 5152 <xs:maxLength value="30" /> 5153 </xs:restriction> 5154 </xs:simpleType> 5155 </xs:element> 5156 <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" /> 5157 <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" /> 5158 <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" /> 5159 <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"> 5160 <xs:simpleType> 5161 <xs:restriction base="xs:string"> 5162 <xs:maxLength value="30" /> 5163 </xs:restriction> 5164 </xs:simpleType> 5165 </xs:element> 5166 <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"> 5167 <xs:simpleType> 5168 <xs:restriction base="xs:string"> 5169 <xs:maxLength value="30" /> 5170 </xs:restriction> 5171 </xs:simpleType> 5172 </xs:element> 5173 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5174 <xs:simpleType> 5175 <xs:restriction base="xs:string"> 5176 <xs:maxLength value="1073741823" /> 5177 </xs:restriction> 5178 </xs:simpleType> 5179 </xs:element> 5180 <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"> 5181 <xs:simpleType> 5182 <xs:restriction base="xs:string"> 5183 <xs:maxLength value="20" /> 5184 </xs:restriction> 5185 </xs:simpleType> 5186 </xs:element> 5187 <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" /> 5188 <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" /> 5189 <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" /> 5190 <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"> 5191 <xs:simpleType> 5192 <xs:restriction base="xs:string"> 5193 <xs:maxLength value="1073741823" /> 5194 </xs:restriction> 5195 </xs:simpleType> 5196 </xs:element> 5197 <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"> 5198 <xs:simpleType> 5199 <xs:restriction base="xs:string"> 5200 <xs:maxLength value="1073741823" /> 5201 </xs:restriction> 5202 </xs:simpleType> 5203 </xs:element> 5204 <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"> 5205 <xs:simpleType> 5206 <xs:restriction base="xs:string"> 5207 <xs:maxLength value="50" /> 5208 </xs:restriction> 5209 </xs:simpleType> 5210 </xs:element> 5211 <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"> 5212 <xs:simpleType> 5213 <xs:restriction base="xs:string"> 5214 <xs:maxLength value="50" /> 5215 </xs:restriction> 5216 </xs:simpleType> 5217 </xs:element> 5218 <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" /> 5219 <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" /> 5220 <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" /> 5221 <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" /> 5222 <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" /> 5223 <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" /> 5224 <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" /> 5225 <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" /> 5226 <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" /> 5227 <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" /> 5228 <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"> 5229 <xs:simpleType> 5230 <xs:restriction base="xs:string"> 5231 <xs:maxLength value="50" /> 5232 </xs:restriction> 5233 </xs:simpleType> 5234 </xs:element> 5235 <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" /> 5236 <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" /> 5237 <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" /> 5238 <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"> 5239 <xs:simpleType> 5240 <xs:restriction base="xs:string"> 5241 <xs:maxLength value="4" /> 5242 </xs:restriction> 5243 </xs:simpleType> 5244 </xs:element> 5245 <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" /> 5246 <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" /> 5247 <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" /> 5248 <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"> 5249 <xs:simpleType> 5250 <xs:restriction base="xs:string"> 5251 <xs:maxLength value="15" /> 5252 </xs:restriction> 5253 </xs:simpleType> 5254 </xs:element> 5255 <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" /> 5256 <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" /> 5257 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" /> 5258 <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" /> 5259 </xs:sequence> 5260 </xs:complexType> 5261 </xs:element> 5262 <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"> 5263 <xs:complexType> 5264 <xs:sequence> 5265 <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" /> 5266 <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" /> 5267 <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" /> 5268 <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" /> 5269 <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"> 5270 <xs:simpleType> 5271 <xs:restriction base="xs:string"> 5272 <xs:maxLength value="100" /> 5273 </xs:restriction> 5274 </xs:simpleType> 5275 </xs:element> 5276 <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"> 5277 <xs:simpleType> 5278 <xs:restriction base="xs:string"> 5279 <xs:maxLength value="30" /> 5280 </xs:restriction> 5281 </xs:simpleType> 5282 </xs:element> 5283 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 5284 <xs:simpleType> 5285 <xs:restriction base="xs:string"> 5286 <xs:maxLength value="5" /> 5287 </xs:restriction> 5288 </xs:simpleType> 5289 </xs:element> 5290 <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" /> 5291 <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" /> 5292 <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" /> 5293 <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" /> 5294 <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" /> 5295 <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" /> 5296 <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" /> 5297 <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" /> 5298 <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" /> 5299 <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" /> 5300 <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" /> 5301 <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" /> 5302 <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" /> 5303 <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" /> 5304 </xs:sequence> 5305 </xs:complexType> 5306 </xs:element> 5307 <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"> 5308 <xs:complexType> 5309 <xs:sequence> 5310 <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" /> 5311 <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" /> 5312 <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" /> 5313 <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" /> 5314 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 5315 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 5316 <xs:simpleType> 5317 <xs:restriction base="xs:string"> 5318 <xs:maxLength value="20" /> 5319 </xs:restriction> 5320 </xs:simpleType> 5321 </xs:element> 5322 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5323 </xs:sequence> 5324 </xs:complexType> 5325 </xs:element> 5326 <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"> 5327 <xs:complexType> 5328 <xs:sequence> 4547 5329 <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" /> 4548 5330 <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" /> … … 4550 5332 <xs:simpleType> 4551 5333 <xs:restriction base="xs:string"> 4552 <xs:maxLength value=" 50" />4553 </xs:restriction> 4554 </xs:simpleType> 4555 </xs:element> 4556 <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">5334 <xs:maxLength value="25" /> 5335 </xs:restriction> 5336 </xs:simpleType> 5337 </xs:element> 5338 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 4557 5339 <xs:simpleType> 4558 5340 <xs:restriction base="xs:string"> … … 4561 5343 </xs:simpleType> 4562 5344 </xs:element> 4563 <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">5345 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 4564 5346 <xs:simpleType> 4565 5347 <xs:restriction base="xs:string"> … … 4568 5350 </xs:simpleType> 4569 5351 </xs:element> 4570 <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">5352 <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"> 4571 5353 <xs:simpleType> 4572 5354 <xs:restriction base="xs:string"> … … 4583 5365 </xs:element> 4584 5366 <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" /> 4585 <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" />4586 <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" />5367 <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" /> 5368 <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" /> 4587 5369 <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"> 4588 5370 <xs:simpleType> … … 4601 5383 <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" /> 4602 5384 <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" /> 4603 <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" />4604 <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" />4605 <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">5385 <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" /> 5386 <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" /> 5387 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 4606 5388 <xs:simpleType> 4607 5389 <xs:restriction base="xs:string"> … … 4610 5392 </xs:simpleType> 4611 5393 </xs:element> 4612 <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" />4613 <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" />4614 <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" />4615 <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" />4616 <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" />5394 <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" /> 5395 <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" /> 5396 <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" /> 5397 <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" /> 5398 <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" /> 4617 5399 <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" /> 4618 5400 <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"> … … 4630 5412 </xs:simpleType> 4631 5413 </xs:element> 4632 <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" />4633 <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" />4634 <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" />4635 <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" />4636 <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" />4637 <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" />4638 <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" />5414 <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" /> 5415 <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" /> 5416 <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" /> 5417 <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" /> 5418 <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" /> 5419 <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" /> 5420 <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" /> 4639 5421 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4640 5422 <xs:simpleType> … … 4651 5433 </xs:simpleType> 4652 5434 </xs:element> 4653 <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" />5435 <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" /> 4654 5436 <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" /> 4655 5437 <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" /> 4656 5438 <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" /> 4657 5439 <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" /> 4658 <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" />5440 <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" /> 4659 5441 <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"> 4660 5442 <xs:simpleType> … … 4699 5481 </xs:simpleType> 4700 5482 </xs:element> 4701 <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" />5483 <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" /> 4702 5484 <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"> 4703 5485 <xs:simpleType> … … 4707 5489 </xs:simpleType> 4708 5490 </xs:element> 4709 <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"/>5491 <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" /> 4710 5492 <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" /> 4711 5493 <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" /> 4712 5494 <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" /> 4713 <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">5495 <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"> 4714 5496 <xs:simpleType> 4715 5497 <xs:restriction base="xs:string"> … … 4720 5502 <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" /> 4721 5503 <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" /> 4722 <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" />5504 <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" /> 4723 5505 <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"> 4724 5506 <xs:simpleType> … … 4728 5510 </xs:simpleType> 4729 5511 </xs:element> 4730 <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" /> 4731 <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" /> 4732 <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" /> 4733 <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" /> 4734 <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" /> 4735 <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" /> 4736 <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" /> 4737 <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" /> 4738 <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" /> 4739 </xs:sequence> 4740 </xs:complexType> 4741 </xs:element> 4742 <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"> 4743 <xs:complexType> 4744 <xs:sequence> 4745 <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" /> 4746 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4747 <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" /> 4748 <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" /> 4749 <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" /> 4750 <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" /> 4751 <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" /> 4752 <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" /> 4753 <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" /> 4754 </xs:sequence> 4755 </xs:complexType> 4756 </xs:element> 4757 <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"> 4758 <xs:complexType> 4759 <xs:sequence> 4760 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 4761 <xs:simpleType> 4762 <xs:restriction base="xs:string"> 4763 <xs:maxLength value="50" /> 4764 </xs:restriction> 4765 </xs:simpleType> 4766 </xs:element> 4767 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 4768 <xs:simpleType> 4769 <xs:restriction base="xs:string"> 4770 <xs:maxLength value="50" /> 4771 </xs:restriction> 4772 </xs:simpleType> 4773 </xs:element> 4774 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 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="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 4782 <xs:simpleType> 4783 <xs:restriction base="xs:string"> 4784 <xs:maxLength value="50" /> 4785 </xs:restriction> 4786 </xs:simpleType> 4787 </xs:element> 4788 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 4789 <xs:simpleType> 4790 <xs:restriction base="xs:string"> 4791 <xs:maxLength value="20" /> 4792 </xs:restriction> 4793 </xs:simpleType> 4794 </xs:element> 4795 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 4796 <xs:simpleType> 4797 <xs:restriction base="xs:string"> 4798 <xs:maxLength value="50" /> 4799 </xs:restriction> 4800 </xs:simpleType> 4801 </xs:element> 4802 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 4803 <xs:simpleType> 4804 <xs:restriction base="xs:string"> 4805 <xs:maxLength value="50" /> 4806 </xs:restriction> 4807 </xs:simpleType> 4808 </xs:element> 4809 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 4810 <xs:simpleType> 4811 <xs:restriction base="xs:string"> 4812 <xs:maxLength value="50" /> 4813 </xs:restriction> 4814 </xs:simpleType> 4815 </xs:element> 4816 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 4817 <xs:simpleType> 4818 <xs:restriction base="xs:string"> 4819 <xs:maxLength value="50" /> 4820 </xs:restriction> 4821 </xs:simpleType> 4822 </xs:element> 4823 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 4824 <xs:simpleType> 4825 <xs:restriction base="xs:string"> 4826 <xs:maxLength value="30" /> 4827 </xs:restriction> 4828 </xs:simpleType> 4829 </xs:element> 4830 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 4831 <xs:simpleType> 4832 <xs:restriction base="xs:string"> 4833 <xs:maxLength value="30" /> 4834 </xs:restriction> 4835 </xs:simpleType> 4836 </xs:element> 4837 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 4838 <xs:simpleType> 4839 <xs:restriction base="xs:string"> 4840 <xs:maxLength value="200" /> 4841 </xs:restriction> 4842 </xs:simpleType> 4843 </xs:element> 4844 <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" /> 4845 <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"> 4846 <xs:simpleType> 4847 <xs:restriction base="xs:string"> 4848 <xs:maxLength value="200" /> 4849 </xs:restriction> 4850 </xs:simpleType> 4851 </xs:element> 4852 <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"> 4853 <xs:simpleType> 4854 <xs:restriction base="xs:string"> 4855 <xs:maxLength value="200" /> 4856 </xs:restriction> 4857 </xs:simpleType> 4858 </xs:element> 4859 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 4860 <xs:simpleType> 4861 <xs:restriction base="xs:string"> 4862 <xs:maxLength value="50" /> 4863 </xs:restriction> 4864 </xs:simpleType> 4865 </xs:element> 4866 <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" /> 4867 <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" /> 4868 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4869 <xs:simpleType> 4870 <xs:restriction base="xs:string"> 4871 <xs:maxLength value="25" /> 4872 </xs:restriction> 4873 </xs:simpleType> 4874 </xs:element> 4875 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 4876 <xs:simpleType> 4877 <xs:restriction base="xs:string"> 4878 <xs:maxLength value="60" /> 4879 </xs:restriction> 4880 </xs:simpleType> 4881 </xs:element> 4882 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 4883 <xs:simpleType> 4884 <xs:restriction base="xs:string"> 4885 <xs:maxLength value="50" /> 4886 </xs:restriction> 4887 </xs:simpleType> 4888 </xs:element> 4889 <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" /> 4890 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 4891 <xs:simpleType> 4892 <xs:restriction base="xs:string"> 4893 <xs:maxLength value="50" /> 4894 </xs:restriction> 4895 </xs:simpleType> 4896 </xs:element> 4897 <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"> 4898 <xs:simpleType> 4899 <xs:restriction base="xs:string"> 4900 <xs:maxLength value="25" /> 4901 </xs:restriction> 4902 </xs:simpleType> 4903 </xs:element> 4904 <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" /> 4905 <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" /> 4906 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4907 <xs:simpleType> 4908 <xs:restriction base="xs:string"> 4909 <xs:maxLength value="50" /> 4910 </xs:restriction> 4911 </xs:simpleType> 4912 </xs:element> 4913 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 4914 <xs:simpleType> 4915 <xs:restriction base="xs:string"> 4916 <xs:maxLength value="3" /> 4917 </xs:restriction> 4918 </xs:simpleType> 4919 </xs:element> 4920 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 4921 <xs:simpleType> 4922 <xs:restriction base="xs:string"> 4923 <xs:maxLength value="10" /> 4924 </xs:restriction> 4925 </xs:simpleType> 4926 </xs:element> 4927 </xs:sequence> 4928 </xs:complexType> 4929 </xs:element> 4930 <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"> 4931 <xs:complexType> 4932 <xs:sequence> 4933 <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" /> 4934 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4935 <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" /> 4936 <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" /> 4937 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 4938 </xs:sequence> 4939 </xs:complexType> 4940 </xs:element> 4941 <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"> 4942 <xs:complexType> 4943 <xs:sequence> 4944 <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" /> 4945 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 4946 <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"> 4947 <xs:simpleType> 4948 <xs:restriction base="xs:string"> 4949 <xs:maxLength value="50" /> 4950 </xs:restriction> 4951 </xs:simpleType> 4952 </xs:element> 4953 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 4954 <xs:simpleType> 4955 <xs:restriction base="xs:string"> 4956 <xs:maxLength value="50" /> 4957 </xs:restriction> 4958 </xs:simpleType> 4959 </xs:element> 4960 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4961 <xs:simpleType> 4962 <xs:restriction base="xs:string"> 4963 <xs:maxLength value="50" /> 4964 </xs:restriction> 4965 </xs:simpleType> 4966 </xs:element> 4967 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4968 <xs:simpleType> 4969 <xs:restriction base="xs:string"> 4970 <xs:maxLength value="50" /> 4971 </xs:restriction> 4972 </xs:simpleType> 4973 </xs:element> 4974 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4975 <xs:simpleType> 4976 <xs:restriction base="xs:string"> 4977 <xs:maxLength value="50" /> 4978 </xs:restriction> 4979 </xs:simpleType> 4980 </xs:element> 4981 </xs:sequence> 4982 </xs:complexType> 4983 </xs:element> 4984 <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"> 4985 <xs:complexType> 4986 <xs:sequence> 4987 <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" /> 4988 <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" /> 4989 <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"> 4990 <xs:simpleType> 4991 <xs:restriction base="xs:string"> 4992 <xs:maxLength value="50" /> 4993 </xs:restriction> 4994 </xs:simpleType> 4995 </xs:element> 4996 <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"> 4997 <xs:simpleType> 4998 <xs:restriction base="xs:string"> 4999 <xs:maxLength value="50" /> 5000 </xs:restriction> 5001 </xs:simpleType> 5002 </xs:element> 5003 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 5004 <xs:simpleType> 5005 <xs:restriction base="xs:string"> 5006 <xs:maxLength value="20" /> 5007 </xs:restriction> 5008 </xs:simpleType> 5009 </xs:element> 5010 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5011 <xs:simpleType> 5012 <xs:restriction base="xs:string"> 5013 <xs:maxLength value="50" /> 5014 </xs:restriction> 5015 </xs:simpleType> 5016 </xs:element> 5017 <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" /> 5018 <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" /> 5019 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 5020 <xs:simpleType> 5021 <xs:restriction base="xs:string"> 5022 <xs:maxLength value="50" /> 5023 </xs:restriction> 5024 </xs:simpleType> 5025 </xs:element> 5026 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 5027 <xs:simpleType> 5028 <xs:restriction base="xs:string"> 5029 <xs:maxLength value="50" /> 5030 </xs:restriction> 5031 </xs:simpleType> 5032 </xs:element> 5033 <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" /> 5034 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 5035 <xs:simpleType> 5036 <xs:restriction base="xs:string"> 5037 <xs:maxLength value="50" /> 5038 </xs:restriction> 5039 </xs:simpleType> 5040 </xs:element> 5041 <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" /> 5042 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 5043 <xs:simpleType> 5044 <xs:restriction base="xs:string"> 5045 <xs:maxLength value="50" /> 5046 </xs:restriction> 5047 </xs:simpleType> 5048 </xs:element> 5049 <xs:element name="DATA_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" /> 5050 <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"> 5051 <xs:simpleType> 5052 <xs:restriction base="xs:string"> 5053 <xs:maxLength value="50" /> 5054 </xs:restriction> 5055 </xs:simpleType> 5056 </xs:element> 5057 <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" /> 5058 <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" /> 5059 <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" /> 5060 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 5061 <xs:simpleType> 5062 <xs:restriction base="xs:string"> 5063 <xs:maxLength value="1024" /> 5064 </xs:restriction> 5065 </xs:simpleType> 5066 </xs:element> 5067 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 5068 <xs:simpleType> 5069 <xs:restriction base="xs:string"> 5070 <xs:maxLength value="200" /> 5071 </xs:restriction> 5072 </xs:simpleType> 5073 </xs:element> 5074 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 5075 <xs:simpleType> 5076 <xs:restriction base="xs:string"> 5077 <xs:maxLength value="200" /> 5078 </xs:restriction> 5079 </xs:simpleType> 5080 </xs:element> 5081 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 5082 <xs:simpleType> 5083 <xs:restriction base="xs:string"> 5084 <xs:maxLength value="50" /> 5085 </xs:restriction> 5086 </xs:simpleType> 5087 </xs:element> 5088 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 5089 <xs:simpleType> 5090 <xs:restriction base="xs:string"> 5091 <xs:maxLength value="20" /> 5092 </xs:restriction> 5093 </xs:simpleType> 5094 </xs:element> 5095 <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" /> 5096 <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" /> 5097 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 5098 <xs:simpleType> 5099 <xs:restriction base="xs:string"> 5100 <xs:maxLength value="50" /> 5101 </xs:restriction> 5102 </xs:simpleType> 5103 </xs:element> 5104 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 5105 <xs:simpleType> 5106 <xs:restriction base="xs:string"> 5107 <xs:maxLength value="10" /> 5108 </xs:restriction> 5109 </xs:simpleType> 5110 </xs:element> 5111 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 5112 <xs:simpleType> 5113 <xs:restriction base="xs:string"> 5114 <xs:maxLength value="50" /> 5115 </xs:restriction> 5116 </xs:simpleType> 5117 </xs:element> 5118 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 5119 <xs:simpleType> 5120 <xs:restriction base="xs:string"> 5121 <xs:maxLength value="50" /> 5122 </xs:restriction> 5123 </xs:simpleType> 5124 </xs:element> 5125 <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"> 5126 <xs:simpleType> 5127 <xs:restriction base="xs:string"> 5128 <xs:maxLength value="100" /> 5129 </xs:restriction> 5130 </xs:simpleType> 5131 </xs:element> 5132 </xs:sequence> 5133 </xs:complexType> 5134 </xs:element> 5135 <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"> 5136 <xs:complexType> 5137 <xs:sequence> 5138 <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" /> 5139 <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" /> 5140 <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"> 5141 <xs:simpleType> 5142 <xs:restriction base="xs:string"> 5143 <xs:maxLength value="8" /> 5144 </xs:restriction> 5145 </xs:simpleType> 5146 </xs:element> 5147 <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" /> 5148 <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" /> 5149 <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"> 5150 <xs:simpleType> 5151 <xs:restriction base="xs:string"> 5152 <xs:maxLength value="30" /> 5153 </xs:restriction> 5154 </xs:simpleType> 5155 </xs:element> 5156 <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" /> 5157 <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" /> 5158 <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" /> 5159 <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"> 5160 <xs:simpleType> 5161 <xs:restriction base="xs:string"> 5162 <xs:maxLength value="30" /> 5163 </xs:restriction> 5164 </xs:simpleType> 5165 </xs:element> 5166 <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"> 5167 <xs:simpleType> 5168 <xs:restriction base="xs:string"> 5169 <xs:maxLength value="30" /> 5170 </xs:restriction> 5171 </xs:simpleType> 5172 </xs:element> 5173 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5174 <xs:simpleType> 5175 <xs:restriction base="xs:string"> 5176 <xs:maxLength value="1073741823" /> 5177 </xs:restriction> 5178 </xs:simpleType> 5179 </xs:element> 5180 <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"> 5181 <xs:simpleType> 5182 <xs:restriction base="xs:string"> 5183 <xs:maxLength value="20" /> 5184 </xs:restriction> 5185 </xs:simpleType> 5186 </xs:element> 5187 <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" /> 5188 <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" /> 5189 <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" /> 5190 <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"> 5191 <xs:simpleType> 5192 <xs:restriction base="xs:string"> 5193 <xs:maxLength value="1073741823" /> 5194 </xs:restriction> 5195 </xs:simpleType> 5196 </xs:element> 5197 <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"> 5198 <xs:simpleType> 5199 <xs:restriction base="xs:string"> 5200 <xs:maxLength value="1073741823" /> 5201 </xs:restriction> 5202 </xs:simpleType> 5203 </xs:element> 5204 <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"> 5205 <xs:simpleType> 5206 <xs:restriction base="xs:string"> 5207 <xs:maxLength value="50" /> 5208 </xs:restriction> 5209 </xs:simpleType> 5210 </xs:element> 5211 <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"> 5212 <xs:simpleType> 5213 <xs:restriction base="xs:string"> 5214 <xs:maxLength value="50" /> 5215 </xs:restriction> 5216 </xs:simpleType> 5217 </xs:element> 5218 <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" /> 5219 <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" /> 5220 <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" /> 5221 <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" /> 5222 <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" /> 5223 <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" /> 5224 <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" /> 5225 <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" /> 5226 <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" /> 5227 <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" /> 5228 <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"> 5229 <xs:simpleType> 5230 <xs:restriction base="xs:string"> 5231 <xs:maxLength value="50" /> 5232 </xs:restriction> 5233 </xs:simpleType> 5234 </xs:element> 5235 <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" /> 5236 <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" /> 5237 <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" /> 5238 <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"> 5239 <xs:simpleType> 5240 <xs:restriction base="xs:string"> 5241 <xs:maxLength value="4" /> 5242 </xs:restriction> 5243 </xs:simpleType> 5244 </xs:element> 5245 <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" /> 5246 <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" /> 5247 <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" /> 5248 <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"> 5249 <xs:simpleType> 5250 <xs:restriction base="xs:string"> 5251 <xs:maxLength value="15" /> 5252 </xs:restriction> 5253 </xs:simpleType> 5254 </xs:element> 5255 <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" /> 5256 <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" /> 5257 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" /> 5258 <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" /> 5259 </xs:sequence> 5260 </xs:complexType> 5261 </xs:element> 5262 <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"> 5263 <xs:complexType> 5264 <xs:sequence> 5265 <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" /> 5266 <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" /> 5267 <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" /> 5268 <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" /> 5269 <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"> 5270 <xs:simpleType> 5271 <xs:restriction base="xs:string"> 5272 <xs:maxLength value="100" /> 5273 </xs:restriction> 5274 </xs:simpleType> 5275 </xs:element> 5276 <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"> 5277 <xs:simpleType> 5278 <xs:restriction base="xs:string"> 5279 <xs:maxLength value="30" /> 5280 </xs:restriction> 5281 </xs:simpleType> 5282 </xs:element> 5283 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 5284 <xs:simpleType> 5285 <xs:restriction base="xs:string"> 5286 <xs:maxLength value="5" /> 5287 </xs:restriction> 5288 </xs:simpleType> 5289 </xs:element> 5290 <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" /> 5291 <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" /> 5292 <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" /> 5293 <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" /> 5294 <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" /> 5295 <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" /> 5296 <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" /> 5297 <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" /> 5298 <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" /> 5299 <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" /> 5300 <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" /> 5301 <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" /> 5302 <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" /> 5303 <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" /> 5304 </xs:sequence> 5305 </xs:complexType> 5306 </xs:element> 5307 <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"> 5308 <xs:complexType> 5309 <xs:sequence> 5310 <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" /> 5311 <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" /> 5312 <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" /> 5313 <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" /> 5314 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 5315 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 5316 <xs:simpleType> 5317 <xs:restriction base="xs:string"> 5318 <xs:maxLength value="20" /> 5319 </xs:restriction> 5320 </xs:simpleType> 5321 </xs:element> 5322 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5323 </xs:sequence> 5324 </xs:complexType> 5325 </xs:element> 5326 <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"> 5327 <xs:complexType> 5328 <xs:sequence> 5329 <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" /> 5330 <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" /> 5331 <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"> 5332 <xs:simpleType> 5333 <xs:restriction base="xs:string"> 5334 <xs:maxLength value="25" /> 5335 </xs:restriction> 5336 </xs:simpleType> 5337 </xs:element> 5338 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5339 <xs:simpleType> 5340 <xs:restriction base="xs:string"> 5341 <xs:maxLength value="5" /> 5342 </xs:restriction> 5343 </xs:simpleType> 5344 </xs:element> 5345 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 5346 <xs:simpleType> 5347 <xs:restriction base="xs:string"> 5348 <xs:maxLength value="10" /> 5349 </xs:restriction> 5350 </xs:simpleType> 5351 </xs:element> 5352 <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"> 5353 <xs:simpleType> 5354 <xs:restriction base="xs:string"> 5355 <xs:maxLength value="10" /> 5356 </xs:restriction> 5357 </xs:simpleType> 5358 </xs:element> 5359 <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"> 5360 <xs:simpleType> 5361 <xs:restriction base="xs:string"> 5362 <xs:maxLength value="50" /> 5363 </xs:restriction> 5364 </xs:simpleType> 5365 </xs:element> 5366 <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" /> 5367 <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" /> 5368 <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" /> 5369 <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"> 5370 <xs:simpleType> 5371 <xs:restriction base="xs:string"> 5372 <xs:maxLength value="15" /> 5373 </xs:restriction> 5374 </xs:simpleType> 5375 </xs:element> 5376 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 5377 <xs:simpleType> 5378 <xs:restriction base="xs:string"> 5379 <xs:maxLength value="25" /> 5380 </xs:restriction> 5381 </xs:simpleType> 5382 </xs:element> 5383 <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" /> 5384 <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" /> 5385 <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" /> 5386 <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" /> 5387 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 5388 <xs:simpleType> 5389 <xs:restriction base="xs:string"> 5390 <xs:maxLength value="5" /> 5391 </xs:restriction> 5392 </xs:simpleType> 5393 </xs:element> 5394 <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" /> 5395 <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" /> 5396 <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" /> 5397 <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" /> 5398 <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" /> 5399 <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" /> 5400 <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"> 5401 <xs:simpleType> 5402 <xs:restriction base="xs:string"> 5403 <xs:maxLength value="25" /> 5404 </xs:restriction> 5405 </xs:simpleType> 5406 </xs:element> 5407 <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"> 5408 <xs:simpleType> 5409 <xs:restriction base="xs:string"> 5410 <xs:maxLength value="50" /> 5411 </xs:restriction> 5412 </xs:simpleType> 5413 </xs:element> 5414 <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" /> 5415 <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" /> 5416 <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" /> 5417 <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" /> 5418 <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" /> 5419 <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" /> 5420 <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" /> 5421 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 5422 <xs:simpleType> 5423 <xs:restriction base="xs:string"> 5424 <xs:maxLength value="1000" /> 5425 </xs:restriction> 5426 </xs:simpleType> 5427 </xs:element> 5428 <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"> 5429 <xs:simpleType> 5430 <xs:restriction base="xs:string"> 5431 <xs:maxLength value="50" /> 5432 </xs:restriction> 5433 </xs:simpleType> 5434 </xs:element> 5435 <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" /> 5436 <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" /> 5437 <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" /> 5438 <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" /> 5439 <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" /> 5440 <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" /> 5441 <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"> 5442 <xs:simpleType> 5443 <xs:restriction base="xs:string"> 5444 <xs:maxLength value="50" /> 5445 </xs:restriction> 5446 </xs:simpleType> 5447 </xs:element> 5448 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 5449 <xs:simpleType> 5450 <xs:restriction base="xs:string"> 5451 <xs:maxLength value="50" /> 5452 </xs:restriction> 5453 </xs:simpleType> 5454 </xs:element> 5455 <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" /> 5456 <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"> 5457 <xs:simpleType> 5458 <xs:restriction base="xs:string"> 5459 <xs:maxLength value="1" /> 5460 </xs:restriction> 5461 </xs:simpleType> 5462 </xs:element> 5463 <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" /> 5464 <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"> 5465 <xs:simpleType> 5466 <xs:restriction base="xs:string"> 5467 <xs:maxLength value="8" /> 5468 </xs:restriction> 5469 </xs:simpleType> 5470 </xs:element> 5471 <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" /> 5472 <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" /> 5473 <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" /> 5474 <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" /> 5475 <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" /> 5476 <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"> 5477 <xs:simpleType> 5478 <xs:restriction base="xs:string"> 5479 <xs:maxLength value="200" /> 5480 </xs:restriction> 5481 </xs:simpleType> 5482 </xs:element> 5483 <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" /> 5484 <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"> 5485 <xs:simpleType> 5486 <xs:restriction base="xs:string"> 5487 <xs:maxLength value="200" /> 5488 </xs:restriction> 5489 </xs:simpleType> 5490 </xs:element> 5491 <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" /> 5492 <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" /> 5493 <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" /> 5494 <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" /> 5495 <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"> 5496 <xs:simpleType> 5497 <xs:restriction base="xs:string"> 5498 <xs:maxLength value="4" /> 5499 </xs:restriction> 5500 </xs:simpleType> 5501 </xs:element> 5502 <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" /> 5503 <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" /> 5504 <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" /> 5505 <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"> 5506 <xs:simpleType> 5507 <xs:restriction base="xs:string"> 5508 <xs:maxLength value="15" /> 5509 </xs:restriction> 5510 </xs:simpleType> 5511 </xs:element> 5512 <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" /> 5513 <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" /> 5514 <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" /> 5515 <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" /> 5516 <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" /> 5517 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5518 <xs:simpleType> 5519 <xs:restriction base="xs:string"> 5520 <xs:maxLength value="50" /> 5521 </xs:restriction> 5522 </xs:simpleType> 5523 </xs:element> 5524 <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" /> 5525 <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" /> 5526 <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" /> 5527 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5528 <xs:simpleType> 5529 <xs:restriction base="xs:string"> 5530 <xs:maxLength value="50" /> 5531 </xs:restriction> 5532 </xs:simpleType> 5533 </xs:element> 5534 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5535 <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" /> 5512 <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" /> 5513 <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" /> 5514 <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" /> 5515 <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" /> 5516 <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" /> 5517 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5518 <xs:simpleType> 5519 <xs:restriction base="xs:string"> 5520 <xs:maxLength value="50" /> 5521 </xs:restriction> 5522 </xs:simpleType> 5523 </xs:element> 5524 <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" /> 5525 <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" /> 5526 <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" /> 5527 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5528 <xs:simpleType> 5529 <xs:restriction base="xs:string"> 5530 <xs:maxLength value="50" /> 5531 </xs:restriction> 5532 </xs:simpleType> 5533 </xs:element> 5534 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5535 <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" /> 5536 5536 </xs:sequence> 5537 5537 </xs:complexType> … … 5540 5540 <xs:complexType> 5541 5541 <xs:sequence> 5542 <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" />5543 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5542 <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" /> 5543 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5544 5544 <xs:simpleType> 5545 5545 <xs:restriction base="xs:string"> … … 5548 5548 </xs:simpleType> 5549 5549 </xs:element> 5550 <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">5550 <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"> 5551 5551 <xs:simpleType> 5552 5552 <xs:restriction base="xs:string"> … … 5555 5555 </xs:simpleType> 5556 5556 </xs:element> 5557 <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">5558 <xs:simpleType> 5559 <xs:restriction base="xs:string"> 5560 <xs:maxLength value="50" /> 5561 </xs:restriction> 5562 </xs:simpleType> 5563 </xs:element> 5564 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />5565 <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" />5566 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5567 <xs:simpleType> 5568 <xs:restriction base="xs:string"> 5569 <xs:maxLength value="50" /> 5570 </xs:restriction> 5571 </xs:simpleType> 5572 </xs:element> 5573 <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">5557 <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"> 5558 <xs:simpleType> 5559 <xs:restriction base="xs:string"> 5560 <xs:maxLength value="50" /> 5561 </xs:restriction> 5562 </xs:simpleType> 5563 </xs:element> 5564 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 5565 <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" /> 5566 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5567 <xs:simpleType> 5568 <xs:restriction base="xs:string"> 5569 <xs:maxLength value="50" /> 5570 </xs:restriction> 5571 </xs:simpleType> 5572 </xs:element> 5573 <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"> 5574 5574 <xs:simpleType> 5575 5575 <xs:restriction base="xs:string"> … … 5578 5578 </xs:simpleType> 5579 5579 </xs:element> 5580 <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" />5581 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_Column VarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">5582 <xs:simpleType> 5583 <xs:restriction base="xs:string"> 5584 <xs:maxLength value="50" /> 5585 </xs:restriction> 5586 </xs:simpleType> 5587 </xs:element> 5588 <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" />5589 <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" />5590 <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" />5591 <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" />5592 <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" />5593 <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" />5594 <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" />5595 <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" />5580 <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" /> 5581 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 5582 <xs:simpleType> 5583 <xs:restriction base="xs:string"> 5584 <xs:maxLength value="50" /> 5585 </xs:restriction> 5586 </xs:simpleType> 5587 </xs:element> 5588 <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" /> 5589 <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" /> 5590 <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" /> 5591 <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" /> 5592 <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" /> 5593 <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" /> 5594 <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" /> 5595 <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" /> 5596 5596 </xs:sequence> 5597 5597 </xs:complexType> … … 5600 5600 <xs:complexType> 5601 5601 <xs:sequence> 5602 <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" />5603 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_Column VarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />5604 <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">5605 <xs:simpleType> 5606 <xs:restriction base="xs:string"> 5607 <xs:maxLength value="50" /> 5608 </xs:restriction> 5609 </xs:simpleType> 5610 </xs:element> 5611 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5612 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">5602 <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" /> 5603 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 5604 <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"> 5605 <xs:simpleType> 5606 <xs:restriction base="xs:string"> 5607 <xs:maxLength value="50" /> 5608 </xs:restriction> 5609 </xs:simpleType> 5610 </xs:element> 5611 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5612 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 5613 5613 <xs:simpleType> 5614 5614 <xs:restriction base="xs:string"> … … 5617 5617 </xs:simpleType> 5618 5618 </xs:element> 5619 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5619 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5620 5620 <xs:simpleType> 5621 5621 <xs:restriction base="xs:string"> … … 5630 5630 <xs:complexType> 5631 5631 <xs:sequence> 5632 <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" />5633 <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" />5634 <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">5632 <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" /> 5633 <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" /> 5634 <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"> 5635 5635 <xs:simpleType> 5636 5636 <xs:restriction base="xs:string"> … … 5639 5639 </xs:simpleType> 5640 5640 </xs:element> 5641 <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" />5642 <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" />5643 <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" />5644 <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">5641 <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" /> 5642 <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" /> 5643 <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" /> 5644 <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"> 5645 5645 <xs:simpleType> 5646 5646 <xs:restriction base="xs:string"> … … 5649 5649 </xs:simpleType> 5650 5650 </xs:element> 5651 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">5651 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 5652 5652 <xs:simpleType> 5653 5653 <xs:restriction base="xs:string"> … … 5656 5656 </xs:simpleType> 5657 5657 </xs:element> 5658 <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" />5659 <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" />5660 <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" />5661 <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" />5662 <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" />5663 <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">5658 <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" /> 5659 <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" /> 5660 <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" /> 5661 <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" /> 5662 <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" /> 5663 <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"> 5664 5664 <xs:simpleType> 5665 5665 <xs:restriction base="xs:string"> … … 5668 5668 </xs:simpleType> 5669 5669 </xs:element> 5670 <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" />5671 <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" />5672 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">5673 <xs:simpleType> 5674 <xs:restriction base="xs:string"> 5675 <xs:maxLength value="50" /> 5676 </xs:restriction> 5677 </xs:simpleType> 5678 </xs:element> 5679 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">5680 <xs:simpleType> 5681 <xs:restriction base="xs:string"> 5682 <xs:maxLength value="50" /> 5683 </xs:restriction> 5684 </xs:simpleType> 5685 </xs:element> 5686 <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" />5687 <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" />5688 <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" />5689 <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" />5690 <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" />5691 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_Column VarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0">5692 <xs:simpleType> 5693 <xs:restriction base="xs:string"> 5694 <xs:maxLength value="50" /> 5695 </xs:restriction> 5696 </xs:simpleType> 5697 </xs:element> 5698 <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" />5699 <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" />5700 <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" />5701 <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" />5702 <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" />5703 <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" />5704 <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">5670 <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" /> 5671 <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" /> 5672 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 5673 <xs:simpleType> 5674 <xs:restriction base="xs:string"> 5675 <xs:maxLength value="50" /> 5676 </xs:restriction> 5677 </xs:simpleType> 5678 </xs:element> 5679 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5680 <xs:simpleType> 5681 <xs:restriction base="xs:string"> 5682 <xs:maxLength value="50" /> 5683 </xs:restriction> 5684 </xs:simpleType> 5685 </xs:element> 5686 <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" /> 5687 <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" /> 5688 <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" /> 5689 <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" /> 5690 <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" /> 5691 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnVarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0"> 5692 <xs:simpleType> 5693 <xs:restriction base="xs:string"> 5694 <xs:maxLength value="50" /> 5695 </xs:restriction> 5696 </xs:simpleType> 5697 </xs:element> 5698 <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" /> 5699 <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" /> 5700 <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" /> 5701 <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" /> 5702 <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" /> 5703 <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" /> 5704 <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"> 5705 5705 <xs:simpleType> 5706 5706 <xs:restriction base="xs:string"> … … 5709 5709 </xs:simpleType> 5710 5710 </xs:element> 5711 <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" />5711 <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" /> 5712 5712 </xs:sequence> 5713 5713 </xs:complexType> … … 5716 5716 <xs:complexType> 5717 5717 <xs:sequence> 5718 <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" />5719 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_Column PropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">5720 <xs:simpleType> 5721 <xs:restriction base="xs:string"> 5722 <xs:maxLength value="50" /> 5723 </xs:restriction> 5724 </xs:simpleType> 5725 </xs:element> 5726 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column PropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5727 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column PropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5728 <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" />5729 <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" />5730 <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" />5731 <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" />5732 <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" />5733 <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" />5734 <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" />5735 <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" />5736 <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" />5737 <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" />5738 <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" />5739 <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" />5740 <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" />5741 <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" />5742 <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" />5743 <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" />5744 <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" />5745 <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" />5746 <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" />5747 <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" />5748 <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" />5749 <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" />5750 <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" />5751 <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" />5752 <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" />5753 <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" />5754 <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" />5755 <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" />5756 <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" />5757 <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" />5758 <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" />5759 <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" />5760 <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" />5718 <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" /> 5719 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5720 <xs:simpleType> 5721 <xs:restriction base="xs:string"> 5722 <xs:maxLength value="50" /> 5723 </xs:restriction> 5724 </xs:simpleType> 5725 </xs:element> 5726 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5727 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5728 <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" /> 5729 <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" /> 5730 <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" /> 5731 <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" /> 5732 <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" /> 5733 <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" /> 5734 <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" /> 5735 <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" /> 5736 <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" /> 5737 <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" /> 5738 <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" /> 5739 <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" /> 5740 <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" /> 5741 <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" /> 5742 <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" /> 5743 <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" /> 5744 <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" /> 5745 <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" /> 5746 <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" /> 5747 <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" /> 5748 <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" /> 5749 <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" /> 5750 <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" /> 5751 <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" /> 5752 <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" /> 5753 <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" /> 5754 <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" /> 5755 <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" /> 5756 <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" /> 5757 <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" /> 5758 <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" /> 5759 <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" /> 5760 <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" /> 5761 5761 </xs:sequence> 5762 5762 </xs:complexType> … … 5765 5765 <xs:complexType> 5766 5766 <xs:sequence> 5767 <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" />5768 <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" />5769 <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" />5770 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_Column PropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">5771 <xs:simpleType> 5772 <xs:restriction base="xs:string"> 5773 <xs:maxLength value="50" /> 5774 </xs:restriction> 5775 </xs:simpleType> 5776 </xs:element> 5777 <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" />5767 <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" /> 5768 <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" /> 5769 <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" /> 5770 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 5771 <xs:simpleType> 5772 <xs:restriction base="xs:string"> 5773 <xs:maxLength value="50" /> 5774 </xs:restriction> 5775 </xs:simpleType> 5776 </xs:element> 5777 <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" /> 5778 5778 </xs:sequence> 5779 5779 </xs:complexType> … … 5782 5782 <xs:complexType> 5783 5783 <xs:sequence> 5784 <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" />5785 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_Column PropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">5784 <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" /> 5785 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 5786 5786 <xs:simpleType> 5787 5787 <xs:restriction base="xs:string"> … … 5790 5790 </xs:simpleType> 5791 5791 </xs:element> 5792 <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" />5792 <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" /> 5793 5793 </xs:sequence> 5794 5794 </xs:complexType> … … 5797 5797 <xs:complexType> 5798 5798 <xs:sequence> 5799 <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" />5800 <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" />5801 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_Column VarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">5802 <xs:simpleType> 5803 <xs:restriction base="xs:string"> 5804 <xs:maxLength value="50" /> 5805 </xs:restriction> 5806 </xs:simpleType> 5807 </xs:element> 5808 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_Column VarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">5809 <xs:simpleType> 5810 <xs:restriction base="xs:string"> 5811 <xs:maxLength value="50" /> 5812 </xs:restriction> 5813 </xs:simpleType> 5814 </xs:element> 5815 <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" />5816 <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" />5817 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_Column VarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">5799 <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" /> 5800 <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" /> 5801 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 5802 <xs:simpleType> 5803 <xs:restriction base="xs:string"> 5804 <xs:maxLength value="50" /> 5805 </xs:restriction> 5806 </xs:simpleType> 5807 </xs:element> 5808 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 5809 <xs:simpleType> 5810 <xs:restriction base="xs:string"> 5811 <xs:maxLength value="50" /> 5812 </xs:restriction> 5813 </xs:simpleType> 5814 </xs:element> 5815 <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" /> 5816 <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" /> 5817 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 5818 5818 <xs:simpleType> 5819 5819 <xs:restriction base="xs:string"> … … 5822 5822 </xs:simpleType> 5823 5823 </xs:element> 5824 <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" />5824 <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" /> 5825 5825 </xs:sequence> 5826 5826 </xs:complexType> … … 5829 5829 <xs:complexType> 5830 5830 <xs:sequence> 5831 <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" />5832 <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">5833 <xs:simpleType> 5834 <xs:restriction base="xs:string"> 5835 <xs:maxLength value="50" /> 5836 </xs:restriction> 5837 </xs:simpleType> 5838 </xs:element> 5839 <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" />5840 <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" />5841 <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" />5842 <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" />5843 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_Column PropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">5844 <xs:simpleType> 5845 <xs:restriction base="xs:string"> 5846 <xs:maxLength value="50" /> 5847 </xs:restriction> 5848 </xs:simpleType> 5849 </xs:element> 5850 <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" />5851 <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" />5852 <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">5831 <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" /> 5832 <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"> 5833 <xs:simpleType> 5834 <xs:restriction base="xs:string"> 5835 <xs:maxLength value="50" /> 5836 </xs:restriction> 5837 </xs:simpleType> 5838 </xs:element> 5839 <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" /> 5840 <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" /> 5841 <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" /> 5842 <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" /> 5843 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5844 <xs:simpleType> 5845 <xs:restriction base="xs:string"> 5846 <xs:maxLength value="50" /> 5847 </xs:restriction> 5848 </xs:simpleType> 5849 </xs:element> 5850 <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" /> 5851 <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" /> 5852 <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"> 5853 5853 <xs:simpleType> 5854 5854 <xs:restriction base="xs:string"> … … 5857 5857 </xs:simpleType> 5858 5858 </xs:element> 5859 <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" />5860 <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" />5861 <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">5862 <xs:simpleType> 5863 <xs:restriction base="xs:string"> 5864 <xs:maxLength value="50" /> 5865 </xs:restriction> 5866 </xs:simpleType> 5867 </xs:element> 5868 <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" />5869 <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" />5870 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_Column PropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">5859 <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" /> 5860 <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" /> 5861 <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"> 5862 <xs:simpleType> 5863 <xs:restriction base="xs:string"> 5864 <xs:maxLength value="50" /> 5865 </xs:restriction> 5866 </xs:simpleType> 5867 </xs:element> 5868 <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" /> 5869 <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" /> 5870 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 5871 5871 <xs:simpleType> 5872 5872 <xs:restriction base="xs:string"> … … 5881 5881 <xs:complexType> 5882 5882 <xs:sequence> 5883 <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" />5884 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column PropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">5885 <xs:simpleType> 5886 <xs:restriction base="xs:string"> 5887 <xs:maxLength value="50" /> 5888 </xs:restriction> 5889 </xs:simpleType> 5890 </xs:element> 5891 <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" />5892 <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" />5893 <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">5883 <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" /> 5884 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 5885 <xs:simpleType> 5886 <xs:restriction base="xs:string"> 5887 <xs:maxLength value="50" /> 5888 </xs:restriction> 5889 </xs:simpleType> 5890 </xs:element> 5891 <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" /> 5892 <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" /> 5893 <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"> 5894 5894 <xs:simpleType> 5895 5895 <xs:restriction base="xs:string"> … … 5904 5904 <xs:complexType> 5905 5905 <xs:sequence> 5906 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5907 <xs:simpleType> 5908 <xs:restriction base="xs:string"> 5909 <xs:maxLength value="50" /> 5910 </xs:restriction> 5911 </xs:simpleType> 5912 </xs:element> 5913 <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">5914 <xs:simpleType> 5915 <xs:restriction base="xs:string"> 5916 <xs:maxLength value="50" /> 5917 </xs:restriction> 5918 </xs:simpleType> 5919 </xs:element> 5920 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5921 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">5906 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5907 <xs:simpleType> 5908 <xs:restriction base="xs:string"> 5909 <xs:maxLength value="50" /> 5910 </xs:restriction> 5911 </xs:simpleType> 5912 </xs:element> 5913 <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"> 5914 <xs:simpleType> 5915 <xs:restriction base="xs:string"> 5916 <xs:maxLength value="50" /> 5917 </xs:restriction> 5918 </xs:simpleType> 5919 </xs:element> 5920 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5921 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 5922 5922 <xs:simpleType> 5923 5923 <xs:restriction base="xs:string"> … … 5926 5926 </xs:simpleType> 5927 5927 </xs:element> 5928 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5928 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5929 5929 <xs:simpleType> 5930 5930 <xs:restriction base="xs:string"> … … 5933 5933 </xs:simpleType> 5934 5934 </xs:element> 5935 <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" />5936 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">5935 <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" /> 5936 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 5937 5937 <xs:simpleType> 5938 5938 <xs:restriction base="xs:string"> … … 5947 5947 <xs:complexType> 5948 5948 <xs:sequence> 5949 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5950 <xs:simpleType> 5951 <xs:restriction base="xs:string"> 5952 <xs:maxLength value="50" /> 5953 </xs:restriction> 5954 </xs:simpleType> 5955 </xs:element> 5949 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5950 <xs:simpleType> 5951 <xs:restriction base="xs:string"> 5952 <xs:maxLength value="50" /> 5953 </xs:restriction> 5954 </xs:simpleType> 5955 </xs:element> 5956 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5957 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5958 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5959 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5960 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5961 <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" /> 5962 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5963 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5964 <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" /> 5965 <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" /> 5966 <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" /> 5967 <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" /> 5968 <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" /> 5969 <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" /> 5970 <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" /> 5971 <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" /> 5972 <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" /> 5973 <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" /> 5974 <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" /> 5975 <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" /> 5976 <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" /> 5977 <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" /> 5978 <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" /> 5979 <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" /> 5980 <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" /> 5981 <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" /> 5982 <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" /> 5983 </xs:sequence> 5984 </xs:complexType> 5985 </xs:element> 5986 <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"> 5987 <xs:complexType> 5988 <xs:sequence> 5956 5989 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5957 5990 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5991 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 5992 <xs:simpleType> 5993 <xs:restriction base="xs:string"> 5994 <xs:maxLength value="50" /> 5995 </xs:restriction> 5996 </xs:simpleType> 5997 </xs:element> 5958 5998 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5959 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5960 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5961 <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" /> 5962 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5963 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5964 <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" /> 5965 <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" /> 5966 <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" /> 5967 <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" /> 5968 <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" /> 5969 <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" /> 5999 <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" /> 6000 <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" /> 6001 <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" /> 6002 <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" /> 6003 <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" /> 6004 <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" /> 6005 <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" /> 6006 <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" /> 6007 <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" /> 6008 <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" /> 6009 <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" /> 6010 <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" /> 5970 6011 <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" /> 5971 6012 <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" /> … … 5984 6025 </xs:complexType> 5985 6026 </xs:element> 5986 <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">5987 <xs:complexType>5988 <xs:sequence>5989 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5990 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5991 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">5992 <xs:simpleType>5993 <xs:restriction base="xs:string">5994 <xs:maxLength value="50" />5995 </xs:restriction>5996 </xs:simpleType>5997 </xs:element>5998 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />5999 <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" />6000 <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" />6001 <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" />6002 <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" />6003 <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" />6004 <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" />6005 <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" />6006 <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" />6007 <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" />6008 <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" />6009 <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" />6010 <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" />6011 <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" />6012 <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" />6013 <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" />6014 <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" />6015 <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" />6016 <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" />6017 <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" />6018 <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" />6019 <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" />6020 <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" />6021 <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" />6022 <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" />6023 <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" />6024 </xs:sequence>6025 </xs:complexType>6026 </xs:element>6027 6027 <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"> 6028 6028 <xs:complexType> 6029 6029 <xs:sequence> 6030 <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" />6031 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">6030 <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" /> 6031 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 6032 6032 <xs:simpleType> 6033 6033 <xs:restriction base="xs:string"> … … 6036 6036 </xs:simpleType> 6037 6037 </xs:element> 6038 <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">6038 <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"> 6039 6039 <xs:simpleType> 6040 6040 <xs:restriction base="xs:string"> … … 6043 6043 </xs:simpleType> 6044 6044 </xs:element> 6045 <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" />6046 <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" />6047 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column VarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">6045 <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" /> 6046 <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" /> 6047 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 6048 6048 <xs:simpleType> 6049 6049 <xs:restriction base="xs:string"> … … 6052 6052 </xs:simpleType> 6053 6053 </xs:element> 6054 <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">6055 <xs:simpleType> 6056 <xs:restriction base="xs:string"> 6057 <xs:maxLength value="50" /> 6058 </xs:restriction> 6059 </xs:simpleType> 6060 </xs:element> 6061 <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">6054 <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"> 6055 <xs:simpleType> 6056 <xs:restriction base="xs:string"> 6057 <xs:maxLength value="50" /> 6058 </xs:restriction> 6059 </xs:simpleType> 6060 </xs:element> 6061 <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"> 6062 6062 <xs:simpleType> 6063 6063 <xs:restriction base="xs:string"> … … 6066 6066 </xs:simpleType> 6067 6067 </xs:element> 6068 <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" />6069 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_Column VarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">6068 <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" /> 6069 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 6070 6070 <xs:simpleType> 6071 6071 <xs:restriction base="xs:string"> … … 6074 6074 </xs:simpleType> 6075 6075 </xs:element> 6076 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />6077 <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" />6078 <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" />6079 <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" />6080 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6081 <xs:simpleType> 6082 <xs:restriction base="xs:string"> 6083 <xs:maxLength value="50" /> 6084 </xs:restriction> 6085 </xs:simpleType> 6086 </xs:element> 6087 <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">6076 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 6077 <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" /> 6078 <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" /> 6079 <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" /> 6080 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6081 <xs:simpleType> 6082 <xs:restriction base="xs:string"> 6083 <xs:maxLength value="50" /> 6084 </xs:restriction> 6085 </xs:simpleType> 6086 </xs:element> 6087 <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"> 6088 6088 <xs:simpleType> 6089 6089 <xs:restriction base="xs:string"> … … 6092 6092 </xs:simpleType> 6093 6093 </xs:element> 6094 <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" />6095 <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" />6096 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_Column VarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">6097 <xs:simpleType> 6098 <xs:restriction base="xs:string"> 6099 <xs:maxLength value="50" /> 6100 </xs:restriction> 6101 </xs:simpleType> 6102 </xs:element> 6103 <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" />6104 <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" />6105 <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" />6106 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">6094 <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" /> 6095 <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" /> 6096 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 6097 <xs:simpleType> 6098 <xs:restriction base="xs:string"> 6099 <xs:maxLength value="50" /> 6100 </xs:restriction> 6101 </xs:simpleType> 6102 </xs:element> 6103 <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" /> 6104 <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" /> 6105 <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" /> 6106 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 6107 6107 <xs:simpleType> 6108 6108 <xs:restriction base="xs:string"> … … 6111 6111 </xs:simpleType> 6112 6112 </xs:element> 6113 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column VarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />6114 <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" />6115 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column PropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />6116 <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" />6117 <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">6113 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 6114 <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" /> 6115 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 6116 <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" /> 6117 <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"> 6118 6118 <xs:simpleType> 6119 6119 <xs:restriction base="xs:string"> … … 6122 6122 </xs:simpleType> 6123 6123 </xs:element> 6124 <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">6124 <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"> 6125 6125 <xs:simpleType> 6126 6126 <xs:restriction base="xs:string"> … … 6129 6129 </xs:simpleType> 6130 6130 </xs:element> 6131 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_Column PropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">6131 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 6132 6132 <xs:simpleType> 6133 6133 <xs:restriction base="xs:string"> … … 6136 6136 </xs:simpleType> 6137 6137 </xs:element> 6138 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_Column PropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />6138 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 6139 6139 </xs:sequence> 6140 6140 </xs:complexType> … … 6143 6143 <xs:complexType> 6144 6144 <xs:sequence> 6145 <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" />6146 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />6147 <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" />6148 <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">6145 <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" /> 6146 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 6147 <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" /> 6148 <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"> 6149 6149 <xs:simpleType> 6150 6150 <xs:restriction base="xs:string"> … … 6159 6159 <xs:complexType> 6160 6160 <xs:sequence> 6161 <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" />6162 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">6161 <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" /> 6162 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 6163 6163 <xs:simpleType> 6164 6164 <xs:restriction base="xs:string"> … … 6167 6167 </xs:simpleType> 6168 6168 </xs:element> 6169 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_Column VarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />6170 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_Column VarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">6169 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 6170 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 6171 6171 <xs:simpleType> 6172 6172 <xs:restriction base="xs:string"> … … 6175 6175 </xs:simpleType> 6176 6176 </xs:element> 6177 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />6177 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 6178 6178 </xs:sequence> 6179 6179 </xs:complexType> … … 6182 6182 <xs:complexType> 6183 6183 <xs:sequence> 6184 <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" />6185 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_Column VarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />6186 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column VarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">6187 <xs:simpleType> 6188 <xs:restriction base="xs:string"> 6189 <xs:maxLength value="50" /> 6190 </xs:restriction> 6191 </xs:simpleType> 6192 </xs:element> 6193 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_Column VarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">6194 <xs:simpleType> 6195 <xs:restriction base="xs:string"> 6196 <xs:maxLength value="50" /> 6197 </xs:restriction> 6198 </xs:simpleType> 6199 </xs:element> 6200 <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" />6184 <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" /> 6185 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 6186 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 6187 <xs:simpleType> 6188 <xs:restriction base="xs:string"> 6189 <xs:maxLength value="50" /> 6190 </xs:restriction> 6191 </xs:simpleType> 6192 </xs:element> 6193 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 6194 <xs:simpleType> 6195 <xs:restriction base="xs:string"> 6196 <xs:maxLength value="50" /> 6197 </xs:restriction> 6198 </xs:simpleType> 6199 </xs:element> 6200 <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" /> 6201 6201 </xs:sequence> 6202 6202 </xs:complexType> … … 6205 6205 <xs:complexType> 6206 6206 <xs:sequence> 6207 <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" />6208 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_Column VarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />6209 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_Column VarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />6210 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_Column VarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />6211 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_Column VarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />6207 <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" /> 6208 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 6209 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 6210 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 6211 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 6212 6212 </xs:sequence> 6213 6213 </xs:complexType> … … 6216 6216 <xs:complexType> 6217 6217 <xs:sequence> 6218 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />6219 <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" />6220 <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" />6221 <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" />6222 <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" />6223 <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" />6218 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 6219 <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" /> 6220 <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" /> 6221 <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" /> 6222 <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" /> 6223 <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" /> 6224 6224 </xs:sequence> 6225 6225 </xs:complexType> … … 6228 6228 <xs:complexType> 6229 6229 <xs:sequence> 6230 <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" />6231 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column PropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />6232 <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" />6233 <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" />6234 <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" />6235 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />6236 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column PropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />6237 <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" />6238 <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" />6239 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column PropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">6230 <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" /> 6231 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 6232 <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" /> 6233 <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" /> 6234 <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" /> 6235 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 6236 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 6237 <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" /> 6238 <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" /> 6239 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 6240 6240 <xs:simpleType> 6241 6241 <xs:restriction base="xs:string"> … … 6244 6244 </xs:simpleType> 6245 6245 </xs:element> 6246 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_Column PropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" />6247 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_Column PropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0">6246 <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" /> 6247 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 6248 6248 <xs:simpleType> 6249 6249 <xs:restriction base="xs:string"> … … 6252 6252 </xs:simpleType> 6253 6253 </xs:element> 6254 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_Column PropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0">6254 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 6255 6255 <xs:simpleType> 6256 6256 <xs:restriction base="xs:string"> … … 6259 6259 </xs:simpleType> 6260 6260 </xs:element> 6261 <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_Column VarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" />6262 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_Column VarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" />6263 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_Column VarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" />6261 <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" /> 6262 <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" /> 6263 <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" /> 6264 6264 </xs:sequence> 6265 6265 </xs:complexType> … … 6268 6268 <xs:complexType> 6269 6269 <xs:sequence> 6270 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />6271 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column VarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />6272 <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" />6273 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column VarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">6270 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 6271 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 6272 <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" /> 6273 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 6274 6274 <xs:simpleType> 6275 6275 <xs:restriction base="xs:string"> … … 6278 6278 </xs:simpleType> 6279 6279 </xs:element> 6280 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column VarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />6281 <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" />6282 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6283 <xs:simpleType> 6284 <xs:restriction base="xs:string"> 6285 <xs:maxLength value="50" /> 6286 </xs:restriction> 6287 </xs:simpleType> 6288 </xs:element> 6289 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6290 <xs:simpleType> 6291 <xs:restriction base="xs:string"> 6292 <xs:maxLength value="50" /> 6293 </xs:restriction> 6294 </xs:simpleType> 6295 </xs:element> 6296 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />6297 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_Column PropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0">6280 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 6281 <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" /> 6282 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6283 <xs:simpleType> 6284 <xs:restriction base="xs:string"> 6285 <xs:maxLength value="50" /> 6286 </xs:restriction> 6287 </xs:simpleType> 6288 </xs:element> 6289 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6290 <xs:simpleType> 6291 <xs:restriction base="xs:string"> 6292 <xs:maxLength value="50" /> 6293 </xs:restriction> 6294 </xs:simpleType> 6295 </xs:element> 6296 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 6297 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0"> 6298 6298 <xs:simpleType> 6299 6299 <xs:restriction base="xs:string"> … … 6302 6302 </xs:simpleType> 6303 6303 </xs:element> 6304 <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" />6305 <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" />6306 <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" />6307 <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" />6308 <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" />6309 <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">6304 <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" /> 6305 <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" /> 6306 <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" /> 6307 <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" /> 6308 <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" /> 6309 <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"> 6310 6310 <xs:simpleType> 6311 6311 <xs:restriction base="xs:string"> … … 6314 6314 </xs:simpleType> 6315 6315 </xs:element> 6316 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">6316 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 6317 6317 <xs:simpleType> 6318 6318 <xs:restriction base="xs:string"> … … 6327 6327 <xs:complexType> 6328 6328 <xs:sequence> 6329 <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" />6330 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_Column VarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />6331 <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" />6332 <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" />6333 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_Column VarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">6329 <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" /> 6330 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 6331 <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" /> 6332 <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" /> 6333 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 6334 6334 <xs:simpleType> 6335 6335 <xs:restriction base="xs:string"> … … 6338 6338 </xs:simpleType> 6339 6339 </xs:element> 6340 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_Column VarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">6340 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 6341 6341 <xs:simpleType> 6342 6342 <xs:restriction base="xs:string"> … … 6345 6345 </xs:simpleType> 6346 6346 </xs:element> 6347 <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" />6348 <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" />6349 <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">6347 <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" /> 6348 <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" /> 6349 <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"> 6350 6350 <xs:simpleType> 6351 6351 <xs:restriction base="xs:string"> … … 6360 6360 <xs:complexType> 6361 6361 <xs:sequence> 6362 <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" />6363 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6362 <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" /> 6363 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6364 6364 <xs:simpleType> 6365 6365 <xs:restriction base="xs:string"> … … 6368 6368 </xs:simpleType> 6369 6369 </xs:element> 6370 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6370 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6371 6371 <xs:simpleType> 6372 6372 <xs:restriction base="xs:string"> … … 6375 6375 </xs:simpleType> 6376 6376 </xs:element> 6377 <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" />6378 <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" />6379 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_Column PropNameInRow="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0">6377 <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" /> 6378 <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" /> 6379 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0"> 6380 6380 <xs:simpleType> 6381 6381 <xs:restriction base="xs:string"> … … 6384 6384 </xs:simpleType> 6385 6385 </xs:element> 6386 <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" />6387 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_Column PropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0">6386 <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" /> 6387 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0"> 6388 6388 <xs:simpleType> 6389 6389 <xs:restriction base="xs:string"> … … 6392 6392 </xs:simpleType> 6393 6393 </xs:element> 6394 <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" />6395 <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" />6396 <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" />6394 <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" /> 6395 <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" /> 6396 <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" /> 6397 6397 </xs:sequence> 6398 6398 </xs:complexType> … … 6401 6401 <xs:complexType> 6402 6402 <xs:sequence> 6403 <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" />6404 <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" />6405 <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" />6406 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">6403 <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" /> 6404 <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" /> 6405 <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" /> 6406 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 6407 6407 <xs:simpleType> 6408 6408 <xs:restriction base="xs:string"> … … 6411 6411 </xs:simpleType> 6412 6412 </xs:element> 6413 <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" />6414 <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">6413 <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" /> 6414 <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"> 6415 6415 <xs:simpleType> 6416 6416 <xs:restriction base="xs:string"> … … 6419 6419 </xs:simpleType> 6420 6420 </xs:element> 6421 <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" />6422 <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" />6423 <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" />6424 <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" />6425 <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" />6426 <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" />6427 <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" />6428 <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" />6429 <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" />6430 <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" />6431 <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">6432 <xs:simpleType> 6433 <xs:restriction base="xs:string"> 6434 <xs:maxLength value="50" /> 6435 </xs:restriction> 6436 </xs:simpleType> 6437 </xs:element> 6438 <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" />6439 <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" />6440 <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">6421 <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" /> 6422 <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" /> 6423 <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" /> 6424 <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" /> 6425 <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" /> 6426 <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" /> 6427 <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" /> 6428 <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" /> 6429 <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" /> 6430 <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" /> 6431 <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"> 6432 <xs:simpleType> 6433 <xs:restriction base="xs:string"> 6434 <xs:maxLength value="50" /> 6435 </xs:restriction> 6436 </xs:simpleType> 6437 </xs:element> 6438 <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" /> 6439 <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" /> 6440 <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"> 6441 6441 <xs:simpleType> 6442 6442 <xs:restriction base="xs:string"> … … 6445 6445 </xs:simpleType> 6446 6446 </xs:element> 6447 <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" />6448 <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">6447 <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" /> 6448 <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"> 6449 6449 <xs:simpleType> 6450 6450 <xs:restriction base="xs:string"> … … 6453 6453 </xs:simpleType> 6454 6454 </xs:element> 6455 <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" />6456 <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" />6457 <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" />6458 <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" />6459 <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" />6460 <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" />6461 <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">6455 <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" /> 6456 <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" /> 6457 <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" /> 6458 <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" /> 6459 <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" /> 6460 <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" /> 6461 <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"> 6462 6462 <xs:simpleType> 6463 6463 <xs:restriction base="xs:string"> … … 6466 6466 </xs:simpleType> 6467 6467 </xs:element> 6468 <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" />6469 <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" />6470 <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" />6471 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6472 <xs:simpleType> 6473 <xs:restriction base="xs:string"> 6474 <xs:maxLength value="50" /> 6475 </xs:restriction> 6476 </xs:simpleType> 6477 </xs:element> 6478 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6479 <xs:simpleType> 6480 <xs:restriction base="xs:string"> 6481 <xs:maxLength value="50" /> 6482 </xs:restriction> 6483 </xs:simpleType> 6484 </xs:element> 6485 <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" />6486 <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">6468 <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" /> 6469 <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" /> 6470 <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" /> 6471 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6472 <xs:simpleType> 6473 <xs:restriction base="xs:string"> 6474 <xs:maxLength value="50" /> 6475 </xs:restriction> 6476 </xs:simpleType> 6477 </xs:element> 6478 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6479 <xs:simpleType> 6480 <xs:restriction base="xs:string"> 6481 <xs:maxLength value="50" /> 6482 </xs:restriction> 6483 </xs:simpleType> 6484 </xs:element> 6485 <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" /> 6486 <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"> 6487 6487 <xs:simpleType> 6488 6488 <xs:restriction base="xs:string"> … … 6491 6491 </xs:simpleType> 6492 6492 </xs:element> 6493 <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" />6494 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column PropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />6495 <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" />6496 <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" />6497 <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" />6498 <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">6493 <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" /> 6494 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 6495 <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" /> 6496 <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" /> 6497 <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" /> 6498 <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"> 6499 6499 <xs:simpleType> 6500 6500 <xs:restriction base="xs:string"> … … 6503 6503 </xs:simpleType> 6504 6504 </xs:element> 6505 <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" />6505 <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" /> 6506 6506 </xs:sequence> 6507 6507 </xs:complexType> … … 6510 6510 <xs:complexType> 6511 6511 <xs:sequence> 6512 <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" />6513 <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" />6514 <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" />6515 <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" />6516 <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" />6517 <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">6512 <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" /> 6513 <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" /> 6514 <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" /> 6515 <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" /> 6516 <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" /> 6517 <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"> 6518 6518 <xs:simpleType> 6519 6519 <xs:restriction base="xs:string"> … … 6522 6522 </xs:simpleType> 6523 6523 </xs:element> 6524 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">6524 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 6525 6525 <xs:simpleType> 6526 6526 <xs:restriction base="xs:string"> … … 6529 6529 </xs:simpleType> 6530 6530 </xs:element> 6531 <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" />6532 <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" />6533 <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" />6534 <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" />6535 <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" />6536 <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" />6537 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">6538 <xs:simpleType> 6539 <xs:restriction base="xs:string"> 6540 <xs:maxLength value="50" /> 6541 </xs:restriction> 6542 </xs:simpleType> 6543 </xs:element> 6544 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">6545 <xs:simpleType> 6546 <xs:restriction base="xs:string"> 6547 <xs:maxLength value="50" /> 6548 </xs:restriction> 6549 </xs:simpleType> 6550 </xs:element> 6551 <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" />6552 <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" />6553 <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" />6554 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">6555 <xs:simpleType> 6556 <xs:restriction base="xs:string"> 6557 <xs:maxLength value="50" /> 6558 </xs:restriction> 6559 </xs:simpleType> 6560 </xs:element> 6561 <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" />6562 <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" />6563 <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" />6564 <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" />6565 <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" />6566 <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">6531 <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" /> 6532 <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" /> 6533 <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" /> 6534 <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" /> 6535 <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" /> 6536 <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" /> 6537 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 6538 <xs:simpleType> 6539 <xs:restriction base="xs:string"> 6540 <xs:maxLength value="50" /> 6541 </xs:restriction> 6542 </xs:simpleType> 6543 </xs:element> 6544 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 6545 <xs:simpleType> 6546 <xs:restriction base="xs:string"> 6547 <xs:maxLength value="50" /> 6548 </xs:restriction> 6549 </xs:simpleType> 6550 </xs:element> 6551 <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" /> 6552 <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" /> 6553 <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" /> 6554 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 6555 <xs:simpleType> 6556 <xs:restriction base="xs:string"> 6557 <xs:maxLength value="50" /> 6558 </xs:restriction> 6559 </xs:simpleType> 6560 </xs:element> 6561 <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" /> 6562 <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" /> 6563 <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" /> 6564 <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" /> 6565 <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" /> 6566 <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"> 6567 6567 <xs:simpleType> 6568 6568 <xs:restriction base="xs:string"> … … 6571 6571 </xs:simpleType> 6572 6572 </xs:element> 6573 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column VarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />6574 <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" />6575 <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" />6576 <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" />6577 <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" />6578 <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" />6579 <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" />6573 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 6574 <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" /> 6575 <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" /> 6576 <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" /> 6577 <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" /> 6578 <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" /> 6579 <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" /> 6580 6580 </xs:sequence> 6581 6581 </xs:complexType> -
trunk/BazaReklam/REKLAMADataSet.xss
r194 r199 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="- 300" ViewPortY="1513" 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="-80" ViewPortY="143" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> 8 8 <Shapes> 9 <Shape ID="DesignTable:REKLAMA" ZOrder=" 1" X="-162" Y="35" Height="403" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" />10 <Shape ID="DesignTable:UKAZE_SIE_W_NR" ZOrder=" 33" X="242" Y="3" Height="293" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />11 <Shape ID="DesignTable:KLIENCI" ZOrder="3 2" X="-327" Y="520" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="22" OldDataTableHeight="0" SplitterPosition="254" />12 <Shape ID="DesignTable:REKLAMA_STRONA" ZOrder="1 3" X="214" Y="311" Height="191" Width="286" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />13 <Shape ID="DesignTable:KLIENCI_OSOBY_DO_KONTAKTU" ZOrder=" 18" X="-990" Y="809" Height="207" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="143" />14 <Shape ID="DesignTable:PRODUKCJA" ZOrder="2 1" X="51" Y="542" Height="343" Width="286" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="22" OldDataTableHeight="0" SplitterPosition="254" />15 <Shape ID="DesignTable:FAKTURY" ZOrder="2 5" X="-588" Y="-330" Height="394" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="279" />16 <Shape ID="DesignTable:FAKTURA_DETAILS" ZOrder=" 3" X="-194" Y="-351" Height="369" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />9 <Shape ID="DesignTable:REKLAMA" ZOrder="3" X="-162" Y="35" Height="403" Width="361" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" /> 10 <Shape ID="DesignTable:UKAZE_SIE_W_NR" ZOrder="1" X="242" Y="3" Height="451" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="240" /> 11 <Shape ID="DesignTable:KLIENCI" ZOrder="33" X="-327" Y="520" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="22" OldDataTableHeight="0" SplitterPosition="254" /> 12 <Shape ID="DesignTable:REKLAMA_STRONA" ZOrder="15" X="214" Y="311" Height="240" Width="286" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="167" /> 13 <Shape ID="DesignTable:KLIENCI_OSOBY_DO_KONTAKTU" ZOrder="20" X="-990" Y="809" Height="207" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="143" /> 14 <Shape ID="DesignTable:PRODUKCJA" ZOrder="2" X="51" Y="542" Height="343" Width="286" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="22" OldDataTableHeight="0" SplitterPosition="254" /> 15 <Shape ID="DesignTable:FAKTURY" ZOrder="26" X="-588" Y="-330" Height="394" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="279" /> 16 <Shape ID="DesignTable:FAKTURA_DETAILS" ZOrder="5" X="-194" Y="-351" Height="369" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 17 17 <Shape ID="DesignTable:KL_KLIENCI" ZOrder="47" X="-950" Y="568" Height="229" Width="294" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="159" /> 18 18 <Shape ID="DesignTable:ReklamyZestawienie" ZOrder="44" X="-192" Y="1503" Height="292" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 19 19 <Shape ID="DesignTable:ListaReklamDoWydaniaNr" ZOrder="36" X="536" Y="1498" Height="362" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 20 <Shape ID="DesignTable:KONTAKTY" ZOrder="3 1" X="-322" Y="923" Height="210" Width="294" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />20 <Shape ID="DesignTable:KONTAKTY" ZOrder="32" X="-322" Y="923" Height="210" Width="294" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" /> 21 21 <Shape ID="DesignTable:ZestawienieFaktur" ZOrder="34" X="134" Y="1566" Height="343" Width="273" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="247" /> 22 <Shape ID="DesignTable:PLAN" ZOrder="2 8" X="-592" Y="1508" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />23 <Shape ID="DesignTable:Listy" ZOrder="2 6" X="531" Y="1297" Height="172" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />22 <Shape ID="DesignTable:PLAN" ZOrder="29" X="-592" Y="1508" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 23 <Shape ID="DesignTable:Listy" ZOrder="27" X="531" Y="1297" Height="172" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" /> 24 24 <Shape ID="DesignTable:ListyPodsumowanie" ZOrder="37" X="181" Y="1311" Height="115" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" /> 25 <Shape ID="DesignTable:sheduler" ZOrder="2 7" X="-208" Y="1162" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />26 <Shape ID="DesignTable:OFERTY_MAIN" ZOrder="3 0" X="-899" Y="1958" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />27 <Shape ID="DesignTable:Oferty_Wersje" ZOrder=" 29" X="-542" Y="1956" Height="172" Width="226" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />25 <Shape ID="DesignTable:sheduler" ZOrder="28" X="-208" Y="1162" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" /> 26 <Shape ID="DesignTable:OFERTY_MAIN" ZOrder="31" X="-899" Y="1958" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 27 <Shape ID="DesignTable:Oferty_Wersje" ZOrder="30" X="-542" Y="1956" Height="172" Width="226" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" /> 28 28 <Shape ID="DesignTable:zastawienieKontaktow" ZOrder="43" X="-263" Y="1955" Height="253" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="191" /> 29 29 <Shape ID="DesignTable:View_Podsumowanie_Wykonania_Planu" ZOrder="42" X="-11" Y="1953" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 30 30 <Shape ID="DesignTable:View_Podsumowanie_Wykonania_Planu_Agencja" ZOrder="41" X="359" Y="1952" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" /> 31 31 <Shape ID="DesignTable:LISTA_REKLAM_NA_WYDANIE" ZOrder="40" X="784" Y="1953" Height="305" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="24" OldDataTableHeight="0" SplitterPosition="254" /> 32 <Shape ID="DesignTable:Reklama_Info_Dod" ZOrder="2 3" X="190" Y="-255" Height="172" Width="297" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />32 <Shape ID="DesignTable:Reklama_Info_Dod" ZOrder="24" X="190" Y="-255" Height="235" Width="297" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="144" /> 33 33 <Shape ID="DesignTable:KLIENCI_TYTUL" ZOrder="38" X="-1329" Y="568" Height="210" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" /> 34 <Shape ID="DesignTable:KLIENCI_INTERNET_LOGO" ZOrder=" 19" X="-604" Y="568" Height="111" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="21" />34 <Shape ID="DesignTable:KLIENCI_INTERNET_LOGO" ZOrder="21" X="-604" Y="568" Height="111" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="21" /> 35 35 <Shape ID="DesignTable:zmianyEmisji" ZOrder="35" X="701" Y="81" Height="172" Width="220" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" /> 36 <Shape ID="DesignTable:zamowienia" ZOrder="1 2" X="-675" Y="159" Height="309" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />37 <Shape ID="DesignTable:DatyWydan" ZOrder="1 5" X="584" Y="298" Height="234" Width="348" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="136" />38 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" ZOrder="1 1" X="-1298" Y="2210" Height="173" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="126" />39 <Shape ID="DesignTable:Wplaty" ZOrder=" 8" X="-1041" Y="-202" Height="258" Width="268" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="177" />40 <Shape ID="DesignTable:PROWIZJE" ZOrder=" 7" X="-1138" Y="165" Height="275" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="211" SplitterPosition="228" />41 <Shape ID="DesignTable:VIEW_KOREKTY" ZOrder=" 5" X="-1287" Y="1574" Height="275" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />42 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_FAKTUR_NOWE" ZOrder=" 2" X="-1298" Y="1888" Height="292" Width="298" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />36 <Shape ID="DesignTable:zamowienia" ZOrder="14" X="-675" Y="159" Height="309" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 37 <Shape ID="DesignTable:DatyWydan" ZOrder="17" X="584" Y="298" Height="309" Width="348" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" /> 38 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" ZOrder="13" X="-1298" Y="2210" Height="173" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="126" /> 39 <Shape ID="DesignTable:Wplaty" ZOrder="10" X="-1041" Y="-202" Height="258" Width="268" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="177" /> 40 <Shape ID="DesignTable:PROWIZJE" ZOrder="9" X="-1138" Y="165" Height="275" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="211" SplitterPosition="228" /> 41 <Shape ID="DesignTable:VIEW_KOREKTY" ZOrder="7" X="-1287" Y="1574" Height="275" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 42 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_FAKTUR_NOWE" ZOrder="4" X="-1298" Y="1888" Height="292" Width="298" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 43 43 </Shapes> 44 44 <Connectors> 45 <Connector ID="DesignRelation:FAKTURY_UKAZE_SIE_W_NR" ZOrder=" 4" LineWidth="11">45 <Connector ID="DesignRelation:FAKTURY_UKAZE_SIE_W_NR" ZOrder="6" LineWidth="11"> 46 46 <RoutePoints> 47 47 <Point> … … 55 55 </RoutePoints> 56 56 </Connector> 57 <Connector ID="DesignRelation:FAKTURY_FAKTURA_DETAILS" ZOrder=" 9" LineWidth="11">57 <Connector ID="DesignRelation:FAKTURY_FAKTURA_DETAILS" ZOrder="11" LineWidth="11"> 58 58 <RoutePoints> 59 59 <Point> … … 67 67 </RoutePoints> 68 68 </Connector> 69 <Connector ID="DesignRelation:FAKTURY_Wplaty" ZOrder=" 6" LineWidth="11">69 <Connector ID="DesignRelation:FAKTURY_Wplaty" ZOrder="8" LineWidth="11"> 70 70 <RoutePoints> 71 71 <Point> … … 82 82 <RoutePoints> 83 83 <Point> 84 <X>1 38</X>84 <X>199</X> 85 85 <Y>343</Y> 86 86 </Point> … … 115 115 </RoutePoints> 116 116 </Connector> 117 <Connector ID="DesignRelation:KLIENCI_REKLAMA" ZOrder="2 2" LineWidth="11">117 <Connector ID="DesignRelation:KLIENCI_REKLAMA" ZOrder="23" LineWidth="11"> 118 118 <RoutePoints> 119 119 <Point> … … 127 127 </RoutePoints> 128 128 </Connector> 129 <Connector ID="DesignRelation:FAKTURY_REKLAMA" ZOrder="1 6" LineWidth="11">129 <Connector ID="DesignRelation:FAKTURY_REKLAMA" ZOrder="18" LineWidth="11"> 130 130 <RoutePoints> 131 131 <Point> … … 139 139 </RoutePoints> 140 140 </Connector> 141 <Connector ID="DesignRelation:KLIENCI_KL_KLIENCI" ZOrder="1 7" LineWidth="11">141 <Connector ID="DesignRelation:KLIENCI_KL_KLIENCI" ZOrder="19" LineWidth="11"> 142 142 <RoutePoints> 143 143 <Point> … … 191 191 </RoutePoints> 192 192 </Connector> 193 <Connector ID="DesignRelation:FK_KLIENCI_INTERNET_LOGO_KLIENCI" ZOrder="2 0" LineWidth="11">193 <Connector ID="DesignRelation:FK_KLIENCI_INTERNET_LOGO_KLIENCI" ZOrder="22" LineWidth="11"> 194 194 <RoutePoints> 195 195 <Point> … … 203 203 </RoutePoints> 204 204 </Connector> 205 <Connector ID="DesignRelation:FK_UKAZE_SIE_W_NR_zmianyEmisji" ZOrder="2 4" LineWidth="11">205 <Connector ID="DesignRelation:FK_UKAZE_SIE_W_NR_zmianyEmisji" ZOrder="25" LineWidth="11"> 206 206 <RoutePoints> 207 207 <Point> … … 215 215 </RoutePoints> 216 216 </Connector> 217 <Connector ID="DesignRelation:UKAZE_SIE_W_NR_DatyWydan" ZOrder="1 4" LineWidth="11">217 <Connector ID="DesignRelation:UKAZE_SIE_W_NR_DatyWydan" ZOrder="16" LineWidth="11"> 218 218 <RoutePoints> 219 219 <Point> 220 220 <X>525</X> 221 <Y> 296</Y>221 <Y>454</Y> 222 222 </Point> 223 223 <Point> 224 224 <X>525</X> 225 <Y> 324</Y>225 <Y>462</Y> 226 226 </Point> 227 227 <Point> 228 228 <X>584</X> 229 <Y> 324</Y>230 </Point> 231 </RoutePoints> 232 </Connector> 233 <Connector ID="DesignRelation:REKLAMA_UKAZE_SIE_W_NR" ZOrder="1 0" LineWidth="11">234 <RoutePoints> 235 <Point> 236 <X>1 38</X>229 <Y>462</Y> 230 </Point> 231 </RoutePoints> 232 </Connector> 233 <Connector ID="DesignRelation:REKLAMA_UKAZE_SIE_W_NR" ZOrder="12" LineWidth="11"> 234 <RoutePoints> 235 <Point> 236 <X>199</X> 237 237 <Y>131</Y> 238 238 </Point>
