2892
ID | 2892 |
Data | 2015-11-27 |
Symbol | 2015/11/27/2892 |
Instytucja | Ministerstwo Infrastruktury i Rozwoju |
Nazwa | Wniosek o wpis do rejestru przedsiębiorców prowadzących ośrodek szkolenia |
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: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:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2015/11/27/2892/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://crd.gov.pl/wzor/2015/11/27/2892/" attributeFormDefault="unqualified" elementFormDefault="qualified">
<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://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/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/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/osoba/2009/11/16/" schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/osoba.xsd"/>
<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>
<xsd:complexType name="TrescDokumentuTyp">
<xsd:complexContent>
<xsd:extension base="str:TrescDokumentuTyp">
<xsd:sequence>
<xsd:element name="Adresat" type="wnio:AdresatTyp"/>
<xsd:element name="OznaczeniePrzedsiebiorcy" type="wnio:OznaczeniePrzedsiebiorcyTyp"/>
<xsd:element name="NIP" type="wnio:NIPTyp"/>
<xsd:element name="NrEwKRS" type="wnio:NrEwKRSTyp"/>
<xsd:element name="NumerEwDzialanosciGosp" type="wnio:NumerEwDzialanosciGospTyp"/>
<xsd:element name="KRS" type="wnio:KRSTyp"/>
<xsd:element name="SiedzibaZamieszkanie" type="xsd:int"/>
<xsd:element name="SiedzibaMiejsceZamieszkania" type="wnio:SiedzibaMiejsceZamieszkaniaTyp"/>
<xsd:element name="TelefonS" type="wnio:TelefonTyp"/>
<xsd:element name="FaksS" type="wnio:FaksTyp"/>
<xsd:element name="SiedzibaMiejsceZamieszkaniaTeryt" type="wnio:SiedzibaMiejsceZamieszkaniaTerytTyp"/>
<xsd:element name="Lokalizacje" type="wnio:LokalizacjeTyp"/>
<xsd:element name="SaleWykladowe" type="wnio:SaleWykladoweTyp"/>
<xsd:element name="LokalizacjeZajeciaPraktyczne" type="wnio:LokalizacjeZajeciaPraktyczneTyp"/>
<xsd:element name="LokalizacjeWarunkiSpecjalne" type="wnio:LokalizacjeWarunkiSpecjalneTyp"/>
<xsd:element name="Pojazdy" type="wnio:PojazdyTyp"/>
<xsd:element name="Prowadzacy" type="wnio:ProwadzacyTyp"/>
<xs:element ref="str:Zalaczniki"/>
<xsd:element name="Oswiadczenie1" type="wnio:OswiadczenieTyp"/>
</xsd:sequence>
<xsd:attribute name="typWnioskodawcy" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:simpleType name="OswiadczenieTyp">
<xsd:annotation>
<xsd:documentation>
Oświadczenie
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="true"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="AdresatTyp">
<xsd:restriction base="xsd:string">
<xsd:minLength value="0"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="OznaczeniePrzedsiebiorcyTyp">
<xsd:annotation>
<xsd:documentation>Oznaczenie przedsiębiorcy</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NIPTyp">
<xsd:annotation>
<xsd:documentation>NIP</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="10"/>
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NrEwKRSTyp">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NumerEwDzialanosciGospTyp">
<xsd:annotation>
<xsd:documentation>Numer działalności gospodarczej</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="KRSTyp">
<xsd:annotation>
<xsd:documentation>KRS</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="ProwadzacyTyp">
<xsd:annotation>
<xsd:documentation>
Imię i nazwisko wykładowcy
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Osoba" type="wnio:OsobaTyp" maxOccurs="unbounded" minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="ImieNazwiskoTyp">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="70"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="RolaTyp">
<xsd:annotation>
<xsd:documentation>
Rola - wykładowca lub instruktor
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Wykladowca"/>
<xsd:enumeration value="Instruktor"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="OsobaTyp">
<xsd:annotation>
<xsd:documentation>
Opisuje wykładowcę lub instruktora
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ImieNazwisko" type="wnio:ImieNazwiskoTyp"/>
<xsd:element name="Rola" type="wnio:RolaTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PojazdyTyp">
<xsd:annotation>
<xsd:documentation>
Pojazd
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Pojazd" type="wnio:PojazdTyp" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="NumerRejestracyjnyTyp">
<xsd:annotation>
<xsd:documentation>Numer rejestracyjny</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8"/>
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="RodzajTyp">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="99"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="PojazdTyp">
<xsd:annotation>
<xsd:documentation>Opisuje pojazd</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="NumerRejestracyjny" type="wnio:NumerRejestracyjnyTyp"/>
<xsd:element name="Rodzaj" type="wnio:RodzajTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="LokalizacjeWarunkiSpecjalneTyp">
<xsd:sequence>
<xsd:element name="LokalizacjaWarunkiSpecjalne" type="wnio:LokalizacjaWarunkiSpecjalneTyp" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="LokalizacjaWarunkiSpecjalneTyp">
<xsd:sequence>
<xsd:element name="LId" type="xsd:string"/>
<xsd:element name="LokalizacjaTyp" type="xsd:string"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="Kontakt" type="wnio:KontaktTyp"/>
<xsd:element name="Inne" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="KontaktTyp">
<xsd:sequence>
<xsd:element name="Telefon" type="wnio:TelefonTyp"/>
<xsd:element name="Faks" type="wnio:FaksTyp"/>
<xsd:element name="Email" type="adr:EmailTyp" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TelefonTyp">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:pattern value="\d*"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FaksTyp">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:pattern value="\d*"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="AdresTyp">
<xsd:sequence>
<xsd:element name="KodPocztowy" type="wnio:KodPocztowyTyp"/>
<xsd:element name="Poczta" type="wnio:PocztaTyp"/>
<xsd:element name="Miejscowosc" type="wnio:MiejscowoscTyp"/>
<xsd:element name="Ulica" type="wnio:UlicaTyp"/>
<xsd:element name="Budynek" type="wnio:BudynekTyp"/>
<xsd:element name="Lokal" type="wnio:LokalTyp"/>
<xsd:element name="Kraj" type="wnio:KrajTyp"/>
<xsd:element name="Wojewodztwo" type="wnio:WojewodztwoTyp"/>
<xsd:element name="Powiat" type="wnio:PowiatTyp"/>
<xsd:element name="Gmina" type="wnio:GminaTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="PocztaTyp">
<xsd:restriction base="xsd:string">
<xsd:minLength value="0"/>
<xsd:maxLength value="56"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="KodPocztowyTyp">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="6"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="BudynekTyp">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LokalTyp">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="GminaTyp">
<xsd:simpleContent>
<xsd:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PowiatTyp">
<xsd:simpleContent>
<xsd:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="WojewodztwoTyp">
<xsd:simpleContent>
<xsd:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="KrajTyp">
<xsd:simpleContent>
<xsd:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UlicaTyp">
<xsd:simpleContent>
<xsd:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="MiejscowoscTyp">
<xs:simpleContent>
<xs:extension base="xs:string">
<xsd:attribute name="teryt" type="xsd:string"/>
</xs:extension>
</xs:simpleContent>
</xsd:complexType>
<xsd:complexType name="LokalizacjeZajeciaPraktyczneTyp">
<xsd:sequence>
<xsd:element name="LokalizacjaZajeciaPraktyczne" type="wnio:LokalizacjaZajeciaPraktyczneTyp" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="LokalizacjaZajeciaPraktyczneTyp">
<xsd:sequence>
<xsd:element name="LId" type="xsd:string"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="Kontakt" type="wnio:KontaktTyp"/>
<xsd:element name="Inne" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SaleWykladoweTyp">
<xsd:sequence>
<xsd:element name="SalaWykladowa" type="wnio:SalaWykladowaTyp" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SalaWykladowaTyp">
<xsd:sequence>
<xsd:element name="LId" type="xsd:string"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="Kontakt" type="wnio:KontaktTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="LokalizacjeTyp">
<xsd:sequence>
<xsd:element name="Lokalizacja" type="wnio:LokalizacjaTyp" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="LokalizacjaTyp">
<xsd:sequence>
<xsd:element name="LId" type="xsd:string"/>
<xsd:element name="Adres" type="wnio:AdresTyp"/>
<xsd:element name="Kontakt" type="wnio:KontaktTyp"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SiedzibaMiejsceZamieszkaniaTerytTyp">
<xsd:sequence>
<xsd:element name="K" type="xsd:string"/>
<xsd:element name="W" type="xsd:string"/>
<xsd:element name="P" type="xsd:string"/>
<xsd:element name="G" type="xsd:string"/>
<xsd:element name="M" type="xsd:string"/>
<xsd:element name="U" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SiedzibaMiejsceZamieszkaniaTyp">
<xsd:sequence>
<xs:element ref="adr:Adres"/>
<xs:element ref="adr:Kontakt"/>
</xsd:sequence>
</xsd:complexType>
<xs:element name="Dokument" type="wnio:DokumentTyp"/>
</xs:schema>