1621

ID1621
Data2014-06-02
Symbol2014/06/02/1621
InstytucjaKancelaria Sejmu
NazwaOdpowiedź na interpelację
Czy Aktualny0

Ustawy (1)

  • URI://Dziennik_Ustaw/2013/235/16b/1
  • Ustawa 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:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" 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:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2014/06/02/1621/" targetNamespace="http://crd.gov.pl/wzor/2014/06/02/1621/" 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://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.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://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/struktura/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/struktura.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>
    					<xs:element name="Kadencja" type="xs:int">
    						<xs:annotation>
    							<xs:documentation>nr kadencji w której interpelacja/zapytanie zostało wysłane</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="TypDokumentu" type="wnio:TypDokumentuType">
    						<xs:annotation>
    							<xs:documentation>typ dokumentu: 'Interpelacja' lub 'Zapytanie'</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="Numer" type="xs:int">
    						<xs:annotation>
    							<xs:documentation>nr interpelacji lub zapytania</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="InterpelacjaPonowna" type="wnio:InterpelacjaPonownaTyp" minOccurs="0" maxOccurs="1">
    						<xs:annotation>
    							<xs:documentation>znacznik przyjmujący wartość 1 w przypadku interpelacji ponownej</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="Tytul" type="xs:string">
    						<xs:annotation>
    							<xs:documentation>tytuł interpelacji lub zapytania</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="AutorOdpowiedzi" type="xs:string">
    						<xs:annotation>
    							<xs:documentation>imię i nazwisko autora odpowiedzi</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element name="TrescOdpowiedzi" type="xs:string">
    						<xs:annotation>
    							<xs:documentation>treść odpowiedzi na interpelację lub zapytanie</xs:documentation>
    						</xs:annotation>
    					</xs:element>
    					<xs:element ref="str:Zalaczniki" minOccurs="0"/>
    				</xs:sequence>
    			</xs:extension>
    		</xs:complexContent>
    	</xs:complexType>
    
    	<xs:simpleType name="TypDokumentuType">
    		<xs:restriction base="xs:string">
    			<xs:enumeration value="Interpelacja"/>
    			<xs:enumeration value="Zapytanie"/>
    		</xs:restriction>
    	</xs:simpleType>
    
    	<xs:simpleType name="InterpelacjaPonownaTyp">
    		<xs:restriction base="xs:string">
    			<xs:enumeration value="1"/>
    		</xs:restriction>
    	</xs:simpleType>
    
    </xs:schema>