4796
ID | 4796 |
Data | 2017-12-08 |
Symbol | 2017/12/08/4796 |
Instytucja | Ministerstwo Spraw Wewnętrznych i Administracji |
Nazwa | WNIOSEK O WYDANIE ODPISU AKTU STANU CYWILNEGO |
Czy Aktualny | 0 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/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:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2017/12/08/4796/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://crd.gov.pl/wzor/2017/12/08/4796/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<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://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" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrescDokumentuTyp">
<xs:complexContent>
<xs:extension base="str:TrescDokumentuTyp">
<xs:sequence>
<!--Dane wnioskodawcy -->
<xs:element name="DaneWnioskodawcy" type="wnio:DaneOsobyTyp"/>
<xs:element name="DaneWnioskodawcyInstytucja" type="wnio:DaneInstytucjiTyp"/>
<xs:element name="AdresWnioskodawcy" type="wnio:DaneAdresTyp"/>
<xs:element name="KontaktWnioskodawcy" type="wnio:DaneKontaktTyp"/>
<!-- Dane pełnomocnika -->
<xs:element name="DanePelnomocnika" type="wnio:DaneOsobyTyp"/>
<xs:element name="AdresPelnomocnika" type="wnio:DaneAdresTyp"/>
<xs:element name="KontaktPelnomocnika" type="wnio:DaneKontaktTyp"/>
<!--Dane aktu -->
<xs:element name="TypOdpisu" type="wnio:TypOdpisuTyp"/>
<xs:element name="TypAktu" type="wnio:TypAktuTyp"/>
<xs:element name="OznaczenieUSC" type="str:Tekst200Typ"/>
<xs:element name="NrAktu" type="str:Tekst65Typ"/>
<xs:element name="Cel" type="str:Tekst2000Typ"/>
<xs:element name="Uzasadnienie" type="str:Tekst2000Typ"/>
<xs:element name="LiczbaOdpisow" type="xs:integer"/>
<xs:element name="Oplata" type="xs:decimal"/>
<xs:element name="CzyBezplatnie" type="xs:boolean"/>
<!-- Dane osoby której dotyczy akt-->
<xs:element name="DaneOsobyAkt" type="wnio:DaneOsobyAktTyp"/>
<xs:element name="DaneWspolmalzonka" type="wnio:WspolmalzonekTyp"/>
<!--Sposob odbioru -->
<xs:element name="SposobOdbioruAktu" type="wnio:SposobOdbioruAktuTyp"/>
<!-- Oświadczenia -->
<xs:element name="OswiadczenieEpuap" type="str:Tekst200Typ"/>
<xs:element ref="str:Zalaczniki"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- DEKLARACJE TYPÓW -->
<!-- Typ odpisu aktu -->
<xs:simpleType name="TypOdpisuTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="S"/>
<xs:enumeration value="W"/>
<xs:enumeration value="Z"/>
<!-- Skrócony-->
<!-- Skrócony wielojezyczny-->
<!-- Zupełny -->
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TypAktuTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="U"/>
<xs:enumeration value="M"/>
<xs:enumeration value="Z"/>
<!-- Urodzenia -->
<!-- Małżeństwa -->
<!-- Zgonu -->
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SposobOdbioruAktuTyp">
<xs:restriction base="xs:string">
<xs:enumeration value="Osobiście na piśmie"/>
<xs:enumeration value="Pocztą na piśmie"/>
<xs:enumeration value="Adres skrzynki ePUAP"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="DaneOsobyTyp">
<xs:sequence>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:ImieDrugie"/>
<xs:element ref="oso:Nazwisko"/>
<xs:element ref="oso:PESEL"/>
<xs:element name="NrDokumentu" type="str:Tekst65Typ"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DaneInstytucjiTyp">
<xs:sequence>
<xs:element name="NazwaFirmy" type="str:Tekst200Typ"/>
<xs:element name="NumerRejestru" type="str:Tekst65Typ"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DaneAdresTyp">
<xs:sequence>
<xs:element ref="adr:KodPocztowy"/>
<xs:element ref="adr:Miejscowosc"/>
<xs:element ref="adr:Ulica"/>
<xs:element ref="adr:Budynek"/>
<xs:element ref="adr:Lokal"/>
<xs:element ref="adr:Kraj"/>
<xs:element ref="adr:Wojewodztwo"/>
<xs:element ref="adr:Powiat"/>
<xs:element ref="adr:Gmina"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DaneKontaktTyp">
<xs:sequence>
<xs:element ref="adr:Telefon"/>
<xs:element ref="adr:Email"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DaneOsobyAktTyp">
<xs:sequence>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:ImieDrugie"/>
<xs:element ref="oso:Nazwisko"/>
<xs:element ref="oso:PESEL"/>
<xs:element name="NazwiskoRodowe" type="oso:NazwiskoTyp"/>
<xs:element name="DataUrodzenia" type="xs:date"/>
<xs:element name="MiejsceUrodzenia" type="oso:MiejsceUrodzeniaTyp"/>
<xs:element name="ImieOjca" type="oso:ImieTyp"/>
<xs:element name="ImieMatki" type="oso:ImieTyp"/>
<xs:element name="NazwiskoRodoweMatki" type="oso:NazwiskoTyp"/>
<xs:element name="MiejsceZdarzenia" type="str:Tekst2000Typ"/>
<xs:element name="DataZdarzenia" type="xs:date"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="WspolmalzonekTyp">
<xs:sequence>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:ImieDrugie"/>
<xs:element ref="oso:Nazwisko"/>
<xs:element ref="oso:PESEL"/>
<xs:element name="NazwiskoRodowe" type="oso:NazwiskoTyp"/>
</xs:sequence>
</xs:complexType>
</xs:schema>