KDPWDocument- Komunikat systemu KDPW (element) |
|
Opis | Komunikat systemu KDPW |
Typ | KDPWDocument |
Źródło | <xs:element name="KDPWDocument" type="KDPWDocument" /> |
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" /> |
GeneralInformation- Informacje ogólne (typ złożony) |
|
Opis | Informacje ogólne |
Elementy
składowe |
SndrMsgRef
CreDtTm{0,1} Lnk{0,1} |
Źródło |
<xs:complexType
name="GeneralInformation"
>
<xs:sequence > <xs:element name="SndrMsgRef" type="Max16Text" /> <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" /> <xs:element name="Lnk" type="Linkages" 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/CreDtTm- Data utworzenia komunikatu (element) |
|
Opis | Data utworzenia komunikatu |
Typ | DateAndDateTimeChoice |
Źródło | <xs:element name="CreDtTm" type="DateAndDateTimeChoice" minOccurs="0" /> |
GeneralInformation/Lnk- Referencje (element) |
|
Opis | Powiązania z innymi komunikatami |
Typ | Linkages |
Źródło | <xs:element name="Lnk" type="Linkages" 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 |
colr.sts.002.01{1,unbounded}
|
|||||||||
Źródło |
<xs:complexType
name="KDPWDocument"
>
<xs:sequence > <xs:element name="colr.sts.002.01" type="colr.sts.002.01" maxOccurs="unbounded" /> </xs:sequence> < xs:attribute name="Sndr" type="KDPWMemberIdentifier" use="required" /> < xs:attribute name="Rcvr" type="KDPWMemberIdentifier" use="required" /> </xs:complexType> |
KDPWDocument/colr.sts.002.01- Status rejestracji zabezpieczenia (element) |
|
Opis | Status rejestracji zabezpieczenia |
Typ | colr.sts.002.01 |
Źródło | <xs:element name="colr.sts.002.01" type="colr.sts.002.01" 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> |
Linkages- Referencje (typ złożony) |
|
Opis | Powiązania z innymi komunikatami |
Elementy
składowe |
RltdRef{0,1}
|
Źródło |
<xs:complexType
name="Linkages"
>
<xs:sequence > <xs:element name="RltdRef" type="Max16Text" minOccurs="0" /> </xs:sequence> </xs:complexType> |
Linkages/RltdRef- Identyfikator poprzednio otrzymanego komunikatu (element) |
|
Opis | Identyfikator poprzednio otrzymanego komunikatu |
Typ | Max16Text |
Źródło | <xs:element name="RltdRef" type="Max16Text" minOccurs="0" /> |
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> |
Max140Text- Tekst (typ prosty) |
|
Opis | Tekst o maksymalnej długości 140 znaków |
Typ | Pochodna typu: xs:string |
Format | Min. długość=1
Maks. długość=140 |
Źródło |
<xs:simpleType
name="Max140Text"
>
<xs:restriction base="xs:string" > <xs:minLength value="1" /> <xs:maxLength value="140" /> </xs:restriction> </xs:simpleType> |
Reason- Przyczyna (typ złożony) |
|
Opis | Przyczyna |
Elementy
składowe |
RsnCd
RsnTxt{0,1} |
Źródło |
<xs:complexType
name="Reason"
>
<xs:sequence > <xs:element name="RsnCd" type="Code4Text" /> <xs:element name="RsnTxt" type="Max140Text" minOccurs="0" /> </xs:sequence> </xs:complexType> |
Reason/RsnCd- Kod przyczyny (element) |
|
Opis | Kod przyczyny |
Typ | Code4Text |
Źródło | <xs:element name="RsnCd" type="Code4Text" /> |
Reason/RsnTxt- Opis przyczyny (element) |
|
Opis | Opis przyczyny |
Typ | Max140Text |
Źródło | <xs:element name="RsnTxt" type="Max140Text" minOccurs="0" /> |
Status- Status (typ złożony) |
|
Opis | Status |
Elementy
składowe |
StsCd
Rsn{0,1} |
Źródło |
<xs:complexType
name="Status"
>
<xs:sequence > <xs:element name="StsCd" type="Code4Text" /> <xs:element name="Rsn" type="Reason" minOccurs="0" /> </xs:sequence> </xs:complexType> |
Status/StsCd- Kod statusu (element) |
|
Opis | Kod statusu |
Typ | Code4Text |
Źródło | <xs:element name="StsCd" type="Code4Text" /> |
Status/Rsn- Przyczyna (element) |
|
Opis | Przyczyna |
Typ | Reason |
Źródło | <xs:element name="Rsn" type="Reason" minOccurs="0" /> |
colr.sts.002.01- Status rejestracji zabezpieczenia (typ złożony) |
|
Opis | Status rejestracji zabezpieczenia |
Elementy
składowe |
GnlInf
Sts |
Źródło |
<xs:complexType
name="colr.sts.002.01"
>
<xs:sequence > <xs:element name="GnlInf" type="GeneralInformation" /> <xs:element name="Sts" type="Status" /> </xs:sequence> </xs:complexType> |
colr.sts.002.01/GnlInf- Informacje ogólne (element) |
|
Opis | Blok informacji ogólnych |
Typ | GeneralInformation |
Źródło | <xs:element name="GnlInf" type="GeneralInformation" /> |
colr.sts.002.01/Sts- Status wnoszenia zabezpieczenia (element) |
|
Opis | Status wnoszenia zabezpieczenia |
Typ | Status |
Źródło | <xs:element name="Sts" type="Status" /> |