<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:kdpw:xsd:demt.smp.001.02" targetNamespace="urn:kdpw:xsd:demt.smp.001.02" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation>Informacje o procesie dostawczym KOS.</xs:documentation>
		<xs:appinfo>
			<NmPL>Informacje o procesie dostawczym KOS</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="Amount2">
		<xs:annotation>
			<xs:documentation>Wartość</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:maxExclusive value="10000000000"/>
			<xs:fractionDigits value="4"/>
			<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:complexType name="BalanceAndSide">
		<xs:annotation>
			<xs:documentation>Wartość i strona salda</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość i strona salda</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Bal" type="Amount">
				<xs:annotation>
					<xs:documentation>Wartość salda</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość salda</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CdtDbtInd" type="CreditDebitCode">
				<xs:annotation>
					<xs:documentation>Znak strony salda</xs:documentation>
					<xs:appinfo>
						<NmPL>Znak strony salda</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<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="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 (uznanie uczestnika)</xs:documentation>
					<xs:appinfo>
						<NmPL>Należności (uznanie uczestnika)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DBIT">
				<xs:annotation>
					<xs:documentation>Zobowiązania (obciążenie uczestnika)</xs:documentation>
					<xs:appinfo>
						<NmPL>Zobowiązania (obciążenie uczestnika)</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<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="DeliveryProcessDetails">
		<xs:annotation>
			<xs:documentation>Blok informacji o procesie dostawczym KOS</xs:documentation>
			<xs:appinfo>
				<NmPL>Blok informacji o procesie dostawczym KOS</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ISIN" type="ISINIdentifier">
				<xs:annotation>
					<xs:documentation>Kod ISIN instrumentu pochodnego</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod ISIN instrumentu pochodnego </NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CFI" type="Max6Text">
				<xs:annotation>
					<xs:documentation>Kod wg klasyfikacji instrumentów finansowych CFI</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod CFI</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BaseSctyId" type="ISINIdentifier">
				<xs:annotation>
					<xs:documentation>Kod ISIN aktywu bazowego</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod ISIN aktywu bazowego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExpDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Data wygaśnięcia instrumentu pochodnego</xs:documentation>
					<xs:appinfo>
						<NmPL>Data wygaśnięcia instrumentu pochodnego</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvryFrDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Data początku dostawy</xs:documentation>
					<xs:appinfo>
						<NmPL>Data początku dostawy</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DlvryToDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Data końca dostawy</xs:documentation>
					<xs:appinfo>
						<NmPL>Data końca dostawy</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SttlmCcy" type="CurrencyCode">
				<xs:annotation>
					<xs:documentation>Kod waluty rozliczeń</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod waluty rozliczeń</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="StrkOrSttlmPric" type="Amount2">
				<xs:annotation>
					<xs:documentation>Kurs wykonania opcji lub cena rozliczeniowa futures</xs:documentation>
					<xs:appinfo>
						<NmPL>Kurs wykonania opcji lub cena rozliczeniowa futures</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExrcTp" type="Max1Text">
				<xs:annotation>
					<xs:documentation>Typ wykonania. Dopuszczalne wartości:
					0-rozliczenie finansowe;
					1-dostawa aktywu bazowego.</xs:documentation>
					<xs:appinfo>
						<NmPL>Typ wykonania</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="OblgtTp" type="Max1Text">
				<xs:annotation>
					<xs:documentation>Rodzaj zobowiązania. Dopuszczalne wartości:
					0-obowiązek dostarczenia aktywu bazowego;
					1-obowiązek przyjęcia aktywu bazowego.</xs:documentation>
					<xs:appinfo>
						<NmPL>Rodzaj zobowiązania</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PosDtls" type="PositionDetails" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Blok informacji szczegółowych</xs:documentation>
					<xs:appinfo>
						<NmPL>Blok informacji szczegółowych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="DerivativesCreditDebitCode">
		<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>Pozycja długa</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycja długa</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DBIT">
				<xs:annotation>
					<xs:documentation>Pozycja krótka</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycja krótka</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</xs:documentation>
					<xs:appinfo>
						<NmPL>Identyfikator komunikatu utworzony przez nadawcę</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="StmtDt" type="ISODate">
				<xs:annotation>
					<xs:documentation>Data ewidencji</xs:documentation>
					<xs:appinfo>
						<NmPL>Data ewidencji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BizDayStat" type="BusinessDayState">
				<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: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="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="KDPWDocument">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Komunikat systemu KDPW</NmPL>
			</xs:appinfo>
			<xs:documentation>Komunikat systemu KDPW</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="demt.smp.001.02" type="demt.smp.001.02">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Informacje o procesie dostawczym</NmPL>
					</xs:appinfo>
					<xs:documentation>Informacje o procesie dostawczym</xs:documentation>
				</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="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="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="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="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="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="Max6Text">
		<xs:annotation>
			<xs:documentation>Tekst o maksymalnej długości 6 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="6"/>
		</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:complexType name="PositionDetails">
		<xs:annotation>
			<xs:documentation>Blok informacji szczegółowych</xs:documentation>
			<xs:appinfo>
				<NmPL>Blok informacji szczegółowych</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="MmbId" type="KDPWMemberIdentifier">
				<xs:annotation>
					<xs:documentation>Kod uczestnika KDPW</xs:documentation>
					<xs:appinfo>
						<NmPL>Kod uczestnika</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AcctId" 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="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="PosBal" type="SecurityBalanceAndSide">
				<xs:annotation>
					<xs:documentation>Saldo pozycji</xs:documentation>
					<xs:appinfo>
						<NmPL>Saldo pozycji</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ColldQty" type="Max11Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Pozycje zabezpieczone papierami do dostawy</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycje zabezpieczone papierami do dostawy</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="NotColldQty" type="Max11Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Pozycje niezabezpieczone</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycje niezabezpieczone</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="InDlvryPrcQty" type="Max11Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Pozycje w trakcie ewidencji dostawy</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycje w trakcie ewidencji dostawy</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="XcptnlDlvryPrcQty" type="Max11Int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Pozycje w trakcie ewidencji dostawy w trybie awaryjnym</xs:documentation>
					<xs:appinfo>
						<NmPL>Pozycje w trakcie ewidencji dostawy w trybie awaryjnym</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecurityBalanceAndSide">
		<xs:annotation>
			<xs:documentation>Wartość i strona salda</xs:documentation>
			<xs:appinfo>
				<NmPL>Wartość i strona salda</NmPL>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Bal" type="Max11Int">
				<xs:annotation>
					<xs:documentation>Wartość salda</xs:documentation>
					<xs:appinfo>
						<NmPL>Wartość salda</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CdtDbtInd" type="DerivativesCreditDebitCode">
				<xs:annotation>
					<xs:documentation>Znak strony salda</xs:documentation>
					<xs:appinfo>
						<NmPL>Znak strony salda</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="demt.smp.001.02">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Informacje o procesie dostawczym KOS</NmPL>
			</xs:appinfo>
			<xs:documentation>Informacje o procesie dostawczym KOS</xs:documentation>
		</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="DlvryPrcDtls" type="DeliveryProcessDetails" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Szczegóły rozliczeń pieniężych</xs:documentation>
					<xs:appinfo>
						<NmPL>Szczegóły rozliczeń pieniężych</NmPL>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
