|
KDPWDocument- Komunikat systemu KDPW (element) |
|
| Opis | Komunikat systemu KDPW |
| Typ | KDPWDocument |
| Źródło | <xs:element name="KDPWDocument" type="KDPWDocument" /> |
BlockDetails- Sekcja opisująca rodzaj blokady (typ złożony) |
|
| Opis | Sekcja opisująca rodzaj blokady |
|
Elementy
składowe |
MktSgmntCd
TrdgMmbId |
| Źródło |
<xs:complexType
name="BlockDetails"
>
<xs:sequence > <xs:element name="MktSgmntCd" type="MarketSegmentCode" /> <xs:element name="TrdgMmbId" type="KDPWMemberIdentifier" /> </xs:sequence> </xs:complexType> |
BlockDetails/MktSgmntCd- Kod segmentu rynku (element) |
|
| Opis | Kod segmentu rynku. Dozwolone wartości: GK-rynek główny kasowy i rynek ASO kasowy GT-rynek terminowy |
| Typ | MarketSegmentCode |
| Źródło | <xs:element name="MktSgmntCd" type="MarketSegmentCode" /> |
BlockDetails/TrdgMmbId- Identyfikator uczestnika uczestnika rynku (element) |
|
| Opis | Identyfikator uczestnika uczestnika rynku/ brokera |
| Typ | KDPWMemberIdentifier |
| Źródło | <xs:element name="TrdgMmbId" type="KDPWMemberIdentifier" /> |
Code4Text- Kwalifikator (typ prosty) |
|
| Opis | Kwalifikator, kod |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=4
Maks. długość=4 |
| Źródło |
<xs:simpleType
name="Code4Text"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="4" /> <xs:maxLength value="4" /> </xs:restriction> </xs:simpleType> |
DateAndDateTimeChoice- Data i czas (typ złożony) |
|
| Opis | Data i czas |
|
Elementy
składowe |
Dt
DtTm |
| Źródło |
<xs:complexType
name="DateAndDateTimeChoice"
>
<xs:sequence > <xs:choice > <xs:element name="Dt" type="ISODate" /> <xs:element name="DtTm" type="ISODateTime" /> </xs:choice> </xs:sequence> </xs:complexType> |
DateAndDateTimeChoice/Dt- Data (element) |
|
| Opis | Data |
| Typ | ISODate |
| Źródło | <xs:element name="Dt" type="ISODate" /> |
DateAndDateTimeChoice/DtTm- Data i czas (element) |
|
| Opis | Data i czas |
| Typ | ISODateTime |
| Źródło | <xs:element name="DtTm" type="ISODateTime" /> |
FunctionOfMessage- Funkcja komunikatu (typ prosty) |
|||||||
| Opis | Funkcja komunikatu | ||||||
| Typ | Pochodna typu: xs:string | ||||||
| Format |
|
||||||
| Źródło |
<xs:simpleType
name="FunctionOfMessage"
>
<xs:restriction base="xs:string" > <xs:enumeration value="NEWM" /> <xs:enumeration value="CANC" /> </xs:restriction> </xs:simpleType> |
||||||
GeneralInformation- Informacje ogólne (typ złożony) |
|
| Opis | Informacje ogólne |
|
Elementy
składowe |
SndrMsgRef
FuncOfMsg CreDtTm{0,1} |
| Źródło |
<xs:complexType
name="GeneralInformation"
>
<xs:sequence > <xs:element name="SndrMsgRef" type="Max16Text" /> <xs:element name="FuncOfMsg" type="FunctionOfMessage" /> <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" /> </xs:sequence> </xs:complexType> |
GeneralInformation/SndrMsgRef- Identyfikator komunikatu (element) |
|
| Opis | Identyfikator komunikatu utworzony przez nadawcę |
| Typ | Max16Text |
| Źródło | <xs:element name="SndrMsgRef" type="Max16Text" /> |
GeneralInformation/FuncOfMsg- Funkcja komunikatu (element) |
|
| Opis | Funkcja komunikatu |
| Typ | FunctionOfMessage |
| Źródło | <xs:element name="FuncOfMsg" type="FunctionOfMessage" /> |
GeneralInformation/CreDtTm- Data utworzenia komunikatu (element) |
|
| Opis | Data utworzenia komunikatu |
| Typ | DateAndDateTimeChoice |
| Źródło | <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" /> |
ISODate- Data (typ prosty) |
|
| Opis | Data |
| Typ | Pochodna typu: xs:date |
| Format | |
| Źródło |
<xs:simpleType
name="ISODate"
>
<xs:restriction base="xs:date" > </xs:restriction> </xs:simpleType> |
ISODateTime- Data i czas (typ prosty) |
|
| Opis | Data i czas |
| Typ | Pochodna typu: xs:dateTime |
| Format | |
| Źródło |
<xs:simpleType
name="ISODateTime"
>
<xs:restriction base="xs:dateTime" > </xs:restriction> </xs:simpleType> |
KDPWDocument- Komunikat systemu KDPW (typ złożony) |
||||||||||
| Opis | Komunikat systemu KDPW | |||||||||
| Atrybuty |
|
|||||||||
|
Elementy
składowe |
acmt.blr.001.02{1,unbounded}
|
|||||||||
| Źródło |
<xs:complexType
name="KDPWDocument"
>
<xs:sequence > <xs:element name="acmt.blr.001.02" type="acmt.blr.001.02" maxOccurs="unbounded" /> </xs:sequence> < xs:attribute name="Sndr" type="KDPWMemberIdentifier" use="required" /> < xs:attribute name="Rcvr" type="KDPWMemberIdentifier" use="required" /> </xs:complexType> |
|||||||||
KDPWDocument/acmt.blr.001.02- Komunikat blokady (element) |
|
| Opis | Komunikat blokady |
| Typ | acmt.blr.001.02 |
| Źródło | <xs:element name="acmt.blr.001.02" type="acmt.blr.001.02" maxOccurs="unbounded" /> |
KDPWMemberIdentifier- Identyfikator uczestnika KDPW (typ prosty) |
|
| Opis | Identyfikator uczestnika KDPW |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=4
Maks. długość=4 |
| Źródło |
<xs:simpleType
name="KDPWMemberIdentifier"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="4" /> <xs:maxLength value="4" /> </xs:restriction> </xs:simpleType> |
MarketSegmentCode- Kod segmentu rynku (typ prosty) |
|
| Opis | Kod segmentu rynku |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=2 |
| Źródło |
<xs:simpleType
name="MarketSegmentCode"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="1" /> <xs:maxLength value="2" /> </xs:restriction> </xs:simpleType> |
Max1Text- Tekst (typ prosty) |
|
| Opis | Tekst o długości 1 znaku |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=1 |
| Źródło |
<xs:simpleType
name="Max1Text"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="1" /> <xs:maxLength value="1" /> </xs:restriction> </xs:simpleType> |
Max2Text- Tekst (typ prosty) |
|
| Opis | Tekst o maksymalnej długości 2 znaków |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=2 |
| Źródło |
<xs:simpleType
name="Max2Text"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="1" /> <xs:maxLength value="2" /> </xs:restriction> </xs:simpleType> |
Max4Text- Tekst (typ prosty) |
|
| Opis | Tekst o maksymalnej długości 4 znaków |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=4 |
| Źródło |
<xs:simpleType
name="Max4Text"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="1" /> <xs:maxLength value="4" /> </xs:restriction> </xs:simpleType> |
Max16Text- Tekst (typ prosty) |
|
| Opis | Tekst o maksymalnej długości 16 znaków |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=16 |
| Źródło |
<xs:simpleType
name="Max16Text"
>
<xs:restriction base="xs:string" > <xs:minLength value="1" /> <xs:maxLength value="16" /> </xs:restriction> </xs:simpleType> |
Max16TextCollapse- Tekst (typ prosty) |
|
| Opis | Tekst o maksymalnej długości 16 znaków |
| Typ | Pochodna typu: xs:string |
| Format | Min. długość=1
Maks. długość=16 |
| Źródło |
<xs:simpleType
name="Max16TextCollapse"
>
<xs:restriction base="xs:string" > <xs:whiteSpace value="collapse" /> <xs:minLength value="1" /> <xs:maxLength value="16" /> </xs:restriction> </xs:simpleType> |
acmt.blr.001.02- Komunikat blokady (typ złożony) |
|
| Opis | Komunikat blokady |
|
Elementy
składowe |
GnlInf
BlckDtls |
| Źródło |
<xs:complexType
name="acmt.blr.001.02"
>
<xs:sequence > <xs:element name="GnlInf" type="GeneralInformation" /> <xs:element name="BlckDtls" type="BlockDetails" /> </xs:sequence> </xs:complexType> |
acmt.blr.001.02/GnlInf- Informacje ogólne (element) |
|
| Opis | Blok informacji ogólnych |
| Typ | GeneralInformation |
| Źródło | <xs:element name="GnlInf" type="GeneralInformation" /> |
acmt.blr.001.02/BlckDtls- Informacje dotyczące blokady (element) |
|
| Opis | Informacje dotyczące blokady |
| Typ | BlockDetails |
| Źródło | <xs:element name="BlckDtls" type="BlockDetails" /> |