Pokaż
Ignoruj:
Data:
2009-11-23 09:02:39 (16 years ago)
Autor:
sylwek
Opis:

re #184
działające abonamenty

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Abonament/BazaReklam/raporty.xsd

    r839 r884  
    288288                <SelectCommand> 
    289289                  <DbCommand CommandType="Text" ModifiedByUser="True"> 
    290                     <CommandText>SELECT     FAKTURA_DETAILS.JM, SUM(FAKTURA_DETAILS.ILOSC) AS ILOSC, SUM(FAKTURA_DETAILS.NETTO) AS NETTO, FAKTURA_DETAILS.S_VAT,  
    291                       SUM(FAKTURA_DETAILS.BRUTTO) AS BRUTTO, SUM(FAKTURA_DETAILS.VAT) AS VAT, [LISTA TYTUŁÓW].[TYT FULL NAME] AS SYMB, FAKTURA_DETAILS.NR_WYDANIA,  
    292                       FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK, FAKTURA_DETAILS.ReklamaId 
    293 FROM         FAKTURA_DETAILS LEFT OUTER JOIN 
    294                       [LISTA TYTUŁÓW] ON FAKTURA_DETAILS.TYTUL = [LISTA TYTUŁÓW ].id 
    295 GROUP BY FAKTURA_DETAILS.JM, FAKTURA_DETAILS.S_VAT, FAKTURA_DETAILS.ID_FAKTURY, [LISTA TYTUŁÓW].[TYT FULL NAME], FAKTURA_DETAILS.NR_WYDANIA,  
    296                       FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK, FAKTURA_DETAILS.ReklamaId 
    297 HAVING      (FAKTURA_DETAILS.ID_FAKTURY = @idFaktury)</CommandText> 
     290                    <CommandText>SELECT        FAKTURA_DETAILS.JM, SUM(FAKTURA_DETAILS.ILOSC) AS ILOSC, SUM(FAKTURA_DETAILS.NETTO) AS NETTO, FAKTURA_DETAILS.S_VAT,  
     291                         SUM(FAKTURA_DETAILS.BRUTTO) AS BRUTTO, SUM(FAKTURA_DETAILS.VAT) AS VAT, [LISTA TYTUŁÓW].[TYT FULL NAME] AS SYMB,  
     292                         FAKTURA_DETAILS.NR_WYDANIA, FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK,  
     293                         FAKTURA_DETAILS.reklamaId, FAKTURA_DETAILS.TYP 
     294FROM            FAKTURA_DETAILS LEFT OUTER JOIN 
     295                         [LISTA TYTUŁÓW] ON FAKTURA_DETAILS.TYTUL = [LISTA TYTUŁÓW ].id 
     296GROUP BY FAKTURA_DETAILS.JM, FAKTURA_DETAILS.S_VAT, FAKTURA_DETAILS.ID_FAKTURY, [LISTA TYTUŁÓW].[TYT FULL NAME],  
     297                         FAKTURA_DETAILS.NR_WYDANIA, FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK,  
     298                         FAKTURA_DETAILS.reklamaId, FAKTURA_DETAILS.TYP 
     299HAVING        (FAKTURA_DETAILS.ID_FAKTURY = @idFaktury)</CommandText> 
    298300                    <Parameters> 
    299301                      <Parameter AllowDbNull="True" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM.dbo.FAKTURA_DETAILS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current"> 
     
    316318              <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" /> 
    317319              <Mapping SourceColumn="ROK" DataSetColumn="ROK" /> 
    318               <Mapping SourceColumn="ReklamaId" DataSetColumn="ReklamaId" /> 
     320              <Mapping SourceColumn="reklamaId" DataSetColumn="reklamaId" /> 
     321              <Mapping SourceColumn="TYP" DataSetColumn="TYP" /> 
    319322            </Mappings> 
    320323            <Sources> 
     
    443446          <xs:complexType> 
    444447            <xs:sequence> 
     448              <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" /> 
     449              <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" /> 
     450              <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"> 
     451                <xs:simpleType> 
     452                  <xs:restriction base="xs:string"> 
     453                    <xs:maxLength value="8" /> 
     454                  </xs:restriction> 
     455                </xs:simpleType> 
     456              </xs:element> 
     457              <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" /> 
     458              <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" /> 
     459              <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"> 
     460                <xs:simpleType> 
     461                  <xs:restriction base="xs:string"> 
     462                    <xs:maxLength value="30" /> 
     463                  </xs:restriction> 
     464                </xs:simpleType> 
     465              </xs:element> 
     466              <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" /> 
     467              <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" /> 
     468              <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" /> 
     469              <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"> 
     470                <xs:simpleType> 
     471                  <xs:restriction base="xs:string"> 
     472                    <xs:maxLength value="30" /> 
     473                  </xs:restriction> 
     474                </xs:simpleType> 
     475              </xs:element> 
     476              <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"> 
     477                <xs:simpleType> 
     478                  <xs:restriction base="xs:string"> 
     479                    <xs:maxLength value="30" /> 
     480                  </xs:restriction> 
     481                </xs:simpleType> 
     482              </xs:element> 
     483              <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
     484                <xs:simpleType> 
     485                  <xs:restriction base="xs:string"> 
     486                    <xs:maxLength value="1073741823" /> 
     487                  </xs:restriction> 
     488                </xs:simpleType> 
     489              </xs:element> 
     490              <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"> 
     491                <xs:simpleType> 
     492                  <xs:restriction base="xs:string"> 
     493                    <xs:maxLength value="20" /> 
     494                  </xs:restriction> 
     495                </xs:simpleType> 
     496              </xs:element> 
     497              <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" /> 
     498              <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" /> 
     499              <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" /> 
     500              <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"> 
     501                <xs:simpleType> 
     502                  <xs:restriction base="xs:string"> 
     503                    <xs:maxLength value="1073741823" /> 
     504                  </xs:restriction> 
     505                </xs:simpleType> 
     506              </xs:element> 
     507              <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"> 
     508                <xs:simpleType> 
     509                  <xs:restriction base="xs:string"> 
     510                    <xs:maxLength value="1073741823" /> 
     511                  </xs:restriction> 
     512                </xs:simpleType> 
     513              </xs:element> 
     514              <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"> 
     515                <xs:simpleType> 
     516                  <xs:restriction base="xs:string"> 
     517                    <xs:maxLength value="50" /> 
     518                  </xs:restriction> 
     519                </xs:simpleType> 
     520              </xs:element> 
     521              <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"> 
     522                <xs:simpleType> 
     523                  <xs:restriction base="xs:string"> 
     524                    <xs:maxLength value="50" /> 
     525                  </xs:restriction> 
     526                </xs:simpleType> 
     527              </xs:element> 
     528              <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" /> 
     529              <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" /> 
     530              <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" /> 
     531              <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" /> 
     532              <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" /> 
     533              <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" /> 
     534              <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" /> 
     535              <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" /> 
     536              <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" /> 
     537              <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" /> 
     538              <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"> 
     539                <xs:simpleType> 
     540                  <xs:restriction base="xs:string"> 
     541                    <xs:maxLength value="50" /> 
     542                  </xs:restriction> 
     543                </xs:simpleType> 
     544              </xs:element> 
     545              <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" /> 
     546              <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" /> 
     547              <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" /> 
     548              <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"> 
     549                <xs:simpleType> 
     550                  <xs:restriction base="xs:string"> 
     551                    <xs:maxLength value="4" /> 
     552                  </xs:restriction> 
     553                </xs:simpleType> 
     554              </xs:element> 
     555              <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" /> 
     556              <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" /> 
     557              <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" /> 
     558              <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"> 
     559                <xs:simpleType> 
     560                  <xs:restriction base="xs:string"> 
     561                    <xs:maxLength value="15" /> 
     562                  </xs:restriction> 
     563                </xs:simpleType> 
     564              </xs:element> 
     565              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0"> 
     566                <xs:simpleType> 
     567                  <xs:restriction base="xs:string"> 
     568                    <xs:maxLength value="500" /> 
     569                  </xs:restriction> 
     570                </xs:simpleType> 
     571              </xs:element> 
     572              <xs:element name="HASŁO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASŁO REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASŁO_REKLAMOWEColumn" minOccurs="0"> 
     573                <xs:simpleType> 
     574                  <xs:restriction base="xs:string"> 
     575                    <xs:maxLength value="100" /> 
     576                  </xs:restriction> 
     577                </xs:simpleType> 
     578              </xs:element> 
     579              <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0"> 
     580                <xs:simpleType> 
     581                  <xs:restriction base="xs:string"> 
     582                    <xs:maxLength value="5" /> 
     583                  </xs:restriction> 
     584                </xs:simpleType> 
     585              </xs:element> 
     586              <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0"> 
     587                <xs:simpleType> 
     588                  <xs:restriction base="xs:string"> 
     589                    <xs:maxLength value="200" /> 
     590                  </xs:restriction> 
     591                </xs:simpleType> 
     592              </xs:element> 
     593              <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0"> 
     594                <xs:simpleType> 
     595                  <xs:restriction base="xs:string"> 
     596                    <xs:maxLength value="250" /> 
     597                  </xs:restriction> 
     598                </xs:simpleType> 
     599              </xs:element> 
     600              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
     601              <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" /> 
     602              <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" /> 
     603              <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" /> 
     604            </xs:sequence> 
     605          </xs:complexType> 
     606        </xs:element> 
     607        <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"> 
     608          <xs:complexType> 
     609            <xs:sequence> 
     610              <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" /> 
     611              <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" /> 
     612              <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" /> 
     613              <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" /> 
     614              <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"> 
     615                <xs:simpleType> 
     616                  <xs:restriction base="xs:string"> 
     617                    <xs:maxLength value="100" /> 
     618                  </xs:restriction> 
     619                </xs:simpleType> 
     620              </xs:element> 
     621              <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"> 
     622                <xs:simpleType> 
     623                  <xs:restriction base="xs:string"> 
     624                    <xs:maxLength value="30" /> 
     625                  </xs:restriction> 
     626                </xs:simpleType> 
     627              </xs:element> 
     628              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
     629                <xs:simpleType> 
     630                  <xs:restriction base="xs:string"> 
     631                    <xs:maxLength value="5" /> 
     632                  </xs:restriction> 
     633                </xs:simpleType> 
     634              </xs:element> 
     635              <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" /> 
     636              <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" /> 
     637              <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" /> 
     638              <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" /> 
     639              <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" /> 
     640              <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" /> 
     641              <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" /> 
     642              <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" /> 
     643              <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" /> 
     644              <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" /> 
     645              <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" /> 
     646              <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" /> 
     647              <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" /> 
     648            </xs:sequence> 
     649          </xs:complexType> 
     650        </xs:element> 
     651        <xs:element name="Proforma" msprop:Generator_UserTableName="Proforma" msprop:Generator_RowDeletedName="ProformaRowDeleted" msprop:Generator_RowChangedName="ProformaRowChanged" msprop:Generator_RowClassName="ProformaRow" msprop:Generator_RowChangingName="ProformaRowChanging" msprop:Generator_RowEvArgName="ProformaRowChangeEvent" msprop:Generator_RowEvHandlerName="ProformaRowChangeEventHandler" msprop:Generator_TableClassName="ProformaDataTable" msprop:Generator_TableVarName="tableProforma" msprop:Generator_RowDeletingName="ProformaRowDeleting" msprop:Generator_TablePropName="Proforma"> 
     652          <xs:complexType> 
     653            <xs:sequence> 
     654              <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"> 
     655                <xs:simpleType> 
     656                  <xs:restriction base="xs:string"> 
     657                    <xs:maxLength value="10" /> 
     658                  </xs:restriction> 
     659                </xs:simpleType> 
     660              </xs:element> 
    445661              <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" /> 
    446662              <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" /> 
     
    532748              <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" /> 
    533749              <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" /> 
     750              <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" /> 
    534751              <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" /> 
    535752              <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"> 
     
    581798                </xs:simpleType> 
    582799              </xs:element> 
    583               <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"> 
     800              <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"> 
    584801                <xs:simpleType> 
    585802                  <xs:restriction base="xs:string"> 
     
    588805                </xs:simpleType> 
    589806              </xs:element> 
    590               <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0"> 
    591                 <xs:simpleType> 
    592                   <xs:restriction base="xs:string"> 
    593                     <xs:maxLength value="250" /> 
    594                   </xs:restriction> 
    595                 </xs:simpleType> 
    596               </xs:element> 
    597               <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 
    598               <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" /> 
    599               <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" /> 
    600               <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" /> 
    601             </xs:sequence> 
    602           </xs:complexType> 
    603         </xs:element> 
    604         <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"> 
    605           <xs:complexType> 
    606             <xs:sequence> 
    607               <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" /> 
    608               <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" /> 
    609               <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" /> 
    610               <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" /> 
    611               <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"> 
    612                 <xs:simpleType> 
    613                   <xs:restriction base="xs:string"> 
    614                     <xs:maxLength value="100" /> 
    615                   </xs:restriction> 
    616                 </xs:simpleType> 
    617               </xs:element> 
    618               <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"> 
    619                 <xs:simpleType> 
    620                   <xs:restriction base="xs:string"> 
    621                     <xs:maxLength value="30" /> 
    622                   </xs:restriction> 
    623                 </xs:simpleType> 
    624               </xs:element> 
    625               <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
    626                 <xs:simpleType> 
    627                   <xs:restriction base="xs:string"> 
    628                     <xs:maxLength value="5" /> 
    629                   </xs:restriction> 
    630                 </xs:simpleType> 
    631               </xs:element> 
    632               <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" /> 
    633               <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" /> 
    634               <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" /> 
    635               <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" /> 
    636               <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" /> 
    637               <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" /> 
    638               <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" /> 
    639               <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" /> 
    640               <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" /> 
    641               <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" /> 
    642               <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" /> 
    643               <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" /> 
    644               <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" /> 
    645             </xs:sequence> 
    646           </xs:complexType> 
    647         </xs:element> 
    648         <xs:element name="Proforma" msprop:Generator_UserTableName="Proforma" msprop:Generator_RowDeletedName="ProformaRowDeleted" msprop:Generator_RowChangedName="ProformaRowChanged" msprop:Generator_RowClassName="ProformaRow" msprop:Generator_RowChangingName="ProformaRowChanging" msprop:Generator_RowEvArgName="ProformaRowChangeEvent" msprop:Generator_RowEvHandlerName="ProformaRowChangeEventHandler" msprop:Generator_TableClassName="ProformaDataTable" msprop:Generator_TableVarName="tableProforma" msprop:Generator_RowDeletingName="ProformaRowDeleting" msprop:Generator_TablePropName="Proforma"> 
    649           <xs:complexType> 
    650             <xs:sequence> 
    651               <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"> 
    652                 <xs:simpleType> 
    653                   <xs:restriction base="xs:string"> 
    654                     <xs:maxLength value="10" /> 
    655                   </xs:restriction> 
    656                 </xs:simpleType> 
    657               </xs:element> 
    658               <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" /> 
    659               <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" /> 
    660               <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"> 
    661                 <xs:simpleType> 
    662                   <xs:restriction base="xs:string"> 
    663                     <xs:maxLength value="8" /> 
    664                   </xs:restriction> 
    665                 </xs:simpleType> 
    666               </xs:element> 
    667               <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" /> 
    668               <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" /> 
    669               <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"> 
    670                 <xs:simpleType> 
    671                   <xs:restriction base="xs:string"> 
    672                     <xs:maxLength value="30" /> 
    673                   </xs:restriction> 
    674                 </xs:simpleType> 
    675               </xs:element> 
    676               <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" /> 
    677               <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" /> 
    678               <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" /> 
    679               <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"> 
    680                 <xs:simpleType> 
    681                   <xs:restriction base="xs:string"> 
    682                     <xs:maxLength value="30" /> 
    683                   </xs:restriction> 
    684                 </xs:simpleType> 
    685               </xs:element> 
    686               <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"> 
    687                 <xs:simpleType> 
    688                   <xs:restriction base="xs:string"> 
    689                     <xs:maxLength value="30" /> 
    690                   </xs:restriction> 
    691                 </xs:simpleType> 
    692               </xs:element> 
    693               <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 
    694                 <xs:simpleType> 
    695                   <xs:restriction base="xs:string"> 
    696                     <xs:maxLength value="1073741823" /> 
    697                   </xs:restriction> 
    698                 </xs:simpleType> 
    699               </xs:element> 
    700               <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"> 
    701                 <xs:simpleType> 
    702                   <xs:restriction base="xs:string"> 
    703                     <xs:maxLength value="20" /> 
    704                   </xs:restriction> 
    705                 </xs:simpleType> 
    706               </xs:element> 
    707               <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" /> 
    708               <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" /> 
    709               <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" /> 
    710               <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"> 
    711                 <xs:simpleType> 
    712                   <xs:restriction base="xs:string"> 
    713                     <xs:maxLength value="1073741823" /> 
    714                   </xs:restriction> 
    715                 </xs:simpleType> 
    716               </xs:element> 
    717               <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"> 
    718                 <xs:simpleType> 
    719                   <xs:restriction base="xs:string"> 
    720                     <xs:maxLength value="1073741823" /> 
    721                   </xs:restriction> 
    722                 </xs:simpleType> 
    723               </xs:element> 
    724               <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"> 
    725                 <xs:simpleType> 
    726                   <xs:restriction base="xs:string"> 
    727                     <xs:maxLength value="50" /> 
    728                   </xs:restriction> 
    729                 </xs:simpleType> 
    730               </xs:element> 
    731               <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"> 
    732                 <xs:simpleType> 
    733                   <xs:restriction base="xs:string"> 
    734                     <xs:maxLength value="50" /> 
    735                   </xs:restriction> 
    736                 </xs:simpleType> 
    737               </xs:element> 
    738               <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" /> 
    739               <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" /> 
    740               <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" /> 
    741               <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" /> 
    742               <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" /> 
    743               <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" /> 
    744               <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" /> 
    745               <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" /> 
    746               <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" /> 
    747               <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" /> 
    748               <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" /> 
    749               <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"> 
    750                 <xs:simpleType> 
    751                   <xs:restriction base="xs:string"> 
    752                     <xs:maxLength value="50" /> 
    753                   </xs:restriction> 
    754                 </xs:simpleType> 
    755               </xs:element> 
    756               <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" /> 
    757               <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" /> 
    758               <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" /> 
    759               <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"> 
    760                 <xs:simpleType> 
    761                   <xs:restriction base="xs:string"> 
    762                     <xs:maxLength value="4" /> 
    763                   </xs:restriction> 
    764                 </xs:simpleType> 
    765               </xs:element> 
    766               <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" /> 
    767               <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" /> 
    768               <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" /> 
    769               <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"> 
    770                 <xs:simpleType> 
    771                   <xs:restriction base="xs:string"> 
    772                     <xs:maxLength value="15" /> 
    773                   </xs:restriction> 
    774                 </xs:simpleType> 
    775               </xs:element> 
    776               <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0"> 
    777                 <xs:simpleType> 
    778                   <xs:restriction base="xs:string"> 
    779                     <xs:maxLength value="500" /> 
    780                   </xs:restriction> 
    781                 </xs:simpleType> 
    782               </xs:element> 
    783               <xs:element name="HASŁO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASŁO REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASŁO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASŁO_REKLAMOWEColumn" minOccurs="0"> 
    784                 <xs:simpleType> 
    785                   <xs:restriction base="xs:string"> 
    786                     <xs:maxLength value="100" /> 
    787                   </xs:restriction> 
    788                 </xs:simpleType> 
    789               </xs:element> 
    790               <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0"> 
    791                 <xs:simpleType> 
    792                   <xs:restriction base="xs:string"> 
    793                     <xs:maxLength value="5" /> 
    794                   </xs:restriction> 
    795                 </xs:simpleType> 
    796               </xs:element> 
    797               <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"> 
    798                 <xs:simpleType> 
    799                   <xs:restriction base="xs:string"> 
    800                     <xs:maxLength value="200" /> 
    801                   </xs:restriction> 
    802                 </xs:simpleType> 
    803               </xs:element> 
    804               <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0"> 
     807              <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0"> 
    805808                <xs:simpleType> 
    806809                  <xs:restriction base="xs:string"> 
     
    815818          <xs:complexType> 
    816819            <xs:sequence> 
     820              <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"> 
     821                <xs:simpleType> 
     822                  <xs:restriction base="xs:string"> 
     823                    <xs:maxLength value="10" /> 
     824                  </xs:restriction> 
     825                </xs:simpleType> 
     826              </xs:element> 
     827              <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
     828                <xs:simpleType> 
     829                  <xs:restriction base="xs:string"> 
     830                    <xs:maxLength value="5" /> 
     831                  </xs:restriction> 
     832                </xs:simpleType> 
     833              </xs:element> 
     834              <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 
     835                <xs:simpleType> 
     836                  <xs:restriction base="xs:string"> 
     837                    <xs:maxLength value="25" /> 
     838                  </xs:restriction> 
     839                </xs:simpleType> 
     840              </xs:element> 
     841              <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" /> 
     842              <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" /> 
     843              <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" /> 
     844              <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" /> 
     845              <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
     846                <xs:simpleType> 
     847                  <xs:restriction base="xs:string"> 
     848                    <xs:maxLength value="5" /> 
     849                  </xs:restriction> 
     850                </xs:simpleType> 
     851              </xs:element> 
     852              <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" /> 
     853              <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" /> 
     854              <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" /> 
     855              <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" /> 
     856              <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" /> 
     857              <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" /> 
     858              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 
     859                <xs:simpleType> 
     860                  <xs:restriction base="xs:string"> 
     861                    <xs:maxLength value="1000" /> 
     862                  </xs:restriction> 
     863                </xs:simpleType> 
     864              </xs:element> 
     865              <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" /> 
     866              <xs:element name="Imię" msprop:Generator_UserColumnName="Imię" msprop:Generator_ColumnVarNameInTable="columnImię" msprop:Generator_ColumnPropNameInRow="Imię" msprop:Generator_ColumnPropNameInTable="ImięColumn" minOccurs="0"> 
     867                <xs:simpleType> 
     868                  <xs:restriction base="xs:string"> 
     869                    <xs:maxLength value="50" /> 
     870                  </xs:restriction> 
     871                </xs:simpleType> 
     872              </xs:element> 
     873              <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0"> 
     874                <xs:simpleType> 
     875                  <xs:restriction base="xs:string"> 
     876                    <xs:maxLength value="50" /> 
     877                  </xs:restriction> 
     878                </xs:simpleType> 
     879              </xs:element> 
     880              <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"> 
     881                <xs:simpleType> 
     882                  <xs:restriction base="xs:string"> 
     883                    <xs:maxLength value="200" /> 
     884                  </xs:restriction> 
     885                </xs:simpleType> 
     886              </xs:element> 
     887              <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 
     888                <xs:simpleType> 
     889                  <xs:restriction base="xs:string"> 
     890                    <xs:maxLength value="50" /> 
     891                  </xs:restriction> 
     892                </xs:simpleType> 
     893              </xs:element> 
     894              <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0"> 
     895                <xs:simpleType> 
     896                  <xs:restriction base="xs:string"> 
     897                    <xs:maxLength value="50" /> 
     898                  </xs:restriction> 
     899                </xs:simpleType> 
     900              </xs:element> 
     901              <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0"> 
     902                <xs:simpleType> 
     903                  <xs:restriction base="xs:string"> 
     904                    <xs:maxLength value="50" /> 
     905                  </xs:restriction> 
     906                </xs:simpleType> 
     907              </xs:element> 
     908              <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 
     909                <xs:simpleType> 
     910                  <xs:restriction base="xs:string"> 
     911                    <xs:maxLength value="50" /> 
     912                  </xs:restriction> 
     913                </xs:simpleType> 
     914              </xs:element> 
     915              <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0"> 
     916                <xs:simpleType> 
     917                  <xs:restriction base="xs:string"> 
     918                    <xs:maxLength value="50" /> 
     919                  </xs:restriction> 
     920                </xs:simpleType> 
     921              </xs:element> 
     922              <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0"> 
     923                <xs:simpleType> 
     924                  <xs:restriction base="xs:string"> 
     925                    <xs:maxLength value="50" /> 
     926                  </xs:restriction> 
     927                </xs:simpleType> 
     928              </xs:element> 
     929              <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" /> 
     930              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0"> 
     931                <xs:simpleType> 
     932                  <xs:restriction base="xs:string"> 
     933                    <xs:maxLength value="500" /> 
     934                  </xs:restriction> 
     935                </xs:simpleType> 
     936              </xs:element> 
     937              <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"> 
     938                <xs:simpleType> 
     939                  <xs:restriction base="xs:string"> 
     940                    <xs:maxLength value="200" /> 
     941                  </xs:restriction> 
     942                </xs:simpleType> 
     943              </xs:element> 
     944              <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" /> 
     945              <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"> 
     946                <xs:simpleType> 
     947                  <xs:restriction base="xs:string"> 
     948                    <xs:maxLength value="4" /> 
     949                  </xs:restriction> 
     950                </xs:simpleType> 
     951              </xs:element> 
     952              <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" /> 
     953              <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" /> 
     954              <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" /> 
     955              <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"> 
     956                <xs:simpleType> 
     957                  <xs:restriction base="xs:string"> 
     958                    <xs:maxLength value="8" /> 
     959                  </xs:restriction> 
     960                </xs:simpleType> 
     961              </xs:element> 
     962              <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" /> 
     963              <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" /> 
     964              <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" /> 
     965              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
     966              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
     967                <xs:simpleType> 
     968                  <xs:restriction base="xs:string"> 
     969                    <xs:maxLength value="3" /> 
     970                  </xs:restriction> 
     971                </xs:simpleType> 
     972              </xs:element> 
     973              <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"> 
     974                <xs:simpleType> 
     975                  <xs:restriction base="xs:string"> 
     976                    <xs:maxLength value="15" /> 
     977                  </xs:restriction> 
     978                </xs:simpleType> 
     979              </xs:element> 
     980              <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0"> 
     981                <xs:simpleType> 
     982                  <xs:restriction base="xs:string"> 
     983                    <xs:maxLength value="250" /> 
     984                  </xs:restriction> 
     985                </xs:simpleType> 
     986              </xs:element> 
     987              <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" type="xs:string" minOccurs="0" /> 
     988            </xs:sequence> 
     989          </xs:complexType> 
     990        </xs:element> 
     991        <xs:element name="emisje" msprop:Generator_UserTableName="emisje" msprop:Generator_RowDeletedName="emisjeRowDeleted" msprop:Generator_RowChangedName="emisjeRowChanged" msprop:Generator_RowClassName="emisjeRow" msprop:Generator_RowChangingName="emisjeRowChanging" msprop:Generator_RowEvArgName="emisjeRowChangeEvent" msprop:Generator_RowEvHandlerName="emisjeRowChangeEventHandler" msprop:Generator_TableClassName="emisjeDataTable" msprop:Generator_TableVarName="tableemisje" msprop:Generator_RowDeletingName="emisjeRowDeleting" msprop:Generator_TablePropName="emisje"> 
     992          <xs:complexType> 
     993            <xs:sequence> 
     994              <xs:element name="ID" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:string" minOccurs="0" /> 
     995            </xs:sequence> 
     996          </xs:complexType> 
     997        </xs:element> 
     998        <xs:element name="FAKTURA_DETAILS2" msprop:Generator_UserTableName="FAKTURA_DETAILS2" msprop:Generator_RowDeletedName="FAKTURA_DETAILS2RowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILS2RowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILS2Row" msprop:Generator_RowChangingName="FAKTURA_DETAILS2RowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILS2RowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILS2RowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILS2DataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS2" msprop:Generator_RowDeletingName="FAKTURA_DETAILS2RowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS2"> 
     999          <xs:complexType> 
     1000            <xs:sequence> 
     1001              <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
     1002                <xs:simpleType> 
     1003                  <xs:restriction base="xs:string"> 
     1004                    <xs:maxLength value="5" /> 
     1005                  </xs:restriction> 
     1006                </xs:simpleType> 
     1007              </xs:element> 
     1008              <xs:element name="ILOSC" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" /> 
     1009              <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 
     1010              <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" /> 
     1011              <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 
     1012              <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 
     1013              <xs:element name="SYMB" msprop:Generator_UserColumnName="SYMB" msprop:Generator_ColumnPropNameInRow="SYMB" msprop:Generator_ColumnVarNameInTable="columnSYMB" msprop:Generator_ColumnPropNameInTable="SYMBColumn" minOccurs="0"> 
     1014                <xs:simpleType> 
     1015                  <xs:restriction base="xs:string"> 
     1016                    <xs:maxLength value="50" /> 
     1017                  </xs:restriction> 
     1018                </xs:simpleType> 
     1019              </xs:element> 
     1020              <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" /> 
     1021              <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"> 
     1022                <xs:simpleType> 
     1023                  <xs:restriction base="xs:string"> 
     1024                    <xs:maxLength value="100" /> 
     1025                  </xs:restriction> 
     1026                </xs:simpleType> 
     1027              </xs:element> 
     1028              <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" /> 
     1029              <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" /> 
     1030              <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" /> 
     1031              <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" /> 
     1032            </xs:sequence> 
     1033          </xs:complexType> 
     1034        </xs:element> 
     1035        <xs:element name="InvoiceProvider" msprop:Generator_UserTableName="InvoiceProvider" msprop:Generator_RowDeletedName="InvoiceProviderRowDeleted" msprop:Generator_RowChangedName="InvoiceProviderRowChanged" msprop:Generator_RowClassName="InvoiceProviderRow" msprop:Generator_RowChangingName="InvoiceProviderRowChanging" msprop:Generator_RowEvArgName="InvoiceProviderRowChangeEvent" msprop:Generator_RowEvHandlerName="InvoiceProviderRowChangeEventHandler" msprop:Generator_TableClassName="InvoiceProviderDataTable" msprop:Generator_TableVarName="tableInvoiceProvider" msprop:Generator_RowDeletingName="InvoiceProviderRowDeleting" msprop:Generator_TablePropName="InvoiceProvider"> 
     1036          <xs:complexType> 
     1037            <xs:sequence> 
     1038              <xs:element name="Id" msprop:Generator_UserColumnName="Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" type="xs:int" /> 
     1039              <xs:element name="ShortName" msprop:Generator_UserColumnName="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn"> 
     1040                <xs:simpleType> 
     1041                  <xs:restriction base="xs:string"> 
     1042                    <xs:maxLength value="50" /> 
     1043                  </xs:restriction> 
     1044                </xs:simpleType> 
     1045              </xs:element> 
     1046              <xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" minOccurs="0"> 
     1047                <xs:simpleType> 
     1048                  <xs:restriction base="xs:string"> 
     1049                    <xs:maxLength value="100" /> 
     1050                  </xs:restriction> 
     1051                </xs:simpleType> 
     1052              </xs:element> 
     1053              <xs:element name="Street" msprop:Generator_UserColumnName="Street" msprop:Generator_ColumnVarNameInTable="columnStreet" msprop:Generator_ColumnPropNameInRow="Street" msprop:Generator_ColumnPropNameInTable="StreetColumn" minOccurs="0"> 
     1054                <xs:simpleType> 
     1055                  <xs:restriction base="xs:string"> 
     1056                    <xs:maxLength value="50" /> 
     1057                  </xs:restriction> 
     1058                </xs:simpleType> 
     1059              </xs:element> 
     1060              <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 
     1061                <xs:simpleType> 
     1062                  <xs:restriction base="xs:string"> 
     1063                    <xs:maxLength value="50" /> 
     1064                  </xs:restriction> 
     1065                </xs:simpleType> 
     1066              </xs:element> 
     1067              <xs:element name="PostCode" msprop:Generator_UserColumnName="PostCode" msprop:Generator_ColumnVarNameInTable="columnPostCode" msprop:Generator_ColumnPropNameInRow="PostCode" msprop:Generator_ColumnPropNameInTable="PostCodeColumn" minOccurs="0"> 
     1068                <xs:simpleType> 
     1069                  <xs:restriction base="xs:string"> 
     1070                    <xs:maxLength value="50" /> 
     1071                  </xs:restriction> 
     1072                </xs:simpleType> 
     1073              </xs:element> 
     1074              <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 
     1075                <xs:simpleType> 
     1076                  <xs:restriction base="xs:string"> 
     1077                    <xs:maxLength value="50" /> 
     1078                  </xs:restriction> 
     1079                </xs:simpleType> 
     1080              </xs:element> 
     1081              <xs:element name="Phone" msprop:Generator_UserColumnName="Phone" msprop:Generator_ColumnVarNameInTable="columnPhone" msprop:Generator_ColumnPropNameInRow="Phone" msprop:Generator_ColumnPropNameInTable="PhoneColumn" minOccurs="0"> 
     1082                <xs:simpleType> 
     1083                  <xs:restriction base="xs:string"> 
     1084                    <xs:maxLength value="50" /> 
     1085                  </xs:restriction> 
     1086                </xs:simpleType> 
     1087              </xs:element> 
     1088              <xs:element name="TaxNumber" msprop:Generator_UserColumnName="TaxNumber" msprop:Generator_ColumnVarNameInTable="columnTaxNumber" msprop:Generator_ColumnPropNameInRow="TaxNumber" msprop:Generator_ColumnPropNameInTable="TaxNumberColumn" minOccurs="0"> 
     1089                <xs:simpleType> 
     1090                  <xs:restriction base="xs:string"> 
     1091                    <xs:maxLength value="50" /> 
     1092                  </xs:restriction> 
     1093                </xs:simpleType> 
     1094              </xs:element> 
     1095              <xs:element name="TaxCountryPrefix" msprop:Generator_UserColumnName="TaxCountryPrefix" msprop:Generator_ColumnVarNameInTable="columnTaxCountryPrefix" msprop:Generator_ColumnPropNameInRow="TaxCountryPrefix" msprop:Generator_ColumnPropNameInTable="TaxCountryPrefixColumn" minOccurs="0"> 
     1096                <xs:simpleType> 
     1097                  <xs:restriction base="xs:string"> 
     1098                    <xs:maxLength value="5" /> 
     1099                  </xs:restriction> 
     1100                </xs:simpleType> 
     1101              </xs:element> 
     1102              <xs:element name="SystemKsiegowyId" msprop:Generator_UserColumnName="SystemKsiegowyId" msprop:Generator_ColumnVarNameInTable="columnSystemKsiegowyId" msprop:Generator_ColumnPropNameInRow="SystemKsiegowyId" msprop:Generator_ColumnPropNameInTable="SystemKsiegowyIdColumn" type="xs:unsignedByte" minOccurs="0" /> 
     1103            </xs:sequence> 
     1104          </xs:complexType> 
     1105        </xs:element> 
     1106        <xs:element name="Zamowienie2" msprop:Generator_UserTableName="Zamowienie2" msprop:Generator_RowDeletedName="Zamowienie2RowDeleted" msprop:Generator_RowChangedName="Zamowienie2RowChanged" msprop:Generator_RowClassName="Zamowienie2Row" msprop:Generator_RowChangingName="Zamowienie2RowChanging" msprop:Generator_RowEvArgName="Zamowienie2RowChangeEvent" msprop:Generator_RowEvHandlerName="Zamowienie2RowChangeEventHandler" msprop:Generator_TableClassName="Zamowienie2DataTable" msprop:Generator_TableVarName="tableZamowienie2" msprop:Generator_RowDeletingName="Zamowienie2RowDeleting" msprop:Generator_TablePropName="Zamowienie2"> 
     1107          <xs:complexType> 
     1108            <xs:sequence> 
    8171109              <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"> 
    8181110                <xs:simpleType> 
     
    8531145              <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" /> 
    8541146              <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" /> 
    855               <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 
     1147              <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:nullValue="_null" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" msprop:Generator_ColumnVarNameInTable="columnINFO" minOccurs="0"> 
    8561148                <xs:simpleType> 
    8571149                  <xs:restriction base="xs:string"> 
     
    8891181                </xs:simpleType> 
    8901182              </xs:element> 
     1183              <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
     1184                <xs:simpleType> 
     1185                  <xs:restriction base="xs:string"> 
     1186                    <xs:maxLength value="3" /> 
     1187                  </xs:restriction> 
     1188                </xs:simpleType> 
     1189              </xs:element> 
    8911190              <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0"> 
    8921191                <xs:simpleType> 
     
    9251224              </xs:element> 
    9261225              <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" /> 
     1226              <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" /> 
     1227              <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" /> 
    9271228              <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0"> 
    9281229                <xs:simpleType> 
     
    9321233                </xs:simpleType> 
    9331234              </xs:element> 
     1235              <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" /> 
     1236              <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"> 
     1237                <xs:simpleType> 
     1238                  <xs:restriction base="xs:string"> 
     1239                    <xs:maxLength value="8" /> 
     1240                  </xs:restriction> 
     1241                </xs:simpleType> 
     1242              </xs:element> 
     1243              <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" /> 
     1244              <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" /> 
    9341245              <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"> 
    9351246                <xs:simpleType> 
     
    9391250                </xs:simpleType> 
    9401251              </xs:element> 
    941               <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" /> 
    942               <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"> 
     1252              <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0"> 
     1253                <xs:simpleType> 
     1254                  <xs:restriction base="xs:string"> 
     1255                    <xs:maxLength value="250" /> 
     1256                  </xs:restriction> 
     1257                </xs:simpleType> 
     1258              </xs:element> 
     1259              <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" /> 
     1260              <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"> 
    9431261                <xs:simpleType> 
    9441262                  <xs:restriction base="xs:string"> 
     
    9471265                </xs:simpleType> 
    9481266              </xs:element> 
    949               <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" /> 
    950               <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" /> 
    951               <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" /> 
    952               <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"> 
    953                 <xs:simpleType> 
    954                   <xs:restriction base="xs:string"> 
    955                     <xs:maxLength value="8" /> 
    956                   </xs:restriction> 
    957                 </xs:simpleType> 
    958               </xs:element> 
    959               <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" /> 
    960               <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" /> 
    961               <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" /> 
    962               <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
    963               <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
    964                 <xs:simpleType> 
    965                   <xs:restriction base="xs:string"> 
    966                     <xs:maxLength value="3" /> 
    967                   </xs:restriction> 
    968                 </xs:simpleType> 
    969               </xs:element> 
    970               <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"> 
     1267              <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" /> 
     1268              <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
     1269              <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"> 
    9711270                <xs:simpleType> 
    9721271                  <xs:restriction base="xs:string"> 
     
    9751274                </xs:simpleType> 
    9761275              </xs:element> 
    977               <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0"> 
    978                 <xs:simpleType> 
    979                   <xs:restriction base="xs:string"> 
    980                     <xs:maxLength value="250" /> 
    981                   </xs:restriction> 
    982                 </xs:simpleType> 
    983               </xs:element> 
    984               <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" type="xs:string" minOccurs="0" /> 
    985             </xs:sequence> 
    986           </xs:complexType> 
    987         </xs:element> 
    988         <xs:element name="emisje" msprop:Generator_UserTableName="emisje" msprop:Generator_RowDeletedName="emisjeRowDeleted" msprop:Generator_RowChangedName="emisjeRowChanged" msprop:Generator_RowClassName="emisjeRow" msprop:Generator_RowChangingName="emisjeRowChanging" msprop:Generator_RowEvArgName="emisjeRowChangeEvent" msprop:Generator_RowEvHandlerName="emisjeRowChangeEventHandler" msprop:Generator_TableClassName="emisjeDataTable" msprop:Generator_TableVarName="tableemisje" msprop:Generator_RowDeletingName="emisjeRowDeleting" msprop:Generator_TablePropName="emisje"> 
    989           <xs:complexType> 
    990             <xs:sequence> 
    991               <xs:element name="ID" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:string" minOccurs="0" /> 
    992             </xs:sequence> 
    993           </xs:complexType> 
    994         </xs:element> 
    995         <xs:element name="FAKTURA_DETAILS2" msprop:Generator_UserTableName="FAKTURA_DETAILS2" msprop:Generator_RowDeletedName="FAKTURA_DETAILS2RowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILS2RowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILS2Row" msprop:Generator_RowChangingName="FAKTURA_DETAILS2RowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILS2RowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILS2RowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILS2DataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS2" msprop:Generator_RowDeletingName="FAKTURA_DETAILS2RowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS2"> 
    996           <xs:complexType> 
    997             <xs:sequence> 
    998               <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 
    999                 <xs:simpleType> 
    1000                   <xs:restriction base="xs:string"> 
    1001                     <xs:maxLength value="5" /> 
    1002                   </xs:restriction> 
    1003                 </xs:simpleType> 
    1004               </xs:element> 
    1005               <xs:element name="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" /> 
    1006               <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 
    1007               <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" /> 
    1008               <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 
    1009               <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 
    1010               <xs:element name="SYMB" msprop:Generator_UserColumnName="SYMB" msprop:Generator_ColumnVarNameInTable="columnSYMB" msprop:Generator_ColumnPropNameInRow="SYMB" msprop:Generator_ColumnPropNameInTable="SYMBColumn" minOccurs="0"> 
    1011                 <xs:simpleType> 
    1012                   <xs:restriction base="xs:string"> 
    1013                     <xs:maxLength value="50" /> 
    1014                   </xs:restriction> 
    1015                 </xs:simpleType> 
    1016               </xs:element> 
    1017               <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" /> 
    1018               <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"> 
    1019                 <xs:simpleType> 
    1020                   <xs:restriction base="xs:string"> 
    1021                     <xs:maxLength value="100" /> 
    1022                   </xs:restriction> 
    1023                 </xs:simpleType> 
    1024               </xs:element> 
    1025               <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" /> 
    1026               <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" /> 
    1027               <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" /> 
    1028             </xs:sequence> 
    1029           </xs:complexType> 
    1030         </xs:element> 
    1031         <xs:element name="InvoiceProvider" msprop:Generator_UserTableName="InvoiceProvider" msprop:Generator_RowDeletedName="InvoiceProviderRowDeleted" msprop:Generator_RowChangedName="InvoiceProviderRowChanged" msprop:Generator_RowClassName="InvoiceProviderRow" msprop:Generator_RowChangingName="InvoiceProviderRowChanging" msprop:Generator_RowEvArgName="InvoiceProviderRowChangeEvent" msprop:Generator_RowEvHandlerName="InvoiceProviderRowChangeEventHandler" msprop:Generator_TableClassName="InvoiceProviderDataTable" msprop:Generator_TableVarName="tableInvoiceProvider" msprop:Generator_RowDeletingName="InvoiceProviderRowDeleting" msprop:Generator_TablePropName="InvoiceProvider"> 
    1032           <xs:complexType> 
    1033             <xs:sequence> 
    1034               <xs:element name="Id" msprop:Generator_UserColumnName="Id" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInTable="IdColumn" type="xs:int" /> 
    1035               <xs:element name="ShortName" msprop:Generator_UserColumnName="ShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn"> 
    1036                 <xs:simpleType> 
    1037                   <xs:restriction base="xs:string"> 
    1038                     <xs:maxLength value="50" /> 
    1039                   </xs:restriction> 
    1040                 </xs:simpleType> 
    1041               </xs:element> 
    1042               <xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInTable="NameColumn" minOccurs="0"> 
    1043                 <xs:simpleType> 
    1044                   <xs:restriction base="xs:string"> 
    1045                     <xs:maxLength value="100" /> 
    1046                   </xs:restriction> 
    1047                 </xs:simpleType> 
    1048               </xs:element> 
    1049               <xs:element name="Street" msprop:Generator_UserColumnName="Street" msprop:Generator_ColumnPropNameInRow="Street" msprop:Generator_ColumnVarNameInTable="columnStreet" msprop:Generator_ColumnPropNameInTable="StreetColumn" minOccurs="0"> 
    1050                 <xs:simpleType> 
    1051                   <xs:restriction base="xs:string"> 
    1052                     <xs:maxLength value="50" /> 
    1053                   </xs:restriction> 
    1054                 </xs:simpleType> 
    1055               </xs:element> 
    1056               <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 
    1057                 <xs:simpleType> 
    1058                   <xs:restriction base="xs:string"> 
    1059                     <xs:maxLength value="50" /> 
    1060                   </xs:restriction> 
    1061                 </xs:simpleType> 
    1062               </xs:element> 
    1063               <xs:element name="PostCode" msprop:Generator_UserColumnName="PostCode" msprop:Generator_ColumnPropNameInRow="PostCode" msprop:Generator_ColumnVarNameInTable="columnPostCode" msprop:Generator_ColumnPropNameInTable="PostCodeColumn" minOccurs="0"> 
    1064                 <xs:simpleType> 
    1065                   <xs:restriction base="xs:string"> 
    1066                     <xs:maxLength value="50" /> 
    1067                   </xs:restriction> 
    1068                 </xs:simpleType> 
    1069               </xs:element> 
    1070               <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 
    1071                 <xs:simpleType> 
    1072                   <xs:restriction base="xs:string"> 
    1073                     <xs:maxLength value="50" /> 
    1074                   </xs:restriction> 
    1075                 </xs:simpleType> 
    1076               </xs:element> 
    1077               <xs:element name="Phone" msprop:Generator_UserColumnName="Phone" msprop:Generator_ColumnPropNameInRow="Phone" msprop:Generator_ColumnVarNameInTable="columnPhone" msprop:Generator_ColumnPropNameInTable="PhoneColumn" minOccurs="0"> 
    1078                 <xs:simpleType> 
    1079                   <xs:restriction base="xs:string"> 
    1080                     <xs:maxLength value="50" /> 
    1081                   </xs:restriction> 
    1082                 </xs:simpleType> 
    1083               </xs:element> 
    1084               <xs:element name="TaxNumber" msprop:Generator_UserColumnName="TaxNumber" msprop:Generator_ColumnPropNameInRow="TaxNumber" msprop:Generator_ColumnVarNameInTable="columnTaxNumber" msprop:Generator_ColumnPropNameInTable="TaxNumberColumn" minOccurs="0"> 
    1085                 <xs:simpleType> 
    1086                   <xs:restriction base="xs:string"> 
    1087                     <xs:maxLength value="50" /> 
    1088                   </xs:restriction> 
    1089                 </xs:simpleType> 
    1090               </xs:element> 
    1091               <xs:element name="TaxCountryPrefix" msprop:Generator_UserColumnName="TaxCountryPrefix" msprop:Generator_ColumnPropNameInRow="TaxCountryPrefix" msprop:Generator_ColumnVarNameInTable="columnTaxCountryPrefix" msprop:Generator_ColumnPropNameInTable="TaxCountryPrefixColumn" minOccurs="0"> 
    1092                 <xs:simpleType> 
    1093                   <xs:restriction base="xs:string"> 
    1094                     <xs:maxLength value="5" /> 
    1095                   </xs:restriction> 
    1096                 </xs:simpleType> 
    1097               </xs:element> 
    1098               <xs:element name="SystemKsiegowyId" msprop:Generator_UserColumnName="SystemKsiegowyId" msprop:Generator_ColumnPropNameInRow="SystemKsiegowyId" msprop:Generator_ColumnVarNameInTable="columnSystemKsiegowyId" msprop:Generator_ColumnPropNameInTable="SystemKsiegowyIdColumn" type="xs:unsignedByte" minOccurs="0" /> 
    1099             </xs:sequence> 
    1100           </xs:complexType> 
    1101         </xs:element> 
    1102         <xs:element name="Zamowienie2" msprop:Generator_UserTableName="Zamowienie2" msprop:Generator_RowDeletedName="Zamowienie2RowDeleted" msprop:Generator_RowChangedName="Zamowienie2RowChanged" msprop:Generator_RowClassName="Zamowienie2Row" msprop:Generator_RowChangingName="Zamowienie2RowChanging" msprop:Generator_RowEvArgName="Zamowienie2RowChangeEvent" msprop:Generator_RowEvHandlerName="Zamowienie2RowChangeEventHandler" msprop:Generator_TableClassName="Zamowienie2DataTable" msprop:Generator_TableVarName="tableZamowienie2" msprop:Generator_RowDeletingName="Zamowienie2RowDeleting" msprop:Generator_TablePropName="Zamowienie2"> 
    1103           <xs:complexType> 
    1104             <xs:sequence> 
    1105               <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"> 
    1106                 <xs:simpleType> 
    1107                   <xs:restriction base="xs:string"> 
    1108                     <xs:maxLength value="10" /> 
    1109                   </xs:restriction> 
    1110                 </xs:simpleType> 
    1111               </xs:element> 
    1112               <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 
    1113                 <xs:simpleType> 
    1114                   <xs:restriction base="xs:string"> 
    1115                     <xs:maxLength value="5" /> 
    1116                   </xs:restriction> 
    1117                 </xs:simpleType> 
    1118               </xs:element> 
    1119               <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 
    1120                 <xs:simpleType> 
    1121                   <xs:restriction base="xs:string"> 
    1122                     <xs:maxLength value="25" /> 
    1123                   </xs:restriction> 
    1124                 </xs:simpleType> 
    1125               </xs:element> 
    1126               <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" /> 
    1127               <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" /> 
    1128               <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" /> 
    1129               <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" /> 
    1130               <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 
    1131                 <xs:simpleType> 
    1132                   <xs:restriction base="xs:string"> 
    1133                     <xs:maxLength value="5" /> 
    1134                   </xs:restriction> 
    1135                 </xs:simpleType> 
    1136               </xs:element> 
    1137               <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" /> 
    1138               <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" /> 
    1139               <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" /> 
    1140               <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" /> 
    1141               <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" /> 
    1142               <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" /> 
    1143               <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:nullValue="_null" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" msprop:Generator_ColumnVarNameInTable="columnINFO" minOccurs="0"> 
    1144                 <xs:simpleType> 
    1145                   <xs:restriction base="xs:string"> 
    1146                     <xs:maxLength value="1000" /> 
    1147                   </xs:restriction> 
    1148                 </xs:simpleType> 
    1149               </xs:element> 
    1150               <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" /> 
    1151               <xs:element name="Imię" msprop:Generator_UserColumnName="Imię" msprop:Generator_ColumnVarNameInTable="columnImię" msprop:Generator_ColumnPropNameInRow="Imię" msprop:Generator_ColumnPropNameInTable="ImięColumn" minOccurs="0"> 
    1152                 <xs:simpleType> 
    1153                   <xs:restriction base="xs:string"> 
    1154                     <xs:maxLength value="50" /> 
    1155                   </xs:restriction> 
    1156                 </xs:simpleType> 
    1157               </xs:element> 
    1158               <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0"> 
    1159                 <xs:simpleType> 
    1160                   <xs:restriction base="xs:string"> 
    1161                     <xs:maxLength value="50" /> 
    1162                   </xs:restriction> 
    1163                 </xs:simpleType> 
    1164               </xs:element> 
    1165               <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"> 
    1166                 <xs:simpleType> 
    1167                   <xs:restriction base="xs:string"> 
    1168                     <xs:maxLength value="200" /> 
    1169                   </xs:restriction> 
    1170                 </xs:simpleType> 
    1171               </xs:element> 
    1172               <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 
    1173                 <xs:simpleType> 
    1174                   <xs:restriction base="xs:string"> 
    1175                     <xs:maxLength value="50" /> 
    1176                   </xs:restriction> 
    1177                 </xs:simpleType> 
    1178               </xs:element> 
    1179               <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 
    1180                 <xs:simpleType> 
    1181                   <xs:restriction base="xs:string"> 
    1182                     <xs:maxLength value="3" /> 
    1183                   </xs:restriction> 
    1184                 </xs:simpleType> 
    1185               </xs:element> 
    1186               <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0"> 
    1187                 <xs:simpleType> 
    1188                   <xs:restriction base="xs:string"> 
    1189                     <xs:maxLength value="50" /> 
    1190                   </xs:restriction> 
    1191                 </xs:simpleType> 
    1192               </xs:element> 
    1193               <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0"> 
    1194                 <xs:simpleType> 
    1195                   <xs:restriction base="xs:string"> 
    1196                     <xs:maxLength value="50" /> 
    1197                   </xs:restriction> 
    1198                 </xs:simpleType> 
    1199               </xs:element> 
    1200               <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 
    1201                 <xs:simpleType> 
    1202                   <xs:restriction base="xs:string"> 
    1203                     <xs:maxLength value="50" /> 
    1204                   </xs:restriction> 
    1205                 </xs:simpleType> 
    1206               </xs:element> 
    1207               <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0"> 
    1208                 <xs:simpleType> 
    1209                   <xs:restriction base="xs:string"> 
    1210                     <xs:maxLength value="50" /> 
    1211                   </xs:restriction> 
    1212                 </xs:simpleType> 
    1213               </xs:element> 
    1214               <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0"> 
    1215                 <xs:simpleType> 
    1216                   <xs:restriction base="xs:string"> 
    1217                     <xs:maxLength value="50" /> 
    1218                   </xs:restriction> 
    1219                 </xs:simpleType> 
    1220               </xs:element> 
    1221               <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" /> 
    1222               <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" /> 
    1223               <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" /> 
    1224               <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0"> 
    1225                 <xs:simpleType> 
    1226                   <xs:restriction base="xs:string"> 
    1227                     <xs:maxLength value="500" /> 
    1228                   </xs:restriction> 
    1229                 </xs:simpleType> 
    1230               </xs:element> 
    1231               <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" /> 
    1232               <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"> 
    1233                 <xs:simpleType> 
    1234                   <xs:restriction base="xs:string"> 
    1235                     <xs:maxLength value="8" /> 
    1236                   </xs:restriction> 
    1237                 </xs:simpleType> 
    1238               </xs:element> 
    1239               <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" /> 
    1240               <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" /> 
    1241               <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"> 
    1242                 <xs:simpleType> 
    1243                   <xs:restriction base="xs:string"> 
    1244                     <xs:maxLength value="200" /> 
    1245                   </xs:restriction> 
    1246                 </xs:simpleType> 
    1247               </xs:element> 
    1248               <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0"> 
    1249                 <xs:simpleType> 
    1250                   <xs:restriction base="xs:string"> 
    1251                     <xs:maxLength value="250" /> 
    1252                   </xs:restriction> 
    1253                 </xs:simpleType> 
    1254               </xs:element> 
    1255               <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" /> 
    1256               <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"> 
    1257                 <xs:simpleType> 
    1258                   <xs:restriction base="xs:string"> 
    1259                     <xs:maxLength value="4" /> 
    1260                   </xs:restriction> 
    1261                 </xs:simpleType> 
    1262               </xs:element> 
    1263               <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" /> 
    1264               <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 
    1265               <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"> 
    1266                 <xs:simpleType> 
    1267                   <xs:restriction base="xs:string"> 
    1268                     <xs:maxLength value="15" /> 
    1269                   </xs:restriction> 
    1270                 </xs:simpleType> 
    1271               </xs:element> 
    1272               <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" minOccurs="0"> 
     1276              <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" minOccurs="0"> 
    12731277                <xs:simpleType> 
    12741278                  <xs:restriction base="xs:string"> 
     
    12771281                </xs:simpleType> 
    12781282              </xs:element> 
    1279               <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0"> 
     1283              <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0"> 
    12801284                <xs:simpleType> 
    12811285                  <xs:restriction base="xs:string"> 
     
    12841288                </xs:simpleType> 
    12851289              </xs:element> 
    1286               <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" minOccurs="0" /> 
     1290              <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" minOccurs="0" /> 
    12871291            </xs:sequence> 
    12881292          </xs:complexType>