10511

ID10511
Data2021-03-15
Symbol2021/03/15/10511
InstytucjaZakład Ubezpieczeń Społecznych
NazwaWniosek płatnika składek o wydanie zaświadczenia o niezaleganiu w opłacaniu składek - RWN
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2020/346/16b/1
  • Art. 16b ust. 1 ustawy z dnia 17 lutego 2005 r. o informatyzacji działalności podmiotów realizujących zadania publiczne

    Pliki

    Schemat

    <?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://crd.gov.pl/wzor/2021/03/15/10511/" targetNamespace="http://crd.gov.pl/wzor/2021/03/15/10511/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    	<xs:import namespace="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" schemaLocation="http://crd.gov.pl/xml/schematy/adres/2009/11/09/adres.xsd"/>
    	<xs:import namespace="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/osoba.xsd"/>
    	<xs:import namespace="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/meta/2009/11/16/meta.xsd"/>
    	<xs:import namespace="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/instytucja.xsd"/>
    	<xs:import namespace="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/struktura.xsd"/>
    	<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
    	<xs:element name="Dokument" type="DokumentTyp"/>
    	<xs:complexType name="DokumentTyp">
    		<xs:sequence>
    			<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
    			<xs:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
    			<xs:element name="TrescDokumentu" type="TrescDokumentuTyp"/>
    			<xs:element ref="ds:Signature" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="TrescDokumentuTyp">
    		<xs:complexContent>
    			<xs:extension base="str:TrescDokumentuTyp">
    				<xs:sequence>
    					<xs:element name="DaneWnioskodawcy" type="DaneWnioskodawcyTyp"/>
    					<xs:element name="LiczbaZaswiadczen" type="LiczbaZaswiadczenTyp" minOccurs="0"/>
    					<xs:element name="Data" type="xs:date" minOccurs="0"/>
    					<xs:element name="Zalaczniki" type="str:ZalacznikiTyp" minOccurs="0"/>
    				</xs:sequence>
    			</xs:extension>
    		</xs:complexContent>
    	</xs:complexType>
    	<xs:complexType name="DaneWnioskodawcyTyp">
    		<xs:sequence>
    			<xs:element name="NIP" type="NIPTyp" minOccurs="0"/>
    			<xs:element name="REGON" type="REGONTyp" minOccurs="0"/>
    			<xs:element name="PESEL" type="PESELTyp" minOccurs="0"/>
    			<xs:element name="RodzajDokumentu" type="RodzajDokumentuTyp" minOccurs="0">
    				<xs:annotation>
    					<xs:documentation>1-dowód osobisty; 2-paszport</xs:documentation>
    				</xs:annotation>
    			</xs:element>
    			<xs:element name="SeriaINumerDokumentu" type="NrDowoduTozsamosciTyp" minOccurs="0"/>
    			<xs:element name="DataUrodzenia" type="xs:date" minOccurs="0"/>
    			<xs:element name="Imie" type="ImieTyp" minOccurs="0"/>
    			<xs:element name="Nazwisko" type="NazwiskoTyp" minOccurs="0"/>
    			<xs:element name="NazwaSkrocona" type="NazwaSkroconaTyp" minOccurs="0"/>
    			<xs:element name="Adres" type="AdresTyp" minOccurs="0"/>
    			<xs:element name="NumerTelefonu" type="TelefonTyp" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="AdresTyp">
    		<xs:sequence>
    			<xs:element name="Ulica" type="UlicaTyp" minOccurs="0"/>
    			<xs:element name="NumerDomu" type="NumerDomuTyp" minOccurs="0"/>
    			<xs:element name="NumerLokalu" type="NumerLokaluTyp" minOccurs="0"/>
    			<xs:element name="KodPocztowy" type="ZagranicznyKodPocztowyTyp" minOccurs="0"/>
    			<xs:element name="Miejscowosc" type="MiejscowoscTyp" minOccurs="0"/>
    			<xs:element name="NazwaPanstwa" type="NazwaPanstwaTyp" minOccurs="0"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:simpleType name="TelefonTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="15"/>
    			<xs:pattern value="[+\- \(\)0-9]{0,15}"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="ZagranicznyKodPocztowyTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="12"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NumerLokaluTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="7"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NazwaSkroconaTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="31"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NazwiskoTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="31"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="ImieTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="22"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NrDowoduTozsamosciTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="15"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="PESELTyp">
    		<xs:restriction base="xs:string">
    			<xs:pattern value="|\d{11}"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="REGONTyp">
    		<xs:restriction base="xs:string">
    			<xs:pattern value="|\d{14}|\d{9}"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NIPTyp">
    		<xs:restriction base="xs:string">
    			<xs:pattern value="|\d{10}"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NazwaPanstwaTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="22"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="UlicaTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="30"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="NumerDomuTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="10"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="LiczbaZaswiadczenTyp">
    		<xs:restriction base="xs:integer">
    			<xs:minInclusive value="1"/>
    			<xs:maxInclusive value="9"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="RodzajDokumentuTyp">
    		<xs:restriction base="xs:string">
    			<xs:enumeration value="1"/>
    			<xs:enumeration value="2"/>
    		</xs:restriction>
    	</xs:simpleType>
    	<xs:simpleType name="MiejscowoscTyp">
    		<xs:restriction base="xs:string">
    			<xs:maxLength value="26"/>
    		</xs:restriction>
    	</xs:simpleType>
    </xs:schema>