<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:kdpw:xsd:sese.inp.001.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:kdpw:xsd:sese.inp.001.01" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Instrukcja pozwalająca przenosić aktywa pomiędzy różnymi statusami aktywów w obrębie kont jednego uczestnika.</xs:documentation>
		<xs:appinfo>
			<NmPL>Instrukcja zmiany statusu aktywów</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="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: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.Jednoznaczenie 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: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>Strona dostarczająca</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</xs:documentation>
					<xs:appinfo>
						<NmPL>Uczestnik rozliczający</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="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: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:choice>
				<xs:element name="Unit" type="Max11Int">
					<xs:annotation>
						<xs:documentation>Jednostki</xs:documentation>
						<xs:appinfo>
							<NmPL>Jednostki</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
				<xs:element name="FaceAmt" type="Amount">
					<xs:annotation>
						<xs:documentation>Wartość nominalna</xs:documentation>
						<xs:appinfo>
							<NmPL>Wartość nominalna</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</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>Instrukcja ostateczna</xs:documentation>
					<xs:appinfo>
						<NmPL>Instrukcja ostateczna</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:sequence>
	</xs:complexType>
	<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="ZS">
				<xs:annotation>
					<xs:documentation>Zmiana statusu aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Zmiana statusu aktywów</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.inp.001.01" type="sese.inp.001.01" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Instrukcja zmiany statusu aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Instrukcja zmiany statusu aktywów</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="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: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="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="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:complexType name="SettlementDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły rozliczenia</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły rozliczenia</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<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. 
						Domyślną wartością kodu operacji dla instrukcji zmiany statusu jest ZS.</xs:documentation>
						<xs:appinfo>
							<NmPL>Typ operacji rozliczeniowej KDPW</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
			<xs:element name="SttlmDtTm" type="DateAndDateTimeChoice">
				<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="DlvrgSdDtls" type="DeliveringPartiesAndAccount">
				<xs:annotation>
					<xs:documentation>Określenie instytucji i konta podmiotowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Strona dostarczająca</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FrBalTp" type="Code4Text">
				<xs:annotation>
					<xs:documentation>Debetowany status aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Debetowany status aktywów</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ToKDPWSafAcct" type="Max16TextCollapse" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator kredytowanego konta podmiotowego. Pole wykorzystywane przy obsłudze kont jednostatusowych.</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator kredytowanego konta podmiotowego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ToBalTp" type="Code4Text">
				<xs:annotation>
					<xs:documentation>Kredytowany status aktywów</xs:documentation>
					<xs:appinfo>
						<NmPL>Kredytowany status aktywów</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:choice>
				<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:element name="KDPWMmbId" type="KDPWMemberIdentifier">
					<xs:annotation>
						<xs:documentation>Identyfikator uczestnika KDPW</xs:documentation>
						<xs:appinfo>
							<NmPL>Identyfikator uczestnika KDPW</NmPL>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
			<xs:element name="KDPWSafAcct" type="Max16TextCollapse" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identyfikator konta podmiotowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator konta podmiotowego</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="TradeDetails">
		<xs:annotation>
			<xs:documentation>Szczegóły transakcji</xs:documentation>
			<xs:appinfo>
				<NmPL>Szczegóły transakcji</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<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="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="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="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.inp.001.01">
		<xs:annotation>
			<xs:documentation>Instrukcja zmiany statusu aktywów</xs:documentation>
			<xs:appinfo>
				<NmPL>Instrukcja zmiany statusu aktywów</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="TradDtls" type="TradeDetails">
				<xs:annotation>
					<xs:documentation>Blok szczegółów transakcji</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły transakcji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmDtls" type="SettlementDetails">
				<xs:annotation>
					<xs:documentation>Blok szczegółów rozliczenia</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły rozliczenia</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CxTxDtls" type="ComplexTradeDetails" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Szczegóły transakcji złożonej</NmPL>
					</xs:appinfo>
					<xs:documentation>Blok transakcji złożonej</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
