<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:kdpw:xsd:auct.ntf.001.01" targetNamespace="urn:kdpw:xsd:auct.ntf.001.01" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xs:annotation>
    <xs:documentation>Obsługa aukcji - ogłoszenie warunków aukcji</xs:documentation>
    <xs:appinfo>
      <NmPL>Obsługa aukcji - ogłoszenie warunków aukcji</NmPL>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="KDPWDocument" type="KDPWDocument">
    <xs:annotation>
      <xs:documentation>Komunikat systemu KDPW_CCP</xs:documentation>
      <xs:appinfo>
        <NmPL>Komunikat systemu KDPW_CCP</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:fractionDigits value="2"/>
      <xs:totalDigits value="14"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="AuctionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące aukcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące aukcji</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AuctnId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuctnStag" type="AuctionStageCode">
        <xs:annotation>
          <xs:documentation>Etap aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Etap aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="MktTp" type="Code4Text">
        <xs:annotation>
          <xs:documentation>Segment rynku. Dopuszczalne wartości: OTCO, REPO, OUTR
					</xs:documentation>
          <xs:appinfo>
            <NmPL>Segment rynku</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuctnTp" type="Max16Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Typ aukcji. Dopuszczalne wartości: DEFAULT, ONDEMAND, HEDGE, OTHER</xs:documentation>
          <xs:appinfo>
            <NmPL>Typ aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuctnStl" type="Max16Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Styl aukcji. Dozwolone wartości: STANDARD, VICKREY</xs:documentation>
          <xs:appinfo>
            <NmPL>Styl aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDt" type="ISODateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data i czas rozpoczęcia aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Data i czas rozpoczęcia aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDt" type="ISODateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data i czas zakończenia aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Data i czas zakończenia aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="RsltDt" type="ISODateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data i czas ogłoszenia wyników aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Data i czas ogłoszenia wyników aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="DfltgMmb" type="KDPWMemberIdentifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Kod uczestnika niewypłacalnego, którego dotyczy aukcja</xs:documentation>
          <xs:appinfo>
            <NmPL>Kod uczestnika niewypłacalnego, którego dotyczy aukcja</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:choice>
        <xs:sequence>
          <xs:element name="OTCAuctnDtls" type="OTCAuctionDetails" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Parametry aukcji OTC</xs:documentation>
              <xs:appinfo>
                <NmPL>Parametry aukcji OTC</NmPL>
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element name="RepoAuctnDtls" type="RepoAuctionDetails" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Parametry aukcji repo</xs:documentation>
              <xs:appinfo>
                <NmPL>Parametry aukcji repo</NmPL>
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element name="OutrghtMktAuctnDtls" type="OutrightAuctionDetails" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Parametry aukcji obrotu zorganizowanego</xs:documentation>
              <xs:appinfo>
                <NmPL>Parametry aukcji obrotu zorganizowanego</NmPL>
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:choice>
      <xs:element name="AddtlInf" type="Max350Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Informacje dodatkowe</xs:documentation>
          <xs:appinfo>
            <NmPL>Informacje dodatkowe</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="AuctionResults">
    <xs:annotation>
      <xs:documentation>Wyniki aukcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Wyniki aukcji</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PAAcct" type="Max35Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Identyfikator konta PA, na którym mają zostać zarejestrowane transakcje</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator konta PA</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="Rslt" type="ResultsPerSegment" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Wynik segmentu aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Wynik segmentu aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:simpleType name="AuctionStageCode">
    <xs:annotation>
      <xs:documentation>Etap aukcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Etap aukcji</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="AuctionNotice">
        <xs:annotation>
          <xs:documentation>Powiadomienie o aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Powiadomienie o aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NewAuction">
        <xs:annotation>
          <xs:documentation>Rozpoczęcie aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Rozpoczęcie aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AuctionClosed">
        <xs:annotation>
          <xs:documentation>Zamknięcie aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Zamknięcie aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AuctionCancelled">
        <xs:annotation>
          <xs:documentation>Odwołanie aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Odwołanie aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AuctionResult">
        <xs:annotation>
          <xs:documentation>Wyniki aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Wyniki aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AuctionPortfolio">
        <xs:annotation>
          <xs:documentation>Wstępna informacja</xs:documentation>
          <xs:appinfo>
            <NmPL>Wstępna informacja</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="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="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="Max14Int">
          <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>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>Informacje ogólne</xs:documentation>
      <xs:appinfo>
        <NmPL>Informacje ogólne</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SndrMsgRef" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator komunikatu utworzony przez nadawcę</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator komunikatu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="FuncOfMsg" type="FunctionOfMessage">
        <xs:annotation>
          <xs:documentation>Funkcja komunikatu</xs:documentation>
          <xs:appinfo>
            <NmPL>Funkcja komunikatu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="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:complexType name="InstrumentsPerCurrency">
    <xs:annotation>
      <xs:documentation>Kategorie oferowanych instrumentów dla waluty</xs:documentation>
      <xs:appinfo>
        <NmPL>Kategorie oferowanych instrumentów dla waluty</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Ccy" type="CurrencyCode">
        <xs:annotation>
          <xs:documentation>Kod waluty</xs:documentation>
          <xs:appinfo>
            <NmPL>Kod waluty</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="InstrCtgry" type="Max16Text" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Kategoria instrumentów (produkt)</xs:documentation>
          <xs:appinfo>
            <NmPL>Kategoria instrumentów (produkt)</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <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:documentation>Komunikat systemu KDPW_CCP</xs:documentation>
      <xs:appinfo>
        <NmPL>Komunikat systemu KDPW_CCP</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="auct.ntf.001.01" type="auct.ntf.001.01">
        <xs:annotation>
          <xs:documentation>Obsługa aukcji - ogłoszenie warunków aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Obsługa aukcji - ogłoszenie warunków aukcji</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: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">
        <xs:annotation>
          <xs:documentation>Identyfikator poprzedniego komunikatu</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator poprzedniego komunikatu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:simpleType name="Max14Int">
    <xs:annotation>
      <xs:documentation>Liczba całkowita o maksymalnej długości 14 znaków</xs:documentation>
      <xs:appinfo>
        <NmPL>liczba</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:integer">
      <xs:totalDigits value="14"/>
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="Max4Text">
    <xs:annotation>
      <xs:documentation>Tekst o maksymalnej długości 4 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="4"/>
    </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="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:minLength value="1"/>
      <xs:maxLength value="35"/>
    </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="Max350Text">
    <xs:annotation>
      <xs:documentation>Tekst o maksymalnej długości 350 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="350"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="OTCAuctionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące aukcji OTC</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące aukcji OTC</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="InstrCcy" type="InstrumentsPerCurrency" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Kategorie oferowanych instrumentów dla waluty</xs:documentation>
          <xs:appinfo>
            <NmPL>kategorie oferowanych instrumentów dla waluty</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuctnSgmntDef" type="OTCAuctionSegmentDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Definicja segmentu aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Definicja segmentu aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="OTCAuctionSegmentDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące segmentu aukcji OTC</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące segmentu aukcji OTC</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AuctnSgmntId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator segmentu aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator segmentu aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="Ccy" type="CurrencyCode">
        <xs:annotation>
          <xs:documentation>Kod waluty</xs:documentation>
          <xs:appinfo>
            <NmPL>Kod waluty</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="MinUnit" type="Max14Int" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Minimalna liczba jednostek, na którą odbiorca komunikatu jest obowiązany złożyć kwotowanie</xs:documentation>
          <xs:appinfo>
            <NmPL>Minimalna liczba jednostek</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotUnit" type="Max14Int">
        <xs:annotation>
          <xs:documentation>Liczba wszystkich jednostek w segmencie</xs:documentation>
          <xs:appinfo>
            <NmPL>Liczba wszystkich jednostek w segmencie</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="MtM" type="SignedAmount">
        <xs:annotation>
          <xs:documentation>Bieżąca wycena segmentu</xs:documentation>
          <xs:appinfo>
            <NmPL>Bieżąca wycena segmentu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="TradOffrIds" type="OTCAuctionTradeOfferIds" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Identyfikatory oferowanych transakcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikatory oferowanych transakcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="OTCAuctionTradeOfferIds">
    <xs:annotation>
      <xs:documentation>Identyfikatory transakcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Identyfikatory transakcji</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TradOffrId" type="Max16Text" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Identyfikator oferowanej transakcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator oferowanej transakcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="OutrightAuctionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące aukcji obrotu zorganizowanego</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące aukcji obrotu zorganizowanego</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TradDtls" type="OutrightTransactionDetails" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Dane dotyczące transakcji obrotu zorganizowanego</xs:documentation>
          <xs:appinfo>
            <NmPL>Dane dotyczące transakcji obrotu zorganizowanego</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="OutrightTransactionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące transakcji obrotu zorganizowanego</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące transakcji obrotu zorganizowanego</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TradId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator transakcji nadawany przez CCP</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator transakcji nadawany przez CCP</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ISIN" type="ISINIdentifier">
        <xs:annotation>
          <xs:documentation>Kod instrumentu finansowego ISIN</xs:documentation>
          <xs:appinfo>
            <NmPL>Kod ISIN</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReqdSttlmQty" type="FinancialInstrumentQuantity">
        <xs:annotation>
          <xs:documentation>Liczba instrumentów finansowych będących przedmiotem transakcji.</xs:documentation>
          <xs:appinfo>
            <NmPL>Liczba instrumentów finansowych</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="SttlmDt" type="ISODate">
        <xs:annotation>
          <xs:documentation>Data rozrachunku</xs:documentation>
          <xs:appinfo>
            <NmPL>Data rozrachunku</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="Pric" type="CurrencyAndAmount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Cena</xs:documentation>
          <xs:appinfo>
            <NmPL>Cena</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="BuySellInd" type="Max4Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Wskaźnik strony transakcji. Dozwolone wartości: BUYR, SELR.</xs:documentation>
          <xs:appinfo>
            <NmPL>Wskaźnik strony transakcji. Dozwolone wartości: BUYR, SELR.</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="RepoAuctionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące aukcji repo</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące aukcji repo</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="RepoTradDtls" type="RepoTransactionDetails" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Szczegóły 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="RepoLegDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące transakcji składowej repo</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące transakcji składowej repo</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TradId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator transakcji nadawany przez CCP</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator transakcji nadawany przez CCP</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ISIN" type="ISINIdentifier">
        <xs:annotation>
          <xs:documentation>Kod instrumentu finansowego ISIN</xs:documentation>
          <xs:appinfo>
            <NmPL>Kod ISIN</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReqdSttlmQty" type="FinancialInstrumentQuantity">
        <xs:annotation>
          <xs:documentation>Liczba instrumentów finansowych będących przedmiotem transakcji.</xs:documentation>
          <xs:appinfo>
            <NmPL>Liczba instrumentów finansowych</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="SttlmDt" type="ISODate">
        <xs:annotation>
          <xs:documentation>Data rozrachunku repo</xs:documentation>
          <xs:appinfo>
            <NmPL>Data rozrachunku repo</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="SttlmAmt" type="CurrencyAndAmount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Wartość i kod waluty rozrachunku.</xs:documentation>
          <xs:appinfo>
            <NmPL>Wartość i kod waluty rozrachunku</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="CpnAmt" type="CurrencyAndAmount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Wartość kuponu</xs:documentation>
          <xs:appinfo>
            <NmPL>Wartość kuponu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="CpnDt" type="ISODate" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data płatności kuponu</xs:documentation>
          <xs:appinfo>
            <NmPL>Data płatności kuponu</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="RepoTransactionDetails">
    <xs:annotation>
      <xs:documentation>Dane dotyczące transakcji repo</xs:documentation>
      <xs:appinfo>
        <NmPL>Dane dotyczące transakcji repo</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="OpngLegDtls" type="RepoLegDetails" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Szczegóły otwarcia repo</xs:documentation>
          <xs:appinfo>
            <NmPL>Szczegóły otwarcia repo</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClsgLegDtls" type="RepoLegDetails" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Szczegóły zamknięcia repo</xs:documentation>
          <xs:appinfo>
            <NmPL>Szczegóły zamknięcia repo</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="QuotationResult">
    <xs:annotation>
      <xs:documentation>Kwotowanie</xs:documentation>
      <xs:appinfo>
        <NmPL>Kwotowanie</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="QtnId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator kwotowania</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator kwotowania</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="BidUnit" type="Max14Int" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Liczba jednostek, której dotyczy kwotowanie</xs:documentation>
          <xs:appinfo>
            <NmPL>Liczba jednostek, której dotyczy kwotowanie</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="BidPric" type="SignedAmount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Oferowana cena za jednostkę</xs:documentation>
          <xs:appinfo>
            <NmPL>Oferowana cena za jednostkę</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="WnngUnit" type="Max14Int" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Liczba jednostek wygrywających</xs:documentation>
          <xs:appinfo>
            <NmPL>Liczba jednostek wygrywających</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="WnngPric" type="SignedAmount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Zaakceptowana cena za jednostkę</xs:documentation>
          <xs:appinfo>
            <NmPL>Zaakceptowana cena za jednostkę</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="ResultsPerSegment">
    <xs:annotation>
      <xs:documentation>Wyniki dla segmentu aukcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Wyniki dla segmentu aukcji</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AuctnSgmntId" type="Max16Text">
        <xs:annotation>
          <xs:documentation>Identyfikator segmentu aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Identyfikator segmentu aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="Sts" type="Status">
        <xs:annotation>
          <xs:documentation>Status</xs:documentation>
          <xs:appinfo>
            <NmPL>Status</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="QtnRslt" type="QuotationResult" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Wynik kwotowania</xs:documentation>
          <xs:appinfo>
            <NmPL>Wynik kwotowania</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:simpleType name="SignedAmount">
    <xs:annotation>
      <xs:documentation>Wartość</xs:documentation>
      <xs:appinfo>
        <NmPL>Wartość</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:decimal">
      <xs:fractionDigits value="2"/>
      <xs:totalDigits value="14"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="Reason">
    <xs:annotation>
      <xs:documentation>Przyczyna</xs:documentation>
      <xs:appinfo>
        <NmPL>Przyczyna</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="RsnCd" type="Code4Text" minOccurs="0">
        <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="Status">
    <xs:annotation>
      <xs:documentation>Status</xs:documentation>
      <xs:appinfo>
        <NmPL>Status</NmPL>
      </xs:appinfo>
    </xs:annotation>
    <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="auct.ntf.001.01">
    <xs:annotation>
      <xs:documentation>Obsługa aukcji - ogłoszenie warunków aukcji</xs:documentation>
      <xs:appinfo>
        <NmPL>Obsługa aukcji - ogłoszenie warunków aukcji</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="AuctnDtls" type="AuctionDetails">
        <xs:annotation>
          <xs:documentation>Parametry aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Parametry aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuctnRslts" type="AuctionResults" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Wyniki aukcji</xs:documentation>
          <xs:appinfo>
            <NmPL>Wyniki aukcji</NmPL>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:schema>