2763

ID2763
Data2015-10-14
Symbol2015/10/14/2763
InstytucjaMinisterstwo Administracji i Cyfryzacji
NazwaZgoda na przyjęcie pełnomocnictwa do głosowania
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2011/21/112/61
  • art. 61 ustawy z dnia 5 stycznia 2011 r. Kodeks wyborczy (Dz.U. z 2011 nr 21 poz. 112)

    Pliki

    Schemat

    <?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2015/10/14/2763/" targetNamespace="http://crd.gov.pl/wzor/2015/10/14/2763/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    
    	<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
    	<xsd: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"/>
    	<xsd: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"/>
    	<xsd: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"/>
    	<xsd: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"/>
    	<xsd:simpleType name="TakTyp">
    		<xsd:restriction base="xsd:string">
    			<xsd:enumeration value="Tak"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="TakPusteTyp">
    		<xsd:restriction base="xsd:string">
    			<xsd:enumeration value="Tak"/>
    			<xsd:enumeration value=""/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="ImieTyp">
    		<xsd:restriction base="oso:ImieTyp">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="CzlonNazwiskaTyp">
    		<xsd:restriction base="oso:CzlonNazwiskaTyp">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="Tekst2000Typ">
    		<xsd:restriction base="str:Tekst2000Typ">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="Tekst200Typ">
    		<xsd:restriction base="str:Tekst200Typ">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xs:simpleType name="KodPocztowyTyp">
    			<xs:restriction base="xsd:string">
    				<xs:pattern value="|\d{2}-\d{3}"/>
    				<xs:maxLength value="6"/>
    			</xs:restriction>
    	</xs:simpleType>
    	
    	<xsd:simpleType name="KodPocztowyNotEmptyTyp">
    		<xsd:restriction base="wnio:KodPocztowyTyp">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="BudynekTyp">
    		<xsd:restriction base="adr:BudynekTyp">
    			<xs:minLength value="1"/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="TakNiePusteTyp">
    		<xsd:restriction base="xsd:string">
    			<xsd:enumeration value="Tak"/>
    			<xsd:enumeration value="Nie"/>
    			<xsd:enumeration value=""/>
    		</xsd:restriction>
    	</xsd:simpleType>
    	
    	<xsd:simpleType name="DateOrEmptyTyp">
    		<xsd:union memberTypes="xsd:date wnio:EmptyStringTyp"/>
    	</xsd:simpleType>
    
    	<xsd:simpleType name="EmptyStringTyp">
    		<xsd:restriction base="xsd:string">
    			<xsd:enumeration value=""/>
    		</xsd:restriction>
    	</xsd:simpleType>	
    	
    	<xsd:element name="Dokument" type="wnio:DokumentTyp"/>
    	<xsd:complexType name="DokumentTyp">
    		<xsd:sequence>
    			<xsd:element name="OpisDokumentu" type="str:OpisDokumentuTyp"/>
    			<xsd:element name="DaneDokumentu" type="str:DaneDokumentuTyp"/>
    			<xsd:element name="TrescDokumentu" type="wnio:TrescDokumentuTyp"/>
    			<xsd:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xs:complexType name="OpisDokumentuTyp">
    		<xs:sequence>
    			<xs:element ref="str:CID" minOccurs="0" maxOccurs="unbounded"/>
    		</xs:sequence>
    	</xs:complexType>	
    
    	<xsd:complexType name="TrescDokumentuTyp">
    		<xsd:complexContent>
    			<xsd:extension base="str:TrescDokumentuTyp">
    				<xsd:sequence>
    					<xsd:element name="Wartosc" type="wnio:WartoscTyp"/>	
    				</xsd:sequence>
    			</xsd:extension>
    		</xsd:complexContent>
    	</xsd:complexType>
    	
    	<xsd:complexType name="WartoscTyp">
    		<xsd:sequence>
    			<xsd:element name="AktywnyFormularzOdpowiedzi" type="str:TakNieTyp"/>	
    			<xsd:element name="FirstLoad" type="str:TakNieTyp"/>	
    			<xsd:element name="InformacjeOPelnomocnictwie" type="wnio:InformacjeOPelnomocnictwieTyp"/>
    			<xsd:element name="WyjasnieniaOpisy" type="wnio:WyjasnieniaOpisyTyp"/>
    			<xsd:element name="FormularzOdpowiedzi" type="str:Tekst10000Typ"/>			
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="InformacjeOPelnomocnictwieTyp">
    		<xsd:sequence>
    			<xsd:element name="RodzajWyborow" type="str:Tekst200Typ"/>
    			<xsd:element name="MiejsceSkladaniaWniosku" type="wnio:MiejsceSkladaniaWnioskuTyp"/>
    			<xsd:element name="DataWyborow" type="xsd:date"/>	
    			<xsd:element name="OsobaPrzyjmujacaPelnomocnictwo" type="wnio:OsobaPrzyjmujacaPelnomocnictwoTyp"/>
    			<xsd:element name="OsobaUdzielajacaPelnomocnictwa" type="wnio:OsobaUdzielajacaPelnomocnictwaTyp"/>
    			<xsd:element name="CzyFormaPapierowa" type="str:TakNieTyp"/>
    			<xsd:element name="CzyAktPozostawionyWUrzedzie" type="str:TakNieTyp"/>
    			<xsd:element name="AktPozostawionyWUrzedzie" type="wnio:AktPozostawionyWUrzedzieTyp"/>
    			<xsd:element name="AktDoreczonyNaWskazanyAdres" type="wnio:AktDoreczonyNaWskazanyAdresTyp"/>
    			<xsd:element name="AdresDoreczeniaPelnomocnictwa" type="wnio:AdresTyp"/>
    			<xsd:element name="CzyPelnomocnictwoOdInnejOsoby" type="wnio:TakPusteTyp"/>
    			<xsd:element name="PelnomonictwoOdInnejOsoby" type="wnio:PelnomonictwoOdInnejOsobyTyp"/>
    			<xsd:element name="DaneZgodneZPrawda" type="wnio:TakTyp"/>
    			<xsd:element name="DataWypelnienia" type="xsd:date"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    	<xsd:complexType name="WyjasnieniaOpisyTyp">
    		<xsd:sequence>
    			<xsd:element name="Pouczenie1" type="str:Tekst10000Typ"/>
    			<xsd:element name="Pouczenie2" type="str:Tekst10000Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>		
    
    	<xsd:complexType name="MiejsceSkladaniaWnioskuTyp">
    		<xsd:sequence>
    			<xsd:element name="AdresZlozeniaWniosku" type="wnio:Tekst200Typ"/>
    			<xsd:element name="OrganPrzyjmujacyWniosek" type="wnio:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    	<xsd:complexType name="OsobaPrzyjmujacaPelnomocnictwoTyp">
    		<xsd:sequence>
    			<xsd:element name="OsobaPrzyjmujaca" type="wnio:OsobaNotEmptyTyp"/>
    			<xsd:element name="AdresOsobyPrzyjmujacej" type="wnio:AdresNotEmptyTyp"/>
    			<xsd:element name="BliskiePokrewienstwoPowinowadztwo" type="str:TakNieTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="OsobaUdzielajacaPelnomocnictwaTyp">
    		<xsd:sequence>
    			<xsd:element name="OsobaUdzielajaca" type="wnio:OsobaNotEmptyTyp"/>
    			<xsd:element name="AdresOsobyUdzielajacej" type="wnio:AdresNotEmptyTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="AktDoreczonyNaWskazanyAdresTyp">
    		<xsd:sequence>
    			<xsd:element name="ImieOdbiorcy" type="str:Tekst200Typ"/>
    			<xsd:element name="NazwiskoOdbiorcy" type="str:Tekst200Typ"/>	
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="AktPozostawionyWUrzedzieTyp">
    		<xsd:sequence>
    			<xsd:element name="NazwaUrzedu" type="str:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="PelnomonictwoOdInnejOsobyTyp">
    		<xsd:sequence>
    			<xsd:element name="OsobaPelnomocnictwo" type="wnio:OsobaTyp"/>
    			<xsd:element name="AdresPelnomocnictwo" type="wnio:AdresTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    		
    		
    	<xsd:complexType name="OsobaNotEmptyTyp">
    		<xsd:sequence>
    			<xsd:element name="Imie" type="wnio:ImieTyp"/>
    			<xsd:element name="DrugieImie" type="oso:ImieTyp"/>
    			<xsd:element name="Nazwisko" type="wnio:CzlonNazwiskaTyp"/>
    			<xsd:element name="ImieOjca" type="wnio:ImieTyp"/>		
    			<xsd:element name="Pesel" type="oso:PESELTyp"/>
    			<xsd:element name="DataUrodzenia" type="xsd:date"/>	
    			<xsd:element name="BrakNumeruPesel" type="wnio:TakPusteTyp"/>
    			<xsd:element name="RodzajDokumentuTozsamosci" type="str:Tekst200Typ"/>
    			<xsd:element name="NazwaInnegoDokumentu" type="str:Tekst200Typ"/>
    			<xsd:element name="DokumentTozsamosci" type="str:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>
    	
    	<xsd:complexType name="OsobaTyp">
    		<xsd:sequence>
    			<xsd:element name="Imie" type="str:Tekst200Typ"/>
    			<xsd:element name="DrugieImie" type="str:Tekst200Typ"/>
    			<xsd:element name="Nazwisko" type="str:Tekst200Typ"/>
    			<xsd:element name="ImieOjca" type="str:Tekst200Typ"/>		
    			<xsd:element name="Pesel" type="oso:PESELTyp"/>
    			<xsd:element name="DataUrodzenia" type="wnio:DateOrEmptyTyp"/>	
    			<xsd:element name="BrakNumeruPesel" type="wnio:TakPusteTyp"/>
    			<xsd:element name="RodzajDokumentuTozsamosci" type="str:Tekst200Typ"/>
    			<xsd:element name="NazwaInnegoDokumentu" type="str:Tekst200Typ"/>
    			<xsd:element name="DokumentTozsamosci" type="str:Tekst200Typ"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="AdresNotEmptyTyp">
    		<xsd:sequence>		
    			<xsd:element name="Wojewodztwo" type="wnio:Tekst200Typ"/>	
    			<xsd:element name="Powiat" type="wnio:Tekst200Typ"/>
    			<xsd:element name="Gmina" type="wnio:Tekst200Typ"/>
    			<xsd:element name="Miejscowosc" type="wnio:Tekst200Typ"/>
    			<xsd:element name="Ulica" type="str:Tekst200Typ"/>	
    			<xsd:element name="KodPocztowy" type="wnio:KodPocztowyNotEmptyTyp"/>	
    			<xsd:element name="NumerDomu" type="wnio:BudynekTyp"/>	
    			<xsd:element name="NumerLokalu" type="adr:LokalTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    	<xsd:complexType name="AdresTyp">
    		<xsd:sequence>		
    			<xsd:element name="Wojewodztwo" type="str:Tekst200Typ"/>	
    			<xsd:element name="Powiat" type="str:Tekst200Typ"/>
    			<xsd:element name="Gmina" type="str:Tekst200Typ"/>
    			<xsd:element name="Miejscowosc" type="str:Tekst200Typ"/>
    			<xsd:element name="Ulica" type="str:Tekst200Typ"/>	
    			<xsd:element name="KodPocztowy" type="wnio:KodPocztowyTyp"/>	
    			<xsd:element name="NumerDomu" type="adr:BudynekTyp"/>	
    			<xsd:element name="NumerLokalu" type="adr:LokalTyp"/>
    		</xsd:sequence>
    	</xsd:complexType>	
    	
    </xsd:schema>