1620
ID | 1620 |
Data | 2014-06-02 |
Symbol | 2014/06/02/1620 |
Instytucja | Kancelaria Sejmu |
Nazwa | Pismo w sprawie interpelacji |
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: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/1620/" targetNamespace="http://crd.gov.pl/wzor/2014/06/02/1620/" 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="Tytul" type="xs:string">
<xs:annotation>
<xs:documentation>tytuł pisma</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CzegoDotyczy" type="wnio:CzegoDotyczyType">
<xs:annotation>
<xs:documentation>typ spraw, których dotyczy pismo: 'Interpelacji' lub 'Zapytania'</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sprawy" type="wnio:SprawyType">
<xs:annotation>
<xs:documentation>lista spraw, których dotyczy pismo</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TrescPisma" type="xs:string">
<xs:annotation>
<xs:documentation>treść pisma</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="str:Zalaczniki" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="SprawyType">
<xs:sequence>
<xs:element name="Sprawa" type="wnio:SprawaType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SprawaType">
<xs:sequence>
<xs:element name="NumerSprawy" type="xs:int">
<xs:annotation>
<xs:documentation>nr interpelacji lub zapytania</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NazwaSprawy" type="xs:string">
<xs:annotation>
<xs:documentation>tytuł interpelacji lub zapytania</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="CzegoDotyczyType">
<xs:restriction base="xs:string">
<xs:enumeration value="Interpelacji"/>
<xs:enumeration value="Zapytania"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>