2915

ID2915
Data2015-12-03
Symbol2015/12/03/2915
InstytucjaMinisterstwo Infrastruktury i Rozwoju
NazwaWniosek o wpis na listę podmiotów uprawnionych do przeprowadzania badań lekarskich i psychologicznych oraz orzekania w celu sprawdzenia spełnienia wymagań zdrowotnych, fizycznych i psychicznych, niezbędnych do uzyskania licencji maszynisty oraz świad...
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2015/1297/22a/13
  • Ustawa z dnia 28 marca 2003 r. o transporcie kolejowym

    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:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2015/12/03/2915/" targetNamespace="http://crd.gov.pl/wzor/2015/12/03/2915/" 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: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:element name="Dokument" type="wnio:DokumentTyp"/>
    
        <xs:complexType name="TrescDokumentuTyp">
            <xsd:complexContent>
                <xsd:extension base="str:TrescDokumentuTyp">
                    <xs:sequence>
                        <xs:element name="DataSporzadzenia" type="xsd:date"/>   
                        <xs:element name="MiejsceSporzadzenia" type="wnio:MiejsceSporzadzeniaTyp"/>                                     
                        <xs:element name="Adresat" type="xs:string" minOccurs="0"/>                                      
                        <xsd:element name="WnioskodawcaTeryt" minOccurs="0">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="Kraj" type="xs:string"/>
                                    <xsd:element name="W" type="xs:string"/>
                                    <xsd:element name="P" type="xs:string"/>
                                    <xsd:element name="G" type="xs:string"/>
                                    <xsd:element name="M" type="xs:string"/>
                                    <xsd:element name="U" type="xs:string"/>
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="DaneWnioskodawcy">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="Nazwa" type="wnio:NazwaPodmiotuTyp"/>
                                    <xsd:element name="Telefon" type="wnio:TelefonTyp"/>
                                    <xsd:element name="Fax" type="wnio:FaxTyp"/>
                                    <xsd:element name="WWW" type="wnio:WWWTyp"/>
                                    <xsd:element name="Email" type="wnio:EmailTyp"/>
                                    <xsd:element name="Nip" type="wnio:NipTyp"/>
                                    <xsd:element name="NrWRejestrzePrzedsiebiorstw" type="wnio:NrWRejestrzePrzedsiebiorstwTyp"/>
                                    <xsd:element ref="adr:Adres"/>
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="date" type="xsd:date"/>
                        <xsd:element name="Oswiadczenie">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xs:element name="Pierwsze" type="wnio:OswiadczenieTyp"/>
                                    <xs:element name="Drugie" type="wnio:OswiadczenieTyp"/>
                                    <xs:element name="Trzecie" type="wnio:OswiadczenieTyp"/>
                                    <xs:element name="Czwarte" type="wnio:OswiadczenieTyp"/>
                                    <xs:element name="Piate" type="wnio:OswiadczenieTyp"/>
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                        <xsd:element ref="str:Zalaczniki"/>
                    </xs:sequence>
                </xsd:extension>
            </xsd:complexContent>
        </xs:complexType>
    
    
        <xsd:simpleType name="MiejsceSporzadzeniaTyp">
            <xsd:annotation>
                <xsd:documentation>Miejsce sporządzenia</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="56"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="NazwaPodmiotuTyp">
            <xsd:annotation>
                <xsd:documentation>Nazwa podmiotu</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:minLength value="1"/>
                <xsd:maxLength value="200"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="MiejscowoscTyp">
            <xsd:annotation>
                <xsd:documentation>Miejscowość</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="56"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="UlicaTyp">
            <xsd:annotation>
                <xsd:documentation>Ulica</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="65"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="NumerBudynkuTyp">
            <xsd:annotation>
                <xsd:documentation>Numer budynku</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="9"/>
                <xs:pattern value="[A-Za-z0-9]{4}(/[A-Za-z0-9]{4})?"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="NumerLokaluTyp">
            <xsd:annotation>
                <xsd:documentation>Numer lokalu</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="10"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="KodPocztowyTyp">
            <xsd:annotation>
                <xsd:documentation>Kod pocztowy</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="6"/>
                <xs:pattern value="\d{2}-\d{3}"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="PocztaTyp">
            <xsd:annotation>
                <xsd:documentation>Poczta</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="56"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="TelefonTyp">
            <xsd:annotation>
                <xsd:documentation>Telefon wnioskodawcy</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:minLength value="1"/>
                <xsd:maxLength value="40"/>
                <xs:pattern value="[^a-zA-Z]*"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="WwwTyp">
            <xsd:annotation>
                <xsd:documentation>Strona WWW</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="90"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="EmailTyp">
            <xsd:annotation>
                <xsd:documentation>Email</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="56"/>
                <xs:pattern value="[a-zA-Z0-9\._-]+@[a-zA-Z0-9\._-]{2,}\.[a-zA-Z]{2,5}|"/>
    
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType name="FaxTyp">
            <xsd:annotation>
                <xsd:documentation>FAX</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:minLength value="1"/>
                <xsd:maxLength value="40"/>
                <xs:pattern value="[^a-zA-Z]*"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="NipTyp">
            <xsd:annotation>
                <xsd:documentation>NIP wnioskodawcy</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="10"/>
                <xs:pattern value="\d*"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="WWWTyp">
            <xsd:annotation>
                <xsd:documentation>Strona WWW</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="90"/>
                <xsd:minLength value="0"/>
            </xsd:restriction>
        </xsd:simpleType>
    
    
        <xsd:simpleType name="NrWRejestrzePrzedsiebiorstwTyp">
            <xsd:annotation>
                <xsd:documentation>Nr w rejestrze przedsiebiorstw typ</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:minLength value="1"/>
                <xsd:maxLength value="10"/>
                <xs:pattern value="\d*"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xsd:simpleType name="NumerPodmiotuTyp">
            <xsd:annotation>
                <xsd:documentation>Numer podmiotu w rejestrze podmiotów wykonujących działalność leczniczą</xsd:documentation>
            </xsd:annotation>
            <xsd:restriction base="xs:string">
                <xsd:maxLength value="10"/>
                <xs:pattern value="\d*"/>
            </xsd:restriction>
        </xsd:simpleType>
    
        <xs:simpleType name="OswiadczenieTyp">
            <xs:annotation>
                <xs:documentation>Oświadczenie</xs:documentation>
            </xs:annotation>
            <xs:restriction base="xs:string">
                <xs:enumeration value="checked"/>
                
            </xs:restriction>
        </xs:simpleType>
    
    
    
    </xs:schema>