384
ID | 384 |
Data | 2010-06-16 |
Symbol | 2010/06/16/384 |
Instytucja | DEPiT MSWiA |
Nazwa | Formularz uslugi weryfikacji zgodności danych w dokumentach rejestracyjnych pojazdu z SI CEPiK |
Czy Aktualny | 0 |
---|
Ustawy (2)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://crd.gov.pl/wzor/2010/06/16/384/" targetNamespace="http://crd.gov.pl/wzor/2010/06/16/384/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:element name="ePUAPZapytanieOPojazd">
<xsd:annotation>
<xsd:documentation>Dane zapytania o zgodność danych zawartych w dokumencie rejestracyjnym pojazdu z ewidencją CEP-C</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NumerRejestracyjny">
<xsd:annotation>
<xsd:documentation>Numer rejestracyjny pojazdu, zgodny z danymi w dokumencie rejestracyjnym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="3"/>
<xsd:maxLength value="9"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NumerVIN">
<xsd:annotation>
<xsd:documentation>Numer VIN zgodny z danymi w dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="25"/>
<xsd:minLength value="1"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="RodzajDokumentu">
<xsd:annotation>
<xsd:documentation>Określenie rodzaju dokumentu jakiego dane są wprowadzane do weryfikacji; możliwe wartości: DR lub PC</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Dowód rejestracyjny"/>
<xsd:enumeration value="Pozwolenie czasowe"/>
<xsd:enumeration value="Pozwolenie czasowe wielokrotne"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SeriaINumerDokumentu">
<xsd:annotation>
<xsd:documentation>Seria i numer dokumentu pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="4"/>
<xsd:maxLength value="10"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Marka">
<xsd:annotation>
<xsd:documentation>Marka pojazdu zgodna z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="50"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DataPierwszejRejestracji">
<xsd:annotation>
<xsd:documentation>Data pierwszej rejestracji pojazdu zgodna z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:date">
<xsd:minInclusive value="1900-01-01"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="WlascicielPojazdu">
<xsd:annotation>
<xsd:documentation>Sekcja zawierająca dane głównego właściciela pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element name="OsobaFizyczna">
<xsd:annotation>
<xsd:documentation>Sekcja zawierająca wymagane dane głównego właściciela, w przypadku, gdy jest on osobą fizyczną</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ImieWlasciciela">
<xsd:annotation>
<xsd:documentation>Imię głównego właściciela pojazdu zgodne z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="50"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NazwiskoWlasciciela">
<xsd:annotation>
<xsd:documentation>Nazwisko głównego waściciela pojazdu zgodne z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="60"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PESEL" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Numer PESEL głównego właściciela pojazdu zgodny z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:length value="11"/>
<xsd:pattern value="([0-9]){11}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Firma">
<xsd:annotation>
<xsd:documentation>Sekcja zawierająca wymagane dane głównego właściciela, w przypadku, gdy jest on firmą</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NazwaSkroconaWlasciciela" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nazwa skrócona głównego właściciela pojazdu zgodna z danymi na dokumencie rejestracyjnym pojazdu;</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="150"/>
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="REGON">
<xsd:annotation>
<xsd:documentation>Numer REGON głównego właściciela pojazdu zgodny z danymi na dokumencie rejestracyjnym pojazdu</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="9"/>
<xsd:maxLength value="15"/>
<xsd:pattern value="([0-9]){9}(.)*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>