1096
ID | 1096 |
Data | 2013-02-15 |
Symbol | 2013/02/15/1096 |
Instytucja | Ministerstwo Finansów |
Nazwa | DT-1 DEKLARACJA NA PODATEK OD ŚRODKÓW TRANSPORTOWYCH |
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:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" 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:dekl="http://crd.gov.pl/wzor/2013/02/15/1096/" targetNamespace="http://crd.gov.pl/wzor/2013/02/15/1096/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<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/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/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:simpleType name="NIP_type">
<xs:annotation>
<xs:documentation>Identyfikator podatkowy NIP</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:string">
<xs:pattern value="[1-9]((\d[1-9])|([1-9]\d))\d{7}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OrganPodatkowy_type">
<xs:annotation>
<xs:documentation>Nazwa i adres siedziby organu podatkowego</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Liczbowy_type">
<xs:annotation>
<xs:documentation>Liczby naturalne</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:nonNegativeInteger">
<xs:whiteSpace value="collapse"/>
<xs:totalDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Wartość kwotowa wykazana w zł i gr</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:decimal">
<xs:totalDigits value="16"/>
<xs:whiteSpace value="collapse"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Naglowek_type">
<xs:annotation>
<xs:documentation>Nagłówek dokumentu</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="KodFormularza">
<xs:annotation>
<xs:documentation>Kod formularza, na którym jest składana deklaracja</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DT-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="WariantFormularza">
<xs:annotation>
<xs:documentation>Wariant formularza, na którym jest składana deklaracja</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:byte">
<xs:enumeration value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Rok">
<xs:annotation>
<xs:documentation>Rok</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:gYear">
<xs:minInclusive value="2012"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="WersjaSchemy">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1-0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Wlasnosc_type">
<xs:annotation>
<xs:documentation>Dane dotyczące własności albo współwłasności</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>właściciel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RodzajSrodka_type">
<xs:annotation>
<xs:documentation>Rodzaj środka transportowego</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>samochód ciężarowy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>ciągnik siodłowy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>ciągnik balastowy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>przyczepa</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>naczepa</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>autobus</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Masa_type">
<xs:annotation>
<xs:documentation>Masa pojazdu w tonach</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:decimal">
<xs:fractionDigits value="1"/>
<xs:totalDigits value="3"/>
<xs:minExclusive value="0"/>
<xs:maxExclusive value="100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LiczbaOsi_type">
<xs:annotation>
<xs:documentation>Liczba osi pojazdu</xs:documentation>
</xs:annotation>
<xs:restriction base="dekl:Liczbowy_type">
<xs:totalDigits value="1"/>
<xs:minExclusive value="0"/>
<xs:maxExclusive value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RodzajZawieszenia_type">
<xs:annotation>
<xs:documentation>Rodzaj zawieszenia</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>pneumatyczne</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>równoważne z pneumatycznym</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>inny system zawieszenia</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="WplywPojazdu_type">
<xs:annotation>
<xs:documentation>Wpływ pojazdu silnikowego na środowisko naturalne</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="P_B20_1" minOccurs="0">
<xs:annotation>
<xs:documentation>1. Euro (EU/EKG ONZ)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xsd:string">
<xs:enumeration value="Euro 0"/>
<xs:enumeration value="Euro 1/I"/>
<xs:enumeration value="Euro 2/II"/>
<xs:enumeration value="Euro 3/III"/>
<xs:enumeration value="Euro 4/IV"/>
<xs:enumeration value="Euro 5/V"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B20_2" minOccurs="0">
<xs:annotation>
<xs:documentation>2. instalacja gazowa</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xsd:string">
<xs:enumeration value="instalacja gazowa"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B20_3" minOccurs="0">
<xs:annotation>
<xs:documentation>3. inne</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xsd:string">
<xs:enumeration value="inne"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:simpleType name="Data_type">
<xs:annotation>
<xs:documentation>Typ daty</xs:documentation>
</xs:annotation>
<xs:restriction base="xsd:date">
<xs:minInclusive value="1900-01-01"/>
<xs:whiteSpace value="collapse"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Wartosc_type">
<xs:sequence>
<xs:element name="Naglowek" type="dekl:Naglowek_type">
<xs:annotation>
<xs:documentation>Nagłówek deklaracji</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MiejsceSkladaniaDeklaracji">
<xs:annotation>
<xs:documentation>A. Miejsce składania deklaracji. Nazwa i adres siedziby organu podatkowego</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="dekl:OrganPodatkowy_type"/>
</xs:simpleType>
</xs:element>
<xs:element name="Podmiot1">
<xs:annotation>
<xs:documentation>B. Dane podatnika</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="OsobaNiefizyczna">
<xs:complexType>
<xs:sequence>
<xs:element name="NIP" type="dekl:NIP_type">
<xs:annotation>
<xs:documentation>Identyfikator podatkowy NIP podatnika</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NazwaPelna">
<xs:annotation>
<xs:documentation>Pełna nazwa</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:minLength value="1"/>
<xs:maxLength value="240"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OsobaFizyczna">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="NIP" type="dekl:NIP_type">
<xs:annotation>
<xs:documentation>Identyfikator podatkowy NIP podatnika</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="oso:PESEL">
<xs:annotation>
<xs:documentation>Identyfikator podatkowy numer PESEL podatnika</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element ref="oso:Nazwisko" maxOccurs="3"/>
<xs:element ref="oso:Imie"/>
<xs:element name="DataUrodzenia" type="dekl:Data_type">
<xs:annotation>
<xs:documentation>Data urodzenia</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="AdresZamieszkaniaSiedziby">
<xs:complexType>
<xs:complexContent>
<xs:extension base="adr:AdresTyp">
<xs:attribute name="rodzajAdresu" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="RAD">
<xs:annotation>
<xs:documentation>Adres zamieszkania lub siedziby</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="rola" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="podatnik"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rodzaj" use="required">
<xs:simpleType>
<xs:restriction base="xs:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>osoba fizyczna</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>osoba prawna</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>jednostka organizacyjna nieposiadająca osobowości prawnej</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:sequence>
<xs:annotation>
<xs:documentation>C. Obowiązek składania deklaracji</xs:documentation>
</xs:annotation>
<xs:element name="PrzyczynyZlozeniaDeklaracji">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xsd:byte">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>deklaracja składana w terminie do dnia 15 lutego roku podatkowego</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>powstanie obowiązku podatkowego w trakcie roku podatkowego</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>wygaśnięcie obowiązku podatkowego</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>zmiana miejsca zamieszkania lub siedziby</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>korekta deklaracji</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>przedłużenie okresu czasowego wycofania pojazdu z ruchu</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PoprzednieMiejsceSkladania" minOccurs="0">
<xs:annotation>
<xs:documentation>Nazwa i adres siedziby organu podatkowego, w którym poprzednio składano deklarację na podatek od środków transportowych (należy wypełnić w przypadku zaznaczenia kwadratu nr 4 w poz. Przyczyny złożenia deklaracji)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="dekl:OrganPodatkowy_type"/>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>D. Dane dotyczące przedmiotów opodatkowania (z wyjątkiem środków transportowych zwolnionych z podatku) W przypadku zaznaczenia w poz. Przyczyny złożenia deklaracji kwadratu nr 2, 3, 5 lub 6 podatnik wypełnia deklarację i załącznik tylko w zakresie pojazdów, co do których obowiązek podatkowy powstał, wygasł lub złożona wcześniej deklaracja została wypełniona nieprawidłowo.</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.1 Samochody ciężarowe o dopuszczalnej masie całkowitej powyżej 3,5 tony do 5,5 tony włącznie</xs:documentation>
</xs:annotation>
<xs:element name="P_20" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_21" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_22" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_23" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.2 Samochody ciężarowe o dopuszczalnej masie całkowitej powyżej 5,5 tony do 9 ton włącznie</xs:documentation>
</xs:annotation>
<xs:element name="P_24" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_25" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_26" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_27" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.3 Samochody ciężarowe o dopuszczalnej masie całkowitej powyżej 9 ton i poniżej 12 ton</xs:documentation>
</xs:annotation>
<xs:element name="P_28" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_29" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_30" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_31" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.4 Ciągniki siodłowe i balastowe przystosowane do używania łącznie z naczepą lub przyczepą o dopuszczalnej masie całkowitej zespołu pojazdów od 3,5 tony i poniżej 12 ton</xs:documentation>
</xs:annotation>
<xs:element name="P_32" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_33" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_34" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_35" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.5 Przyczepy i naczepy, które łącznie z pojazdem silnikowym posiadają dopuszczalną masę całkowitą od 7 ton i poniżej 12 ton, z wyjątkiem związanych wyłącznie z działalnością rolniczą prowadzoną przez podatnika podatku rolnego</xs:documentation>
</xs:annotation>
<xs:element name="P_36" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_37" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_38" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_39" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.6 Autobusy z liczbą miejsc do siedzenia mniejszą niż 30, włączając siedzenie kierowcy</xs:documentation>
</xs:annotation>
<xs:element name="P_40" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_41" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_42" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_43" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.7 Autobusy z liczbą miejsc do siedzenia równą i wyższą niż 30, włączając siedzenie kierowcy</xs:documentation>
</xs:annotation>
<xs:element name="P_44" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_45" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_46" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_47" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>Samochody ciężarowe o dopuszczalnej masie całkowitej równej lub wyższej niż 12 ton</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.8 Dwie osie</xs:documentation>
</xs:annotation>
<xs:element name="P_48" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_49" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_50" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_51" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.9 Trzy osie</xs:documentation>
</xs:annotation>
<xs:element name="P_52" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_53" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_54" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_55" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.10 Cztery osie i więcej</xs:documentation>
</xs:annotation>
<xs:element name="P_56" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_57" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_58" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_59" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>Ciągniki siodłowe i balastowe przystosowane do używania łącznie z naczepą lub przyczepą o dopuszczalnej masie całkowitej zespołu pojazdów równej lub wyższej niż 12 ton</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.11 Dwie osie</xs:documentation>
</xs:annotation>
<xs:element name="P_60" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_61" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_62" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_63" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.12 Trzy osie i więcej</xs:documentation>
</xs:annotation>
<xs:element name="P_64" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_65" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_66" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_67" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>Przyczepy i naczepy, które łącznie z pojazdem silnikowym posiadają dopuszczalną masę całkowitą równą lub wyższą niż 12 ton, z wyjątkiem związanych wyłącznie z działalnością rolniczą prowadzoną przez podatnika podatku rolnego</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.13 Jedna oś</xs:documentation>
</xs:annotation>
<xs:element name="P_68" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_69" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_70" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_71" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.14 Dwie osie</xs:documentation>
</xs:annotation>
<xs:element name="P_72" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_73" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_74" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_75" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:annotation>
<xs:documentation>D.15 Trzy osie i więcej</xs:documentation>
</xs:annotation>
<xs:element name="P_76" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów niepozostających we współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_77" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel wpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_78" type="dekl:Liczbowy_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba pojazdów pozostających we współwłasności (wypełnia współwłaściciel niewpisany jako pierwszy w dowodzie rejestracyjnym pojazdu)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_79" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>E. Kwota podatku</xs:documentation>
</xs:annotation>
<xs:element name="P_80" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Razem kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_81">
<xs:annotation>
<xs:documentation>Kwota I raty podatku do zapłaty</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="dekl:KwotaPodatku_type">
<xs:fractionDigits value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_82" minOccurs="0">
<xs:annotation>
<xs:documentation>Kwota II raty podatku do zapłaty</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="dekl:KwotaPodatku_type">
<xs:fractionDigits value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:element name="Pouczenie">
<xs:annotation>
<xs:documentation>Pouczenie</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="W przypadku niewpłacenia w terminach określonych w art.11 ustawy kwoty podatku (raty podatku) od środków transportowych obliczonego w poz.81 i 82 lub wpłacenia jej w niepełnej wysokości niniejsza deklaracja stanowi podstawę do wystawienia tytułu wykonawczego, zgodnie z przepisami ustawy z dnia 17 czerwca 1966 r. o postępowaniu egzekucyjnym w administracji (Dz.U. z 2012 r. poz.1015, z późn.zm.)."/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence>
<xs:annotation>
<xs:documentation>G. Oświadczenie podatnika/osoby reprezentującej podatnika</xs:documentation>
</xs:annotation>
<xs:element name="Oswiadczenie">
<xs:annotation>
<xs:documentation>Oświadczenie</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Oświadczam, że są mi znane przepisy Kodeksu karnego skarbowego o odpowiedzialności za podanie danych niezgodnych z rzeczywistością."/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element ref="oso:Imie"/>
<xs:element ref="oso:Nazwisko" maxOccurs="3"/>
<xs:element name="DataWypelnienia">
<xs:annotation>
<xs:documentation>Data wypełnienia deklaracji</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:minInclusive value="2013-02-01"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:element name="Zalacznik_DT-1A">
<xs:annotation>
<xs:documentation>Dane dotyczące środków transportowych</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="P_B" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Dane szczegółowe dotyczące środka transportowego</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="P_B1" type="dekl:Wlasnosc_type">
<xs:annotation>
<xs:documentation>Dane dotyczące własności albo współwłasności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B2" type="dekl:RodzajSrodka_type">
<xs:annotation>
<xs:documentation>Rodzaj środka transportowego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B3" type="dekl:Data_type">
<xs:annotation>
<xs:documentation>Data pierwszej rejestracji na terytorium RP</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B4">
<xs:annotation>
<xs:documentation>Numer rejestracyjny pojazdu</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B5">
<xs:annotation>
<xs:documentation>Numer identyfikacyjny VIN/nadwozia, podwozia lub ramy</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B6">
<xs:annotation>
<xs:documentation>Marka, typ, model pojazdu</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B7">
<xs:annotation>
<xs:documentation>Rok produkcji</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:gYear">
<xs:minInclusive value="1900"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B8" type="dekl:Data_type">
<xs:annotation>
<xs:documentation>Data nabycia</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B9" type="dekl:Data_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Data zbycia</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B10" type="dekl:Data_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Data czasowego wycofania z ruchu</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B11" type="dekl:Data_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Data ponownego dopuszczenia do ruchu</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B12" type="dekl:Data_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Data wyrejestrowania</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B13" type="dekl:Masa_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Dopuszczalna masa całkowita pojazdu</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B14" type="dekl:Masa_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Masa własna ciągnika siodłowego</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B15" type="dekl:Masa_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Dopuszczalna masa całkowita zespołu pojazdów</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B16" type="dekl:LiczbaOsi_type">
<xs:annotation>
<xs:documentation>Liczba osi pojazdu</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence>
<xs:element name="P_B17" type="dekl:RodzajZawieszenia_type">
<xs:annotation>
<xs:documentation>Rodzaj zawieszenia</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B18" minOccurs="0">
<xs:annotation>
<xs:documentation>Opis rodzaju zawieszenia</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:element name="P_B19" minOccurs="0">
<xs:annotation>
<xs:documentation>Liczba miejsc do siedzenia</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="dekl:Liczbowy_type">
<xs:totalDigits value="2"/>
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="P_B20" type="dekl:WplywPojazdu_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Wpływ pojazdu silnikowego na środowisko naturalne</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence>
<xs:element name="P_B21" type="dekl:KwotaPodatku_type">
<xs:annotation>
<xs:documentation>Kwota podatku</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="P_B22" type="dekl:KwotaPodatku_type" minOccurs="0">
<xs:annotation>
<xs:documentation>Kwota podatku zapłaconego</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="format" type="xs:string"/>
<xs:attribute name="kodowanie" type="xs:string"/>
<xs:attribute name="nazwaPliku" type="xs:string"/>
</xs:complexType>
<xs:complexType name="TrescDokumentu_type">
<xs:sequence>
<xs:element name="Wartosc" type="dekl:Wartosc_type"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Dokument_type">
<xs:sequence>
<xs:element name="OpisDokumentu" type="str:OpisDokumentuTyp" minOccurs="0"/>
<xs:element name="DaneDokumentu" type="str:DaneDokumentuTyp" minOccurs="0"/>
<xs:element name="TrescDokumentu" type="dekl:TrescDokumentu_type"/>
<xs:element ref="ds:Signature" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:element name="Dokument" type="dekl:Dokument_type"/>
</xs:schema>