437

ID437
Data2010-09-20
Symbol2010/09/20/437
InstytucjaMinisterstwo Infrastruktury
NazwaWniosek o rejestrację pojazdu
Czy Aktualny0

Ustawy (1)

  • URI://Dziennik_Ustaw/2005/108/908
  • Ustawa z dnia 20 czerwca 1997 r. – Prawo o ruchu drogowym (Dz. U. z 2005 r. Nr 108, poz. 908, z późn. zm.)

    Pliki

    Schemat

    <?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wnio="http://crd.gov.pl/wzor/2010/09/20/437/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:os="http://crd.gov.pl/xml/schematy/osoba/2009/03/06/" xmlns:in="http://crd.gov.pl/xml/schematy/instytucja/2009/03/06/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/03/06/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/03/06/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://crd.gov.pl/wzor/2010/09/20/437/" version="1.0">
      
      <xs:import schemaLocation="http://www.w3.org/2001/xml.xsd" namespace="http://www.w3.org/XML/1998/namespace"/>
      <xs:import schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" namespace="http://www.w3.org/2000/09/xmldsig#"/>
      <xs:import schemaLocation="http://crd.gov.pl/xml/schematy/osoba/2009/03/06/osoba.xsd" namespace="http://crd.gov.pl/xml/schematy/osoba/2009/03/06/"/>
      <xs:import schemaLocation="http://crd.gov.pl/xml/schematy/instytucja/2009/03/06/instytucja.xsd" namespace="http://crd.gov.pl/xml/schematy/instytucja/2009/03/06/"/>
      <xs:import schemaLocation="http://crd.gov.pl/xml/schematy/adres/2009/03/06/adres.xsd" namespace="http://crd.gov.pl/xml/schematy/adres/2009/03/06/"/>
      <xs:import schemaLocation="http://crd.gov.pl/xml/schematy/struktura/2009/03/06/struktura.xsd" namespace="http://crd.gov.pl/xml/schematy/struktura/2009/03/06/"/>
      
      <!-- wniosek: complex types-->
      <xs:complexType name="wniosek_t">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element minOccurs="1" maxOccurs="1" name="kodUrzedu" type="adr:TERCTyp"/>
          <xs:element minOccurs="1" maxOccurs="1" name="idWniosku" type="wnio:idWniosku_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="rodzajSprawy" type="xs:integer"/>
          <xs:element minOccurs="1" maxOccurs="1" name="idInteresanta" type="wnio:idInteresanta_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="danePersonalne" type="wnio:danePersonalne_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="naglowek" type="wnio:naglowek_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="pojazd" type="wnio:pojazd_t"/>   
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="str:Zalacznik"/>
        </xs:sequence>
      </xs:complexType>
      
      <xs:complexType name="danePersonalne_t">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element minOccurs="1" maxOccurs="1" name="nazwisko" type="wnio:nazwisko_t"/>
            <xs:choice minOccurs="1" maxOccurs="1">
             <xs:element name="pesel" type="os:PESELTyp"/>
             <xs:element name="regon" type="in:REGONTyp"/>
             <xs:element name="dataUrodzenia" type="xs:date"/>
            </xs:choice>
          <xs:element minOccurs="1" maxOccurs="1" name="adres" type="wnio:adres_t"/>
          </xs:sequence>  
      </xs:complexType>
     
      <xs:complexType name="naglowek_t">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element minOccurs="1" maxOccurs="1" name="daneOrganu">
            <xs:complexType>
              <xs:sequence minOccurs="1" maxOccurs="1">
              <xs:element minOccurs="1" maxOccurs="1" name="nazwaOrg" type="xs:string">
                  <xs:annotation>
                    <xs:documentation>Nazwa organu rejestrującego</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element minOccurs="1" maxOccurs="1" name="miejscOrg" type="xs:string">
                  <xs:annotation>
                    <xs:documentation>Miejscowosc organu wydającego</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
    
          <xs:element minOccurs="1" maxOccurs="1" name="miejWn" type="xs:string">
            <xs:annotation>
              <xs:documentation>Miejscowosc złożenia wniosku</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="1" maxOccurs="1" name="dataWn" type="xs:date">
            <xs:annotation>
              <xs:documentation>Data złożenia wniosku</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    
      <xs:complexType name="pojazd_t">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element minOccurs="1" maxOccurs="1" name="rodzajPojazdu" type="wnio:rodzajPojazdu_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="markaTypModel" type="wnio:markaTypModel_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="rokProdukcji" type="wnio:rokProdukcji_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="vin" type="wnio:VIN_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="numerSilnika" type="wnio:numerSilnika_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="numerRejestracyjny" type="wnio:numerRejestracyjny_t"/>
          <xs:element minOccurs="1" maxOccurs="1" name="numerKarty" type="wnio:numerKartyPojazdu_t"/>
          <xs:element minOccurs="0" maxOccurs="1" name="wyroznikPojazdu" type="wnio:wyroznikPojazdu_t"/>
        </xs:sequence>
      </xs:complexType>
    
      <xs:simpleType name="kodPocztowy_t">
        <xs:restriction base="adr:KodPocztowyTyp">
          <xs:pattern value="([0-9]{2}-[0-9]{3})|([0-9]{5})"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="miejscowosc_t">
        <xs:restriction base="adr:MiejscowoscTyp">
          <xs:maxLength value="24"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="ulica_t">
        <xs:restriction base="adr:NazwaUlicyTyp">
          <xs:maxLength value="30"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="numerLokalu_t">
        <xs:restriction base="adr:LokalTyp">
          <xs:maxLength value="8"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="telefon_t">
        <xs:restriction base="adr:TelefonTyp">
          <xs:maxLength value="20"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="miejsceUrodzenia_t">
        <xs:restriction base="os:MiejsceUrodzeniaTyp">
          <xs:maxLength value="24"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="nazwisko_t">
        <xs:restriction base="os:CzlonNazwiskaTyp">
          <xs:maxLength value="28"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="imiona_t">
        <xs:restriction base="os:ImieTyp">
          <xs:maxLength value="24"/>
        </xs:restriction>
      </xs:simpleType>
      <!--koniec typów dziedziczących po typach zdefiniowanych w CRD -->
    
    
      <!-- wniosek: simple types -->
    
     <xs:simpleType name="adres_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="rodzajPojazdu_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="markaTypModel_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="rokProdukcji_t">
        <xs:restriction base="xs:integer">
          <xs:minInclusive value="1900"/>
          <xs:maxInclusive value="2050"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="VIN_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="numerSilnika_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="numerRejestracyjny_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="numerKartyPojazdu_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="wyroznikPojazdu_t">
        <xs:restriction base="xs:string">
          <xs:maxLength value="300"/>
        </xs:restriction>
      </xs:simpleType>
      
      <xs:simpleType name="idInteresanta_t">
        <xs:annotation>
          <xs:documentation>
            Jednoznaczny w ramach urzedu identyfikator interesanta, nadawany przez Skrzynke Podawcza
          </xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:string">
          <xs:maxLength value="28"/>
        </xs:restriction>
      </xs:simpleType>
    
      <xs:simpleType name="idWniosku_t">
        <xs:annotation>
          <xs:documentation>
            Jednoznaczny w ramach urzedu identyfikator sprawy, nadawany przez Skrzynke Podawcza
          </xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:string">
          <xs:maxLength value="10"/>
        </xs:restriction>
      </xs:simpleType>
    
      <!-- podpisany wniosek: complex type-->
      <xs:complexType name="podpisanyWniosek_t">
        <xs:sequence>
          <xs:element minOccurs="1" maxOccurs="1" name="wniosek" type="wnio:wniosek_t">
            <xs:annotation>
              <xs:documentation>Wniosek</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" maxOccurs="1" ref="ds:Signature"/>
        </xs:sequence>
      </xs:complexType>
    
    
      <!-- root element: podpisanyWniosek -->
      <xs:element name="podpisanyWniosek" type="wnio:podpisanyWniosek_t"/>
    </xs:schema>