<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="urn:kdpw:xsd:auth.enr.001.01" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:kdpw:xsd:auth.enr.001.01" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>Dane uzupełniające do raportu ARM</xs:documentation>
		<xs:appinfo>
			<NmPL>Dane uzupełniające do raportu ARM</NmPL>
		</xs:appinfo>
	</xs:annotation>
	<xs:element name="Document" type="Document"/>
	<xs:simpleType name="ActiveCurrencyCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod waluty</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A code allocated to a currency by a Maintenance Agency under an international identification scheme as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{3,3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryCode">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Kod kraju</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z]{2,2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="Document">
		<xs:sequence>
			<xs:element name="FinInstrmRptgTxUpdt" type="FinancialInstrumentReportingTransactionUpdateV01">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Komunkat z danymi uzupełniającymi</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Trasnaction enriched data</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ESMA_AlphaNumericAdditionalCharactersMax25_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_AlphaNumericAdditionalCharactersMax25_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]|%|\?|#| |\+|/){1,25}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericAdditionalCharactersMax350_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_AlphaNumericAdditionalCharactersMax350_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]|%|\?|#| |\+|/){1,350}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericCapitalLettersMax35_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_AlphaNumericCapitalLettersMax35_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,35}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericCapitalLettersMax50_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_AlphaNumericCapitalLettersMax50_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,50}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_AlphaNumericMax52_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_AlphaNumericMax52_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[0-9]){1,52}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_Concat_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_Concat_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="CONCAT"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_EeaEuropeanAlphabetMax140_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_EeaEuropeanAlphabetMax140_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([A-Z]|[А-Я]|[Α-Ω]|[ÄÀÁÂÃÅǍĄĂÆÇĆĈČĎĐÐÈÉÊËĚĘĜĢĞĤÌÍÎÏĴĶĹĻŁĽÑŃŇÖÒÓÔÕŐØŒŔŘẞŚŜŞŠȘŤŢÞȚÜÙÚÛŰŨŲŮŴÝŸŶŹŽŻ]|,| |'|-|–){1,140}"/>
		</xs:restriction>		
	</xs:simpleType>
	<xs:simpleType name="ESMA_NindCcpt_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_NindCcpt_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="(NIDN)|(CCPT)"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_NonNegativeExcludingZeroMax18">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_NonNegativeExcludingZeroMax18</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="17"/>
			<xs:totalDigits value="18"/>
			<xs:minExclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_PersonalIdentification_Pattern">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ESMA_PersonalIdentification_Pattern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="(([A-Z]{2,2}[A-Z0-9]{1,33})|([A-Z]{2,2}[0-9]{8}[A-Z]{1}[A-Z#]{4}[A-Z]{1}[A-Z#]{4}))"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ESMA_PositiveExcludingZeroMax18_SimpleType">
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="5"/>
			<xs:totalDigits value="18"/>
			<xs:minExclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="FinancialInstrumentReportingTransactionUpdateV01">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Komunikat z danymi uzupełniającymi</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">The FinancialInstrumentReportingTransactionReport message is sent by the reporting agent to the competent authority to report on the securities transactions or by the competent authority to another competent authority when the transaction needs to be exchanged between the competent authorities.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Tx" type="ReportingTransactionType1Choice__1" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Dane transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported securities transactions.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="GenericPersonIdentification1__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Idenyfikacja osoby</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Information related to an identification of a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Id" type="ESMA_PersonalIdentification_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikator</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of a person.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SchmeNm" type="PersonIdentificationSchemeName1Choice__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwa schematu</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ISODate">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ISODate</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="ISONormalisedDateTime">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">ISONormalisedDateTime</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">an ISODateTime whereby all timezoned dateTime values are UTC.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:dateTime">
			<xs:pattern value=".*Z"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LEIIdentifier">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">LEIIdentifier</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z0-9]{18,18}[0-9]{2,2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MICIdentifier">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">MICIdentifier</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Market Identifier Code. The identification of a financial market, as stipulated in the norm ISO 10383 'Codes for exchanges and market identifications'.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="[A-Z0-9]{4,4}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Max3Number">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">Max3Number</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Number (max 999) of objects represented as an integer.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="0"/>
			<xs:totalDigits value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PartyIdentification79__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja strony</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Set of elements used to identify an account owner and the associated decision maker.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DcsnMakr" type="PersonOrOrganisation2Choice__1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Podejmujący decyzję</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the person who makes the decision on the financial instrument, acquire in case the of a buyer or to sell in case of the seller.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonIdentification12__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">PersonIdentification12__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="CtryOfBrnch" type="CountryCode">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">CountryOfBranch</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Branch where the trader is located.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonIdentificationSchemeName1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Schemat</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Sets of elements to identify a name of the identification scheme.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="Cd" type="ESMA_NindCcpt_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Kod</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a coded form as published in an external list.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Prtry" type="ESMA_Concat_Pattern">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Dowolny tekst</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Name of the identification scheme, in a free text form.</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonIdentification10__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Identyfikacja osoby</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous way to identify a person.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="FrstNm" type="ESMA_EeaEuropeanAlphabetMax140_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Imię</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">First name of a person (also known as given name).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Nm" type="ESMA_EeaEuropeanAlphabetMax140_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Nazwisko</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Name by which a party is known and which is usually used to identify that party.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="BirthDt" type="ISODate">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Data urodzenia</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Date on which a person is born.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Othr" type="GenericPersonIdentification1__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Inne</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique identification of a person, as assigned by an institution, using an identification scheme.&#13;
&#13;
Usage: &#13;
In the scope of MIFIR, the scheme name is restricted to a passport number (use of code CCPT), any other national identifier (use of code NIDN) or CONCAT (use of proprietary with value CONCAT).&#13;
Issuer field will be ignored and should not be populated by reporting parties.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonOrOrganisation2Choice__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">PersonOrOrganisation2Choice__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Specifies the identification of a person or an organisation.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice>
				<xs:element name="LEI" type="LEIIdentifier">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>LEI</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Legal entity identifier of the party.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Prsn" type="PersonIdentification10__1">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Osoba</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Identification of a person.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ShrtCd" type="ShortCode">
					<xs:annotation>
						<xs:appinfo>
							<NmPL>Short code</NmPL>
						</xs:appinfo>
						<xs:documentation source="Definition" xml:lang="EN">Short code</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ReportingTransactionType1Choice__1">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Typ raportu</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Report type</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Updt" type="SecuritiesTransactionReport4__1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Dane uzupełniające</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Transaction is a newly reported transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransaction1__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">SecuritiesTransaction1__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="CmplxTradCmpntId" type="ESMA_AlphaNumericCapitalLettersMax35_Pattern" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikacja składowej transakcji złożonej</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identification, internal to the reporting party to identify all the reports related to the same execution of a combination of financial instruments. The code must be unique for the reporting party for the group of reports for the execution.&#13;
&#13;
Usage:&#13;
Field only applies when the instrument is complex.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionIndicator2__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">SecuritiesTransactionIndicator2__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Provides additional indicators on the transaction.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ShrtSellgInd" type="Side5Code" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wskaźnik krótkiej sprzedaży</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Indicates a short sell concluded by the investment agent on its own accounts or on behalf of a client, as described in Article 10.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionReport2__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">SecuritiesTransactionReport2__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Details of the securities transaction report.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TxId" type="ESMA_AlphaNumericMax52_Pattern">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">TransactionIdentification</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExctgPty" type="LEIIdentifier">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">ExecutingParty</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Identification of the entity executing the transaction. &#13;
&#13;
Usage:&#13;
For legal entities, use the legal entity identifier. For non-legal entities, this field shall be populated with an identifier as specified in Article 7 of this Regulation.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubmitgPty" type="LEIIdentifier">
				<xs:annotation>
					<xs:documentation source="Name" xml:lang="EN">SubmittingParty</xs:documentation>
					<xs:documentation source="Definition" xml:lang="EN">Entity submitting the transaction report to the competent authority.&#13;
</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SecuritiesTransactionReport4__1">
		<xs:annotation>
			<xs:documentation source="Name" xml:lang="EN">SecuritiesTransactionReport4__1</xs:documentation>
			<xs:documentation source="Definition" xml:lang="EN">Details of the securities transaction report.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="TxId" type="ESMA_AlphaNumericMax52_Pattern">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Identyfikator transakcji</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Unique and unambiguous identification of the transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Buyr" type="PartyIdentification79__1" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Kupujący</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the acquirer of the legal title to the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Sellr" type="PartyIdentification79__1" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Sprzedający</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Identifies the seller of the legal title to the financial instrument.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Tx" type="SecuritiesTransaction1__1" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Transakcja</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides the details of the reported transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AddtlAttrbts" type="SecuritiesTransactionIndicator2__1" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Dodatkowe atrybuty</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Provides additional indicators on the reported transaction.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="ShortCode">
		<xs:annotation>
			<xs:documentation>Short code</xs:documentation>
			<xs:appinfo>
				<NmPL>Short code</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="Side5Code">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Strona</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">Side taken by a party on an order.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="SESH">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Krótka sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">An order to sell a security that the seller does not own; a sale effected by delivering a security borrowed by, or for the account of, the seller. Can only be executed on a plus or zero plus tick.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SELL">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Order is sell driven.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SSEX">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>Wyłączona krótka sprzedaż</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">Short sale exempt from short-sale rules.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UNDI">
				<xs:annotation>
					<xs:appinfo>
						<NmPL>NIeujawniona</NmPL>
					</xs:appinfo>
					<xs:documentation source="Definition" xml:lang="EN">The side of the indication of interest is not disclosed.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TrueFalseIndicator">
		<xs:annotation>
			<xs:appinfo>
				<NmPL>Wskaźnik prawda/fałsz</NmPL>
			</xs:appinfo>
			<xs:documentation source="Definition" xml:lang="EN">A flag indicating a True or False value.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:boolean"/>
	</xs:simpleType>
</xs:schema>
