10940
ID | 10940 |
Data | 2021-09-28 |
Symbol | 2021/09/28/10940 |
Instytucja | Kancelaria Prezesa Rady Ministrów |
Nazwa | Wniosek o utworzenie adresu i skrzynki do doręczeń elektronicznych dla podmiotów publicznych. |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2021/09/28/10940/" 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:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://crd.gov.pl/wzor/2021/09/28/10940/" attributeFormDefault="unqualified" elementFormDefault="qualified">
<!-- Version 1.0-->
<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/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/struktura/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/struktura.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/meta/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/meta/2009/11/16/meta.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="wnio: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="wnio:TrescDokumentuTyp"/>
<xs:element ref="ds:Signature" maxOccurs="unbounded" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrescDokumentuTyp">
<xs:complexContent>
<xs:extension base="str:TrescDokumentuTyp">
<xs:sequence>
<xs:element ref="wnio:DataZlozeniaWniosku"/>
<xs:element name="TypAdresu" type="wnio:TypAdresuTyp"/>
<xs:element name="Wlasciciel" type="wnio:WlascicielTyp"/>
<xs:element name="Admin" type="wnio:AdminTyp"/>
<xs:element name="Reprezentant" type="wnio:ReprezentantTyp" minOccurs="0"/>
<xs:element name="AdresKorespondencyjny" type="wnio:AdresTyp"/>
<xs:element name="AdresSiedziby" type="wnio:AdresTyp"/>
<xs:element ref="str:Zalaczniki" minOccurs="0"/>
<xs:element name="PowodZwolnieniaZOplaty" type="wnio:ZwolnienieZOplatyTyp" minOccurs="0"/>
<xs:element name="NazwaProcesu" type="wnio:NazwaProcesuTyp"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="TypAdresuTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="main"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="WlascicielTyp">
<xs:sequence>
<xs:element name="IdentyfikatoryPodmiotu" type="wnio:IdentyfikatoryPodmiotuTyp"/>
<xs:element name="StatusNIP" type="xs:string" minOccurs="0"/>
<xs:element ref="oso:Imie" minOccurs="0"/>
<xs:element ref="oso:Nazwisko" minOccurs="0" maxOccurs="3"/>
<xs:element name="Subkontekst" type="wnio:WlascicielSubkontekstTyp"/>
<xs:element name="TytulZawodowy" type="str:Tekst65Typ" minOccurs="0"/>
<xs:element name="NazwaFirmy" type="str:Tekst200Typ" minOccurs="0"/>
<xs:element name="Rola" type="wnio:RolaTyp"/>
<xs:element ref="adr:Email"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IdentyfikatoryPodmiotuTyp">
<xs:sequence>
<xs:element ref="oso:NIP" minOccurs="0"/>
<xs:element ref="inst:REGON"/>
<xs:element ref="inst:KRS" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="WlascicielSubkontekstTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="organizacja"/>
<xs:enumeration value="komornik"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RolaTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="reprezentant"/>
<xs:enumeration value="pełnomocnik"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="AdminTyp">
<xs:sequence>
<xs:element name="IdentyfikatoryPodmiotu" type="wnio:AdminIdentyfikatoryPodmiotuTyp"/>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:Nazwisko" maxOccurs="3"/>
<xs:element ref="adr:Email"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AdminIdentyfikatoryPodmiotuTyp">
<xs:sequence>
<xs:element ref="oso:PESEL" minOccurs="0"/>
<xs:element name="IdEu" type="str:Tekst65Typ" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AdresTyp">
<xs:sequence>
<xs:element minOccurs="0" ref="adr:Kraj"/>
<xs:element minOccurs="0" ref="adr:Wojewodztwo"/>
<xs:element minOccurs="0" ref="adr:Powiat"/>
<xs:element minOccurs="0" ref="adr:Gmina"/>
<xs:element minOccurs="0" ref="adr:Miejscowosc"/>
<xs:element minOccurs="0" ref="adr:KodPocztowy"/>
<xs:element minOccurs="0" ref="adr:SkrytkaPocztowa"/>
<xs:element minOccurs="0" ref="adr:Ulica"/>
<xs:element minOccurs="0" ref="adr:Budynek"/>
<xs:element minOccurs="0" ref="adr:Lokal"/>
<xsd:element name="BrakUlicy" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="BrakLokalu" type="xsd:boolean" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="DataZlozeniaWniosku" type="xs:dateTime">
<xs:annotation>
<xs:documentation>Data zajścia wydarzenia biznesowego skutkującego założeniem lub modyfikacją adresu ADE.
Data złożenia wniosku.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:simpleType name="ZwolnienieZOplatyTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="jednostka budżetowa"/>
<xs:enumeration value="jednostka samorządu terytorialnego"/>
<xs:enumeration value="organizacja pożytku publicznego"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NazwaProcesuTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="eUsługi rejestracja ADE PP BAE"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="ReprezentantTyp">
<xs:sequence>
<xs:element ref="oso:Imie" minOccurs="0"/>
<xs:element ref="oso:Nazwisko" maxOccurs="3" minOccurs="0"/>
<xs:element ref="oso:PESEL" minOccurs="0"/>
<xs:element name="IdEu" type="str:Tekst65Typ" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>