<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="https://puesc.gov.pl/ZEFIR2/xsd/v3_0/Authentication.xsd" targetNamespace="https://puesc.gov.pl/ZEFIR2/xsd/v3_0/Authentication.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3_0" xml:lang="pl">
	<xs:element name="Authentication">
		<xs:annotation>
			<xs:documentation source="doc" xml:lang="pl">ELEMENT DO UWIERZYTELNIANIA KWOTĄ PRZYCHODU.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Data" minOccurs="1" maxOccurs="1">
					<xs:annotation>
						<xs:documentation source="doc" xml:lang="pl">DANE DO UWIERZYTELNIENIA.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:attribute name="identifier" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation source="doc" xml:lang="pl">PESEL
									lub NIP.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="firstName" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation source="doc" xml:lang="pl">Imię.
								</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="surname" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation source="doc" xml:lang="pl">Nazwisko.
								</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="dateOfBirth" type="xs:date" use="required">
							<xs:annotation>
								<xs:documentation source="doc" xml:lang="pl">Data
									urodzenia.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="amount" use="required">
							<xs:annotation>
								<xs:documentation source="doc" xml:lang="pl">Kwota
									przychodu (PIT).</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:decimal">
									<xs:totalDigits value="14"/>
									<xs:fractionDigits value="2"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
