<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:kdpw:xsd:semt.smt.002.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:kdpw:xsd:semt.smt.002.01" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Wyciąg z konta zawierający salda oraz listę rozliczonych transakcji w instrumentach pochodnych.</xs:documentation>
		<xs:appinfo>
			<NmPL>Wyciąg z konta rozliczeniowego</NmPL>
		</xs:appinfo>
	</xs:annotation>
	<xs:element name="KDPWDocument" type="KDPWDocument">
		<xs:annotation>
			<xs:documentation>Komunikat systemu KDPW</xs:documentation>
			<xs:appinfo>
				<NmPL>Komunikat systemu KDPW</NmPL>
			</xs:appinfo>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="Amount">
		<xs:annotation>
			<xs:documentation>Wartość</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0"/>
			<xs:maxExclusive value="1000000000000"/>
			<xs:fractionDigits value="2"/>
			<xs:totalDigits value="14"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Amount6Decimal">
		<xs:annotation>
			<xs:documentation>Wartość - 6 miejsc po przecinku</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0"/>
			<xs:fractionDigits value="6"/>
			<xs:totalDigits value="14"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="AmountAndDate">
		<xs:annotation>
			<xs:documentation>Wartość, kod waluty i data</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość, kod waluty i data</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Amt" type="CurrencyAndAmount">
				<xs:annotation>
					<xs:documentation>Wartość i kod waluty</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość i kod waluty</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ValDt" type="ISODate" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Dzień, z którego kurs posłużył do ustalenia wartości papierów.</xs:documentation>
					<xs:appinfo>
						<NmPL>Data ustalenia wartości transakcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="BICIdentifier">
		<xs:annotation>
			<xs:documentation>Identyfikator instytucji finansowej BIC</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikator BIC</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="BusinessDayState">
		<xs:annotation>
			<xs:documentation>Stan dnia księgowego</xs:documentation>
			<xs:appinfo>
				<NmPL>Stan dnia księgowego</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DayPhs" type="Max1Text">
				<xs:annotation>
					<xs:documentation>Faza dnia</xs:documentation>
					<xs:appinfo>
						<NmPL>Faza dnia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmSsnId" type="Max2Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Numer sesji rozliczeniowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Numer sesji rozliczeniowej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CashSettlementSystem">
		<xs:annotation>
			<xs:documentation>Tryb rozliczeń pieniężnych. Pole określa sposób kompensacji zobowiązań i należności finansowych.</xs:documentation>
			<xs:appinfo>
				<NmPL>Tryb rozliczeń pieniężnych</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="NETT">
				<xs:annotation>
					<xs:documentation>Kompensacja wielostronna</xs:documentation>
					<xs:appinfo>
						<NmPL>Kompensacja wielostronna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BILL">
				<xs:annotation>
					<xs:documentation>Kompensacja dwustronna</xs:documentation>
					<xs:appinfo>
						<NmPL>Kompensacja dwustronna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GROS">
				<xs:annotation>
					<xs:documentation>Rozliczenie brutto</xs:documentation>
					<xs:appinfo>
						<NmPL>Rozliczenie brutto</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Code4Text">
		<xs:annotation>
			<xs:documentation>Kwalifikator, kod</xs:documentation>
			<xs:appinfo>
				<NmPL>Kwalifikator</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CreditDebitCode">
		<xs:annotation>
			<xs:documentation>Kody wskazujące stronę salda</xs:documentation>
			<xs:appinfo>
				<NmPL>Wskaźnik zobowiązań/należności</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CRDT">
				<xs:annotation>
					<xs:documentation>Należności (kredyt).
					Dla instrumentów pochodnych: pozycja długa.</xs:documentation>
					<xs:appinfo>
						<NmPL>Kredyt</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DBIT">
				<xs:annotation>
					<xs:documentation>Zobowiązania (debet).
					Dla instrumentów pochodnych: pozycja krótka.</xs:documentation>
					<xs:appinfo>
						<NmPL>Debet</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="CurrencyAnd6DecimalAmount">
		<xs:annotation>
			<xs:documentation>Wartość i kod waluty</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość i kod waluty</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Amount6Decimal">
				<xs:attribute name="Ccy" type="CurrencyCode" use="required">
					<xs:annotation>
						<xs:documentation>Kod waluty</xs:documentation>
						<xs:appinfo>
							<NmPL>Kod waluty</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="CurrencyAndAmount">
		<xs:annotation>
			<xs:documentation>Wartość i kod waluty</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość i kod waluty</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Amount">
				<xs:attribute name="Ccy" type="CurrencyCode" use="required">
					<xs:annotation>
						<xs:documentation>Kod waluty</xs:documentation>
						<xs:appinfo>
							<NmPL>Kod waluty</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="CurrencyCode">
		<xs:annotation>
			<xs:documentation>Kod waluty</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod waluty</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{3,3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DateAndDateTimeChoice">
		<xs:annotation>
			<xs:documentation>Data i czas</xs:documentation>
			<xs:appinfo>
				<NmPL>Data i czas</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Dt" type="ISODate">
					<xs:annotation>
						<xs:documentation>Data</xs:documentation>
						<xs:appinfo>
							<NmPL>Data</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
				<xs:element name="DtTm" type="ISODateTime">
					<xs:annotation>
						<xs:documentation>Data i czas</xs:documentation>
						<xs:appinfo>
							<NmPL>Data i czas</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DeliveringPartiesAndAccount">
		<xs:annotation>
			<xs:documentation>Określenie strony dostarczającej (sprzedającej)</xs:documentation>
			<xs:appinfo>
				<NmPL>Strona dostarczająca</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DlvrgAgtDtls" type="SettlementParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Uczestnik rozliczający strony dostarczającej</xs:documentation>
					<xs:appinfo>
						<NmPL>Uczestnik rozliczający</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="DeliverReceiveCode">
		<xs:annotation>
			<xs:documentation>Kody wskazujące stronę transakcji</xs:documentation>
			<xs:appinfo>
				<NmPL>Kody wskazujące stronę transakcji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DELI">
				<xs:annotation>
					<xs:documentation>Dostawa (sprzedaż)</xs:documentation>
					<xs:appinfo>
						<NmPL>Dostawa (sprzedaż)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RECE">
				<xs:annotation>
					<xs:documentation>Przyjęcie (kupno)</xs:documentation>
					<xs:appinfo>
						<NmPL>Przyjęcie (kupno)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DSSMemberIdentifier">
		<xs:annotation>
			<xs:documentation>Identyfikator instytucji wg wystawcy kodu</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikator instytucji wg wystawcy kodu</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DSS" type="Max8Text">
				<xs:annotation>
					<xs:documentation>Wystawca kodu wg rejestru ISO15022</xs:documentation>
					<xs:appinfo>
						<NmPL>Wystawca kodu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MmbId" type="Max34Text">
				<xs:annotation>
					<xs:documentation>Identyfikator instytucji wg rejestru wystawcy kodu</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator instytucji wg rejestru wystawcy kodu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentQuantity">
		<xs:annotation>
			<xs:documentation>Liczba instrumentów wyrażona w jednostkach lub wartości nominalnej</xs:documentation>
			<xs:appinfo>
				<NmPL>Liczba instrumentów</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Unit" type="Max11Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Jednostki</xs:documentation>
					<xs:appinfo>
						<NmPL>Jednostki</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FaceAmt" type="Amount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wartość nominalna</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość nominalna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FinancialInstrumentQuantityAndSign">
		<xs:annotation>
			<xs:documentation>Liczba instrumentów wyrażona w jednostkach lub wartości nominalnej wzbogacona o znak salda</xs:documentation>
			<xs:appinfo>
				<NmPL>Liczba instrumentów i znak salda</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Qty" type="FinancialInstrumentQuantity">
				<xs:annotation>
					<xs:documentation>Liczba instrumentów finansowych</xs:documentation>
					<xs:appinfo>
						<NmPL>Liczba instrumentów finansowych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CdtDbtInd" type="CreditDebitCode">
				<xs:annotation>
					<xs:documentation>Znacznik strony salda</xs:documentation>
					<xs:appinfo>
						<NmPL>Znacznik strony salda</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="Frequency1Code">
		<xs:annotation>
			<xs:documentation>Kod częstości</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod częstości</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DAIL">
				<xs:annotation>
					<xs:documentation>Raport dzienny</xs:documentation>
					<xs:appinfo>
						<NmPL>Raport dzienny</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ADHO">
				<xs:annotation>
					<xs:documentation>Raport w odpowiedzi na zapytanie</xs:documentation>
					<xs:appinfo>
						<NmPL>Raport w odpowiedzi na zapytanie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="INDA">
				<xs:annotation>
					<xs:documentation>Raport śróddzienny</xs:documentation>
					<xs:appinfo>
						<NmPL>Raport śróddzienny</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FunctionOfMessage">
		<xs:annotation>
			<xs:documentation>Funkcja komunikatu</xs:documentation>
			<xs:appinfo>
				<NmPL>Funkcja komunikatu</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="NEWM">
				<xs:annotation>
					<xs:documentation>Nowe zestawienie</xs:documentation>
					<xs:appinfo>
						<NmPL>Nowe zestawienie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="GeneralInformation">
		<xs:annotation>
			<xs:documentation>Ogólne informacje związane z komunikatem</xs:documentation>
			<xs:appinfo>
				<NmPL>Informacje ogólne</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="SndrMsgRef" type="Max16Text">
				<xs:annotation>
					<xs:documentation>Identyfikator komunikatu utworzony przez nadawcę</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator komunikatu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FuncOfMsg" type="FunctionOfMessage">
				<xs:annotation>
					<xs:documentation>Funkcja komunikatu</xs:documentation>
					<xs:appinfo>
						<NmPL>Funkcja komunikatu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UpdTp" type="StatementUpdateTypeCode" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Rodzaj zbioru danych (pełne dane/ nowe dane)</xs:documentation>
					<xs:appinfo>
						<NmPL>Rodzaj zbioru danych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FrDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Początek okresu objętego zestawieniem - data</xs:documentation>
					<xs:appinfo>
						<NmPL>Początek okresu objętego zestawieniem - data</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FrTm" type="ISOTime" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Początek okresu objętego zestawieniem - czas</xs:documentation>
					<xs:appinfo>
						<NmPL>Początek okresu objętego zestawieniem - czas</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ToDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Koniec okresu objętego zestawieniem - data</xs:documentation>
					<xs:appinfo>
						<NmPL>Koniec okresu objętego zestawieniem - data</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ToTm" type="ISOTime" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Koniec okresu objętego zestawieniem - czas</xs:documentation>
					<xs:appinfo>
						<NmPL>Koniec okresu objętego zestawieniem - czas</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BizDayStat" type="BusinessDayState" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Stan dnia księgowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Stan dnia księgowego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data utworzenia zestawienia</xs:documentation>
					<xs:appinfo>
						<NmPL>Data utworzenia zestawienia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Frqcy" type="Frequency1Code" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Rodzaj zestawienia</xs:documentation>
					<xs:appinfo>
						<NmPL>Rodzaj zestawienia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Lnk" type="Linkages" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Powiązania z innymi komunikatami</xs:documentation>
					<xs:appinfo>
						<NmPL>Referencje</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="IBAN">
		<xs:annotation>
			<xs:documentation>Numer konta pieniężnego w banku rozliczeniowym</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod IBAN</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="28"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="InstructionType">
		<xs:annotation>
			<xs:documentation>Typ instrukcji rozliczeniowej</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ instrukcji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DN">
				<xs:annotation>
					<xs:documentation>Dostawa niepłatna</xs:documentation>
					<xs:appinfo>
						<NmPL>Dostawa niepłatna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DP">
				<xs:annotation>
					<xs:documentation>Dostawa płatna</xs:documentation>
					<xs:appinfo>
						<NmPL>Dostawa płatna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PN">
				<xs:annotation>
					<xs:documentation>Przyjęcie niepłatne</xs:documentation>
					<xs:appinfo>
						<NmPL>Przyjęcie niepłatne</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PP">
				<xs:annotation>
					<xs:documentation>Przyjęcie płatne</xs:documentation>
					<xs:appinfo>
						<NmPL>Przyjęcie płatne</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ZN">
				<xs:annotation>
					<xs:documentation>Niepłatna instrukcja z rynku</xs:documentation>
					<xs:appinfo>
						<NmPL>Niepłatna instrukcja z rynku</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ZP">
				<xs:annotation>
					<xs:documentation>Płatna instrukcja z rynku</xs:documentation>
					<xs:appinfo>
						<NmPL>Płatna instrukcja z rynku</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ZS">
				<xs:annotation>
					<xs:documentation>Instrukcja zmiany statusu</xs:documentation>
					<xs:appinfo>
						<NmPL>Instrukcja zmiany statusu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OP">
				<xs:annotation>
					<xs:documentation>Operacja pieniężna</xs:documentation>
					<xs:appinfo>
						<NmPL>Operacja pieniężna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ISINIdentifier">
		<xs:annotation>
			<xs:documentation>Kod instrumentu finansowego ISIN</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod ISIN</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="12"/>
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ISODate">
		<xs:annotation>
			<xs:documentation>Data</xs:documentation>
			<xs:appinfo>
				<NmPL>Data</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="ISODateTime">
		<xs:annotation>
			<xs:documentation>Data i czas</xs:documentation>
			<xs:appinfo>
				<NmPL>Data i czas</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:dateTime"/>
	</xs:simpleType>
	<xs:simpleType name="ISOTime">
		<xs:annotation>
			<xs:documentation>Czas</xs:documentation>
			<xs:appinfo>
				<NmPL>Czas</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:time"/>
	</xs:simpleType>
	<xs:complexType name="KDPWDocument">
		<xs:annotation>
			<xs:documentation>Komunikat systemu KDPW</xs:documentation>
			<xs:appinfo>
				<NmPL>Komunikat systemu KDPW</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="semt.smt.002.01" type="semt.smt.002.01" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Wyciąg z konta rozliczeniowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Wyciąg z konta rozliczeniowego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Sndr" type="KDPWMemberIdentifier" use="required">
			<xs:annotation>
				<xs:documentation>Nadawca w postaci kodu KDPW</xs:documentation>
				<xs:appinfo>
					<NmPL>Nadawca</NmPL>
				</xs:appinfo>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="Rcvr" type="KDPWMemberIdentifier" use="required">
			<xs:annotation>
				<xs:documentation>Odbiorca w postaci kodu KDPW</xs:documentation>
				<xs:appinfo>
					<NmPL>Odbiorca</NmPL>
				</xs:appinfo>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:simpleType name="KDPWMemberIdentifier">
		<xs:annotation>
			<xs:documentation>Identyfikator uczestnika KDPW</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikator uczestnika KDPW</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="KDPWMarketIdentifier">
		<xs:annotation>
			<xs:documentation>Identyfikator rynku KDPW</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikator rynku KDPW</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="2"/>
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="KDPWSettlementTransactionType">
		<xs:annotation>
			<xs:documentation>Kod operacji rozliczeniowej KDPW</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod operacji KDPW</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="2"/>
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Linkages">
		<xs:annotation>
			<xs:documentation>Powiązania z innymi komunikatami</xs:documentation>
			<xs:appinfo>
				<NmPL>Referencje</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="RltdRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator otrzymanego zapytania.
					Wypełniane dla zestawień generowanych jako odpowiedź na zapytanie.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator otrzymanego zapytania</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="MatchType">
		<xs:annotation>
			<xs:documentation>Tryb zestawiania</xs:documentation>
			<xs:appinfo>
				<NmPL>Tryb zestawiania</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="N">
				<xs:annotation>
					<xs:documentation>Brak zestawiania</xs:documentation>
					<xs:appinfo>
						<NmPL>Brak zestawiania</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B">
				<xs:annotation>
					<xs:documentation>Zestawianie bez tolerancji</xs:documentation>
					<xs:appinfo>
						<NmPL>Zestawianie bez tolerancji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="T">
				<xs:annotation>
					<xs:documentation>Zestawianie z tolerancją</xs:documentation>
					<xs:appinfo>
						<NmPL>Zestawianie z tolerancją</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>Zestawianie trójstronne</xs:documentation>
					<xs:appinfo>
						<NmPL>Zestawianie trójstronne</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max1Text">
		<xs:annotation>
			<xs:documentation>Tekst o długości 1 znaku</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max2Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 2 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max8Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 8 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="8"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max16Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 16 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="16"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max16TextCollapse">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 16 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="16"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max34Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 34 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="34"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max35Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 35 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="35"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max70Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 70 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="70"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max140Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 140 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Tekst</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="140"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max2Int">
		<xs:annotation>
			<xs:documentation>Liczba całkowita o maksymalnej długości 2 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="2"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max3Int">
		<xs:annotation>
			<xs:documentation>Liczba całkowita o maksymalnej długości 3 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>Liczba</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="3"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max11Int">
		<xs:annotation>
			<xs:documentation>Liczba całkowita o maksymalnej długości 11 znaków</xs:documentation>
			<xs:appinfo>
				<NmPL>liczba</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="11"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MICIdentifier">
		<xs:annotation>
			<xs:documentation>Identyfikator rynku MIC</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikator rynku MIC</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="OpenCloseIndicator">
		<xs:annotation>
			<xs:documentation>Wskaźnik otwarcia/zamknięcia pozycji</xs:documentation>
			<xs:appinfo>
				<NmPL>Wskaźnik otwarcia/zamknięcia pozycji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="O">
				<xs:annotation>
					<xs:documentation>Otwarcie</xs:documentation>
					<xs:appinfo>
						<NmPL>Otwarcie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="C">
				<xs:annotation>
					<xs:documentation>Zamknięcie</xs:documentation>
					<xs:appinfo>
						<NmPL>Zamknięcie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PaymentCode">
		<xs:annotation>
			<xs:documentation>Kody wskazujące instrukcję płatną/niepłatną</xs:documentation>
			<xs:appinfo>
				<NmPL>Kody wskazujące instrukcję płatną/niepłatną</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="APMT">
				<xs:annotation>
					<xs:documentation>Instrukcja płatna</xs:documentation>
					<xs:appinfo>
						<NmPL>Instrukcja płatna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FREE">
				<xs:annotation>
					<xs:documentation>Instrukcja niepłatna</xs:documentation>
					<xs:appinfo>
						<NmPL>Instrukcja niepłatna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ReceivingPartiesAndAccount">
		<xs:annotation>
			<xs:documentation>Określenie strony przyjmującej (kupującej)</xs:documentation>
			<xs:appinfo>
				<NmPL>Strona przyjmująca</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="RcvgAgtDtls" type="SettlementParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Uczestnik rozliczający strony przyjmującej</xs:documentation>
					<xs:appinfo>
						<NmPL>Uczestnik rozliczający</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ReceiveDeliverCode">
		<xs:annotation>
			<xs:documentation>Kody wskazujące stronę transakcji</xs:documentation>
			<xs:appinfo>
				<NmPL>Kody wskazujące stronę transakcji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="DELI">
				<xs:annotation>
					<xs:documentation>Dostawa (sprzedaż)</xs:documentation>
					<xs:appinfo>
						<NmPL>Dostawa (sprzedaż)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DBIT">
				<xs:annotation>
					<xs:documentation>Przyjęcie (kupno)</xs:documentation>
					<xs:appinfo>
						<NmPL>Przyjęcie (kupno)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="SettlementInstructionDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły instrukcji rozliczeniowej</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły instrukcji rozliczeniowej</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="PlcOfTrad" type="Max16TextCollapse" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod rynku</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod rynku</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWPlcOfTrad" type="KDPWMarketIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod rynku KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod rynku KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradMode" type="Max16TextCollapse" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Tryb obrotu</xs:documentation>
					<xs:appinfo>
						<NmPL>Tryb obrotu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWTradMode" type="Max2Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Tryb obrotu KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Tryb obrotu KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradDtTm" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data transakcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Data transakcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmQty" type="FinancialInstrumentQuantity">
				<xs:annotation>
					<xs:documentation>Liczba instrumentów finansowych</xs:documentation>
					<xs:appinfo>
						<NmPL>Liczba instrumentów finansowych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvrRcvCd" type="DeliverReceiveCode">
				<xs:annotation>
					<xs:documentation>Wskaźnik strony transakcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Wskaźnik strony transakcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Pmt" type="PaymentCode">
				<xs:annotation>
					<xs:documentation>Wskaźnik intrukcji płatnej/niepłatnej</xs:documentation>
					<xs:appinfo>
						<NmPL>Wskaźnik intrukcji płatnej/niepłatnej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmTxTp" type="SettlementTransactionType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Typ operacji rozliczeniowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ operacji rozliczeniowej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWSttlmTxTp" type="KDPWSettlementTransactionType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Typ operacji rozliczeniowej KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ operacji rozliczeniowej KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CACd" type="Code4Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Typ operacji na papierach. Podawany dla instrukcji powstałych w wyniku obsługi zdarzeń korporacyjnych.</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ operacji na papierach</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TxPhs" type="Code4Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Faza operacji</xs:documentation>
					<xs:appinfo>
						<NmPL>Faza operacji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ESttlmDtTm" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data rozliczenia</xs:documentation>
					<xs:appinfo>
						<NmPL>Data rozliczenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmSys" type="SettlementSystem" minOccurs="0">
				<xs:annotation>
					<xs:documentation>System rozliczeń w papierach</xs:documentation>
					<xs:appinfo>
						<NmPL>System rozliczeń</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CshSttlmSys" type="CashSettlementSystem" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Tryb rozliczeń pieniężnych</xs:documentation>
					<xs:appinfo>
						<NmPL>Tryb rozliczeń pieniężnych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmAmt" type="CurrencyAnd6DecimalAmount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wartość rozliczenia i kod waluty</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość rozliczenia i kod waluty</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvrgSdDtls" type="DeliveringPartiesAndAccount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Strona dostarczająca</xs:documentation>
					<xs:appinfo>
						<NmPL>Strona dostarczająca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RcvgSdDtls" type="ReceivingPartiesAndAccount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Strona przyjmująca</xs:documentation>
					<xs:appinfo>
						<NmPL>Strona przyjmująca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SettlementParty">
		<xs:annotation>
			<xs:documentation>Uczestnik rozliczający</xs:documentation>
			<xs:appinfo>
				<NmPL>Uczestnik rozliczający</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="BIC" type="BICIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator instytucji finansowej BIC</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator BIC</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWMmbId" type="KDPWMemberIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator uczestnika KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator uczestnika KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DSSMmbId" type="DSSMemberIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator instytucji wg wystawcy kodu</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator instytucji wg wystawcy kodu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrtryId" type="Max70Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator dowolny</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator dowolny</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="SettlementSystem">
		<xs:annotation>
			<xs:documentation>System rozliczeń w papierach. Określenie kompensacji zobowiązań i należności w papierach.</xs:documentation>
			<xs:appinfo>
				<NmPL>System rozliczeń</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="RTGS">
				<xs:annotation>
					<xs:documentation>Rozliczenie brutto</xs:documentation>
					<xs:appinfo>
						<NmPL>Rozliczenie brutto</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MB">
				<xs:annotation>
					<xs:documentation>Rozliczenie z kompensacją wielostronną</xs:documentation>
					<xs:appinfo>
						<NmPL>Kompensacja wielostronna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SettlementTransactionType">
		<xs:annotation>
			<xs:documentation>Typ operacji rozliczeniowej wg nazewnictwa ISO</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ operacji ISO</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="4"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="StatementUpdateTypeCode">
		<xs:annotation>
			<xs:documentation>Rodzaj przekazywanych danych</xs:documentation>
			<xs:appinfo>
				<NmPL>Rodzaj przekazywanych danych</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="COMP">
				<xs:annotation>
					<xs:documentation>Pełne informacje</xs:documentation>
					<xs:appinfo>
						<NmPL>Pełne informacje</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DELT">
				<xs:annotation>
					<xs:documentation>Tylko zmiany w stosunku do ostatniego zestawienia</xs:documentation>
					<xs:appinfo>
						<NmPL>Tylko zmiany</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="StatementForAccount">
		<xs:annotation>
			<xs:documentation>Zestawienie dla konta podmiotowego</xs:documentation>
			<xs:appinfo>
				<NmPL>Zestawienie dla konta podmiotowego</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="KDPWMmbId" type="KDPWMemberIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod uczestnika KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod uczestnika KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWSafAcct" type="Max16TextCollapse">
				<xs:annotation>
					<xs:documentation>Identyfikator konta podmiotowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator konta podmiotowego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ActvtyInd" type="YesNoIndicator">
				<xs:annotation>
					<xs:documentation>Znacznik aktywności.
						Wartość 'Y' oznacza, że istnieją transakcje dotyczące konta.
						Wartość 'N' oznacza brak aktywności na koncie.</xs:documentation>
					<xs:appinfo>
						<NmPL>Znacznik aktywności</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubAcctDtls" type="SubAccountDetails" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Szczegóły dla statusów aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły dla statusów aktywów</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SubAccountDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły dotyczące statusów aktywów</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły dotyczące statusów aktywów</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="BalTp" type="Code4Text">
				<xs:annotation>
					<xs:documentation>Status aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Status aktywów</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ISIN" type="ISINIdentifier">
				<xs:annotation>
					<xs:documentation>Kod instrumentu finansowego ISIN</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod ISIN</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="OpngBal" type="FinancialInstrumentQuantityAndSign">
				<xs:annotation>
					<xs:documentation>Saldo początkowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Saldo początkowe</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ClsgBal" type="FinancialInstrumentQuantityAndSign">
				<xs:annotation>
					<xs:documentation>Saldo końcowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Saldo końcowe</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Trad" type="Trade" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Charakterystyka rozliczenia</xs:documentation>
					<xs:appinfo>
						<NmPL>Dane rozliczenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Trade">
		<xs:annotation>
			<xs:documentation>Charakterystyka rozliczenia</xs:documentation>
			<xs:appinfo>
				<NmPL>Dane rozliczenia</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Lnk" type="TradeLinkages">
				<xs:annotation>
					<xs:documentation>Identyfikacja instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikacja instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TradDtls" type="SettlementInstructionDetails" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Szczegóły instrukcji rozliczeniowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TradeLinkages">
		<xs:annotation>
			<xs:documentation>Identyfikacja instrukcji rozliczeniowej</xs:documentation>
			<xs:appinfo>
				<NmPL>Identyfikacja instrukcji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="InstrTp" type="InstructionType">
				<xs:annotation>
					<xs:documentation>Typ instrukcji źródłowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ instrukcji źródłowej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrvsRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator poprzednio przekazanej instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator poprzednio przekazanej instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RltdRef" type="Max16Text" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Identyfikator poprzednio otrzymanej instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator poprzednio otrzymanej instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CmonRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wspólny identyfikator transakcji nadany przez strony. Wykorzystywany przy zestawianiu instrukcji.</xs:documentation>
					<xs:appinfo>
						<NmPL>Wspólny identyfikator</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MktRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator transakcji nadawany przez rynek</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator z rynku</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AcctSvcrRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator instrukcji nadany przez KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="LndgBrrwgRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator pożyczki papierów wartościowych. Wymagany przy zamknięciu pożyczki.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator pożyczki papierów wartościowych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CARef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator zdarzenia CA. Pole wypełniane w przypadku instrukcji utworzonych w procesie obsługi zdarzeń korporacyjnych.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator zdarzenia CA</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator transakcji repo.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator repo</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmRcrdRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator zapisu ewidencyjnego nadany przez KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator zapisu ewidencyjnego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="YesNoIndicator">
		<xs:annotation>
			<xs:documentation>Znacznik tak/nie</xs:documentation>
			<xs:appinfo>
				<NmPL>Znacznik tak/nie</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Y">
				<xs:annotation>
					<xs:documentation>Prawda (tak)</xs:documentation>
					<xs:appinfo>
						<NmPL>Prawda (tak)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="N">
				<xs:annotation>
					<xs:documentation>Fałsz (nie)</xs:documentation>
					<xs:appinfo>
						<NmPL>Fałsz (nie)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="semt.smt.002.01">
		<xs:annotation>
			<xs:documentation>Wyciąg z konta rozliczeniowego</xs:documentation>
			<xs:appinfo>
				<NmPL>Wyciąg z konta rozliczeniowego</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GnlInf" type="GeneralInformation">
				<xs:annotation>
					<xs:documentation>Blok informacji ogólnych</xs:documentation>
					<xs:appinfo>
						<NmPL>Informacje ogólne</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="StmtForAcct" type="StatementForAccount" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Zestawienie dla konta podmiotowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Zestawienie dla konta</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
