<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:kdpw:xsd:sese.sts.005.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:kdpw:xsd:sese.sts.005.01" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Komunikat przekazywany z KDPW_CCP informujący o statusie instrukcji rozliczeniowej (instrumenty pochodne).</xs:documentation>
		<xs:appinfo>
			<NmPL>Status instrukcji rozliczeniowej</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="CashParty">
		<xs:annotation>
			<xs:documentation>Instytucja wykonująca rozliczenie finansowe</xs:documentation>
			<xs:appinfo>
				<NmPL>Płatnik</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="CshAcct" type="IBAN" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Numer konta pieniężnego w banku rozliczeniowym</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod IBAN</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:complexType name="ComplexTradeDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły transakcji złożonej</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły transakcji złożonej</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="CxId" type="Max16Text">
				<xs:annotation>
					<xs:documentation>Identyfikator transakcji złożonej. Jednoznacznie określa grupę transakcji składowych dla danego dnia rozliczeniowego i uczestnika.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator transakcji złożonej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CxTp" type="ComplexTradeType">
				<xs:annotation>
					<xs:documentation>Typ transakcji złożonej</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ transakcji złożonej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CurSttlmInstrNb" type="Max3Int">
				<xs:annotation>
					<xs:documentation>Numer transakcji składowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Numer transakcji składowej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TtlLnkdSttlmInstr" type="Max3Int">
				<xs:annotation>
					<xs:documentation>Wielkość transakcji złożonej. Określa deklarowaną liczbę transakcji składowych.</xs:documentation>
					<xs:appinfo>
						<NmPL>Wielkość transakcji złożonej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Lnk" type="ComplexTradeLinkage" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Opcjonalne wskazanie relacji z inną transakcją składową</xs:documentation>
					<xs:appinfo>
						<NmPL>Relacja z inną transakcją składową</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ComplexTradeLinkage">
		<xs:annotation>
			<xs:documentation>Relacje z inną transakcją składową</xs:documentation>
			<xs:appinfo>
				<NmPL>Relacje z inną transakcją składową</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Max16Text">
				<xs:attribute name="RefCode" type="ComplexTradeLinkedReferenceCodes" use="required">
					<xs:annotation>
						<xs:documentation>Identyfikator wskazanej zależnej transakcji składowej</xs:documentation>
						<xs:appinfo>
							<NmPL>Identyfikator wskazanej transakcji składowej</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="ComplexTradeLinkedReferenceCodes">
		<xs:annotation>
			<xs:documentation>Typ relacji ze wskazaną transakcją składową</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ relacji z transankcją składową</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="WITH">
				<xs:annotation>
					<xs:documentation>Jednoczesne rozliczenie ze wskazaną transakcją składową</xs:documentation>
					<xs:appinfo>
						<NmPL>Rozliczenie jednoczesne</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BEFO">
				<xs:annotation>
					<xs:documentation>Rozliczenie przed wskazaną transakcją składową</xs:documentation>
					<xs:appinfo>
						<NmPL>Rozliczenie przed</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AFTE">
				<xs:annotation>
					<xs:documentation>Rozliczenie po wskazanej transakcji składowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Rozliczenie po</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ComplexTradeType">
		<xs:annotation>
			<xs:documentation>Typ transakcji złożonej</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ transakcji złożonej</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="BILA">
				<xs:annotation>
					<xs:documentation>Transakcja złożona deklarowana dwustronnie</xs:documentation>
					<xs:appinfo>
						<NmPL>Transakcja złożona deklarowana dwustronnie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UNIL">
				<xs:annotation>
					<xs:documentation>Transakcja złożona deklarowana jednostronnie</xs:documentation>
					<xs:appinfo>
						<NmPL>Transakcja złożona deklarowana jednostronnie</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryCode">
		<xs:annotation>
			<xs:documentation>Kod kraju</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod kraju</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{2,2}"/>
		</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="CustodianParty">
		<xs:annotation>
			<xs:documentation>Depozytariusz</xs:documentation>
			<xs:appinfo>
				<NmPL>Depozytariusz</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:element name="SafAcct" type="Max35Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Konto rozliczeniowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Konto rozliczeniowe</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<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="SellrDtls" type="TradingParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Instytucja sprzedająca</xs:documentation>
					<xs:appinfo>
						<NmPL>Sprzedający</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<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:element name="DlvrrsCtdnDtls" type="CustodianParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Depozytariusz strony dostarczającej</xs:documentation>
					<xs:appinfo>
						<NmPL>Depozytariusz</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AcctWthInstnDtls" type="CashParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Instytucja odpowiedzialna za rozliczenie finansowe dla strony dostarczającej</xs:documentation>
					<xs:appinfo>
						<NmPL>Płatnik</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWClntDtls" type="KDPWClient" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod NKK podawany w instrukcjach związanych z wnoszeniem i wycofywaniem zabezpieczeń</xs:documentation>
					<xs:appinfo>
						<NmPL>NKK</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MktPrcgRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator zlecenia sprzedaży nadany przez rynek</xs:documentation>
					<xs:appinfo>
						<NmPL>Rynkowy identyfikator zlecenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CxTxDtls" type="ComplexTradeDetails" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Szczegóły transakcji złożonej</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły transakcji złożonej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AddtlInf" type="Max140Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Informacje dodatkowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Komentarz</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="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: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>Nowy komunikat</xs:documentation>
					<xs:appinfo>
						<NmPL>Nowy komunikat</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="InstrTp" type="InstructionType">
				<xs:annotation>
					<xs:documentation>Typ instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<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="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data utworzenia komunikatu</xs:documentation>
					<xs:appinfo>
						<NmPL>Data utworzenia komunikatu</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:complexType name="KDPWClient">
		<xs:annotation>
			<xs:documentation>Numer klasyfikacyjny klienta NKK</xs:documentation>
			<xs:appinfo>
				<NmPL>NKK</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="KDPWClntId" type="Max8Text">
				<xs:annotation>
					<xs:documentation>Identyfikator nadany klientowi lub grupie klientów</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod NKK</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<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="sese.sts.005.01" type="sese.sts.005.01" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Status instrukcji rozliczeniowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Status instrukcji rozliczeniowej</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" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Identyfikator poprzednio otrzymanej instrukcji rozliczeniowej</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 instrukcji rozliczeniowej nadawany przez rynek</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator nadawany przez rynek</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AcctSvcrRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator instrukcji rozliczeniowej nadany przez KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator nadany przez KDPW</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RltdReqRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator otrzymanego zapytania</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator otrzymanego zapytania</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: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="0">
				<xs:annotation>
					<xs:documentation>Brak sprzeciwu na zastosowanie mechanizmu tolerancji pod warunkiem rozrachunku wg wartości podanej przez wystawcę instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Brak sprzeciwu na zastosowanie tolerancji</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="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="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="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:complexType name="PlaceOfSafekeeping">
		<xs:annotation>
			<xs:documentation>Miejsce przechowywania instrumentów finansowych</xs:documentation>
			<xs:appinfo>
				<NmPL>Miejsce przechowywania instrumentów finansowych</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="PlcCd" type="PlaceOfSafekeepingCode">
				<xs:annotation>
					<xs:documentation>Kod miejsca</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod miejsca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BIC" type="BICIdentifier">
				<xs:annotation>
					<xs:documentation>Identyfikator instytucji finansowej BIC</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator BIC</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="PlaceOfSafekeepingCode">
		<xs:annotation>
			<xs:documentation>Kod miejsca</xs:documentation>
			<xs:appinfo>
				<NmPL>Kod miejsca</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CUST">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<NmPL/>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ICSD">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<NmPL/>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NCSD">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<NmPL/>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SHHE">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<NmPL/>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PlaceOfSettlement">
		<xs:annotation>
			<xs:documentation>Miejsce rozliczenia kontrpartnera zagranicznego</xs:documentation>
			<xs:appinfo>
				<NmPL>Miejsce rozliczenia</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<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="CntryCd" type="CountryCode" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Kod kraju miejsca rozliczenia</xs:documentation>
						<xs:appinfo>
							<NmPL>Kod kraju miejsca rozliczenia</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
			<xs:element name="PrcgDt" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data rozliczenia w depozycie kontrpartnera zagranicznego</xs:documentation>
					<xs:appinfo>
						<NmPL>Data rozliczenia w depozycie kontrpartnera zagranicznego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Reason">
		<xs:sequence>
			<xs:element name="RsnTp" type="Code4Text">
				<xs:annotation>
					<xs:documentation>Kod przyczyny</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod przyczyny</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RsnTxt" type="Max140Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Opis przyczyny</xs:documentation>
					<xs:appinfo>
						<NmPL>Opis przyczyny</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<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="BuyrDtls" type="TradingParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Instytucja kupująca</xs:documentation>
					<xs:appinfo>
						<NmPL>Kupujący</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<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:element name="RcvrsCtdnDtls" type="CustodianParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Depozytariusz strony przyjmującej</xs:documentation>
					<xs:appinfo>
						<NmPL>Depozytariusz</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PngInstnDtls" type="CashParty" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Instytucja odpowiedzialna za rozliczenie finansowe dla strony przyjmującej</xs:documentation>
					<xs:appinfo>
						<NmPL>Płatnik</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="KDPWClntDtls" type="KDPWClient" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod NKK podawany w instrukcjach związanych z wnoszeniem i wycofywaniem zabezpieczeń</xs:documentation>
					<xs:appinfo>
						<NmPL>NKK</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MktPrcgRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod zlecenia kupna nadany przez rynek</xs:documentation>
					<xs:appinfo>
						<NmPL>Rynkowy kod zlecenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CxTxDtls" type="ComplexTradeDetails" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Szczegóły transakcji złożonej</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły transakcji złożonej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AddtlInf" type="Max140Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Informacje dodatkowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Komentarz</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="RepoAmount">
		<xs:annotation>
			<xs:documentation>Wartość</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:minExclusive value="-1000000000000"/>
			<xs:maxExclusive value="1000000000000"/>
			<xs:fractionDigits value="2"/>
			<xs:totalDigits value="14"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="RepoCurrencyAndAmount">
		<xs:annotation>
			<xs:documentation>Wartość repo i kod waluty</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość repo i kod waluty</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="RepoAmount">
				<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="RepoDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły transakcji repo</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły transakcji repo</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="RpTp" type="RepoTransactionType">
				<xs:annotation>
					<xs:documentation>Typ repo</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ repo</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator repo</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator repo</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpClsgDt" type="ISODate" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Data zamknięcia repo</xs:documentation>
					<xs:appinfo>
						<NmPL>Data zamknięcia repo</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpRateTp" type="RepoRateType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Typ stopy repo. Pole wypełniane przy transakcjach repo zbycia. 
						Dopuszczalne wartości:
						S-stała stopa; Z-zmienna stopa; K-kwota przyrostowa</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ stopy repo</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpAmt" type="RepoCurrencyAndAmount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Stopa/wartość repo i kod waluty.
						W zależności od wypełnienia pola typ stopy repo podawana jest tu stała, zmienna stopa lub przyrost wartości transakcji repo.
					</xs:documentation>
					<xs:appinfo>
						<NmPL>Stopa/wartość repo i kod waluty</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="RepoRateType">
		<xs:annotation>
			<xs:documentation>Typ stopy repo</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ stopy repo</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RepoTransactionType">
		<xs:annotation>
			<xs:documentation>Typ transakcji repo</xs:documentation>
			<xs:appinfo>
				<NmPL>Typ repo</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="4"/>
		</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="OpnClsPosInd" type="OpenCloseIndicator" minOccurs="0">
				<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:element>
			<xs:element name="ShrtSaleInd" type="YesNoIndicator" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wskaźnik krótkiej sprzedaży</xs:documentation>
					<xs:appinfo>
						<NmPL>Wskaźnik krótkiej sprzedaży</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="ISIN" type="ISINIdentifier">
				<xs:annotation>
					<xs:documentation>Kod instrumentu finansowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod ISIN</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ReqdSttlmQty" 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="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="HldInd" type="YesNoIndicator">
				<xs:annotation>
					<xs:documentation>Wartość Y oznacza wstrzymanie rozrachunku instrukcji (Hold). Wartość N oznacza zezwolenie na rozrachunek (Release).</xs:documentation>
					<xs:appinfo>
						<NmPL>Wskaźnik wstrzymania rozrachunku instrukcji (Hold/Release)</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="SttlmDtTm" type="DateAndDateTimeChoice">
				<xs:annotation>
					<xs:documentation>Data rozliczenia z instrukcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Data rozliczenia z instrukcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ESttlmDtTm" type="DateAndDateTimeChoice" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Przewidywana data rozliczenia dla instrukcji oczekujących na rozliczenie lub rzeczywista data rozliczenia dla instrukcji rozliczonych.</xs:documentation>
					<xs:appinfo>
						<NmPL>Przewidywana/rzeczywista data rozliczenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="OwnrChngInd" type="YesNoIndicator" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wskaźnik zmiany właściciela.
						Pozwala wskazać zmianę właściciela uprawnionego do pożytków z papierów wartościowych.
					</xs:documentation>
					<xs:appinfo>
						<NmPL>Wskaźnik zmiany właściciela</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MtchTp" type="MatchType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Tryb zestawiania</xs:documentation>
					<xs:appinfo>
						<NmPL>Tryb zestawiania</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="AccptgInstn" type="KDPWMemberIdentifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Kod instytucji akceptującej. Pole wypełniane dla instrukcji wymagających akceptacji.</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod instytucji akceptującej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvrgSdDtls" type="DeliveringPartiesAndAccount">
				<xs:annotation>
					<xs:documentation>Instytucje i konta biorące udział w transakcji po stronie dostarczającej</xs:documentation>
					<xs:appinfo>
						<NmPL>Strona dostarczająca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RcvgSdDtls" type="ReceivingPartiesAndAccount">
				<xs:annotation>
					<xs:documentation>Instytucje i konta biorące udział w transakcji po stronie przyjmującej</xs:documentation>
					<xs:appinfo>
						<NmPL>Strona przyjmująca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PlcOfSttlm" type="PlaceOfSettlement" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Miejsce rozliczenia kontrpartnera zagranicznego</xs:documentation>
					<xs:appinfo>
						<NmPL>Miejsce rozliczenia kontrpartnera zagranicznego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PlcOfSafkpg" type="PlaceOfSafekeeping" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Miejsce przechowywania instrumentów finansowych</xs:documentation>
					<xs:appinfo>
						<NmPL>Miejsce przechowywania instrumentów finansowych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DealAmt" type="AmountAndDate" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wartość transakcji bez prowizji i kod waluty</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość transakcji bez prowizji i kod waluty</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="OthrAmt" type="CurrencyAndAmount" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wartość i kod waluty dla celów sprawozdawczych</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość i kod waluty dla celów sprawozdawczych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RpDtls" type="RepoDetails" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Blok transakcji repo</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły transakcji repo</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:element name="KDPWSafAcct" type="Max16TextCollapse" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator konta podmiotowego, gdy dotyczy KDPW, lub inny
						identyfikator, gdy dotyczy kontrpartnera zagranicznego.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator konta</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BalTp" type="Code4Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Status aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Status aktywów</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:complexType name="Status">
		<xs:sequence>
			<xs:element name="StsCd" type="Code4Text">
				<xs:annotation>
					<xs:documentation>Kod statusu</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod statusu</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Rsn" type="Reason" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Przyczyna</xs:documentation>
					<xs:appinfo>
						<NmPL>Przyczyna</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TradingParty">
		<xs:annotation>
			<xs:documentation>Zawierający transakcję</xs:documentation>
			<xs:appinfo>
				<NmPL>Zawierający transakcję</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:element name="SafAcct" type="Max35Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Konto rozliczeniowe</xs:documentation>
					<xs:appinfo>
						<NmPL>Konto rozliczeniowe</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PrcgRef" type="Max16Text" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator zlecenia</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator zlecenia</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="sese.sts.005.01">
		<xs:annotation>
			<xs:documentation>Status instrukcji rozliczeniowej</xs:documentation>
			<xs:appinfo>
				<NmPL>Status instrukcji rozliczeniowej</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="SttlmInstrSts" type="Status">
				<xs:annotation>
					<xs:documentation>Status</xs:documentation>
					<xs:appinfo>
						<NmPL>Status</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmInstrDtls" type="SettlementInstructionDetails">
				<xs:annotation>
					<xs:documentation>Szczegóły instrukcji rozliczeniowej</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły instrukcji rozliczeniowej</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
