Schema riad2-ws-003-fileDownload-EnvelopeSchema.xsd


schema location ..\riad2-ws-003-fileDownload-EnvelopeSchema.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace urn:riadCNB
 
Elements 
fileDownloadRequest 
fileDownloadResponse 


schema location ..\riad2-ws-common.xsd
attributeFormDefault
elementFormDefault qualified
targetNamespace urn:riadCNB
 
Complex types  Simple types 
attr-base-date_type  baseString 
attr-base-enum_type  counterpartyType_type 
attr-base-text_type  raCode_type 
attr-id-find_type  StatusRestriction 
attr-id-notap-find_type 
date_find_param_type 
downloadStatus_type 
error_type 
errors_type 
identificationElement_type 
messageReferenceId_status_type 
messageReferenceId_type 
output_identificationElement_type 
query_type 
uploadStatus_type 


element fileDownloadRequest
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p1.png
namespace urn:riadCNB
properties
content complex
children riadCNB:raCode riadCNB:messageReferenceId
annotation
documentation

Kořenový element pro XML dokument s požadavkem vykazující osoby na ČNB na stažení odpovědi v obálce

element fileDownloadRequest/raCode
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p2.png
namespace urn:riadCNB
type riadCNB:raCode_type
properties
content simple
facets
Kind Value Annotation
minLength 6
maxLength 6

element fileDownloadRequest/messageReferenceId
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p3.png
namespace urn:riadCNB
type riadCNB:messageReferenceId_status_type
properties
content complex

element fileDownloadResponse
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p4.png
namespace urn:riadCNB
properties
content complex
children riadCNB:requestData riadCNB:downloadStatus riadCNB:outputMessage riadCNB:errors
annotation
documentation

Kořenový element pro XML dokument s odpovědí ČNB na požadavek vykazující osoby (s výstupní zprávou v obálce)

element fileDownloadResponse/requestData
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p5.png
namespace urn:riadCNB
properties
content complex
children riadCNB:raCode riadCNB:messageReferenceId

element fileDownloadResponse/requestData/raCode
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p6.png
namespace urn:riadCNB
type riadCNB:raCode_type
properties
content simple
facets
Kind Value Annotation
minLength 6
maxLength 6

element fileDownloadResponse/requestData/messageReferenceId
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p7.png
namespace urn:riadCNB
type riadCNB:messageReferenceId_status_type
properties
content complex

element fileDownloadResponse/downloadStatus
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p8.png
namespace urn:riadCNB
type riadCNB:downloadStatus_type
properties
content complex
facets
Kind Value Annotation
enumeration OK
enumeration ERROR
attributes
Name  Type  Use  Default  Fixed  Annotation
raFileName  xs:string  optional      
documentation

Název ZIP souboru (vstupní zprávy), bude uvedeno pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě
a pouze tehdy, pokud byla vstupní zpráva nalezena v informačním systému příjemce.
raRequestId  xs:string  optional      
documentation

Interní identifikátor požadavku v informačním systému vykazující osoby.
Bude uveden pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě a pouze tehdy,
pokud byla vstupní zpráva nalezena v informačním systému příjemce.

element fileDownloadResponse/outputMessage
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p9.png
namespace urn:riadCNB
type extension of xs:base64Binary
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
responseFileName    required      
documentation

Název ZIP souboru obsahujícího odpověď na vstupní zprávu vygenerovaný systémem ČNB RIAD.
annotation
documentation

XML dokument obsahující odpověď na vstupní zprávu komprimovaný do formátu ZIP.
Obsahem tohoto elementu je textová reprezentace ZIP archívu vytvořená pomocí kódování BASE64.

attribute fileDownloadResponse/outputMessage/@responseFileName
properties
use required
annotation
documentation

Název ZIP souboru obsahujícího odpověď na vstupní zprávu vygenerovaný systémem ČNB RIAD.

element fileDownloadResponse/errors
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p10.png
namespace urn:riadCNB
type riadCNB:errors_type
properties
content complex
children riadCNB:error

complexType attr-base-date_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p11.png
namespace urn:riadCNB
used by
element query_type/queryBaseAttributes/attr-base-date
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
method  derived by: xs:string  required      
value  xs:date  required      
annotation
documentation

Element attr-base-date slouží k vyhledávání "datumových" atributů. Je třeba zadat způsob hledání (method),
což určuje, zda má být hledané datum větší rovno nebo menší rovno zadanému datumu.

attribute attr-base-date_type/@name
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration RIAD_DT_BRTH
enumeration RIAD_DT_CLS
enumeration RIAD_DT_INSERTED
enumeration FOP_DT_BRTH

attribute attr-base-date_type/@method
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration GT_EQ
enumeration LT_EQ

attribute attr-base-date_type/@value
type xs:date
properties
use required

complexType attr-base-enum_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p12.png
namespace urn:riadCNB
used by
element query_type/queryBaseAttributes/attr-base-enum
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
value    required      
annotation
documentation

Element attr-base-enum slouží k vyhledávání "číselníkových" atributů.

attribute attr-base-enum_type/@name
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration RIAD_LGL_FRM_C
enumeration CNB_SEKTOR
enumeration CNB_NACE
enumeration RIAD_TRRTRL_UNT_C
enumeration RIAD_ENTRPRS_SZ_C

attribute attr-base-enum_type/@value
properties
use required

complexType attr-base-text_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p13.png
namespace urn:riadCNB
used by
element query_type/queryBaseAttributes/attr-base-text
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
method  derived by: xs:string  required      
value    required      
annotation
documentation

Element attr-base-text slouží k vyhledávání "textových" atributů. Je třeba zadat způsob hledání (method),
což určuje, zda je hledaný text shodný, neshodný, obsahuje nebo neobsahuje zadaný výraz.

attribute attr-base-text_type/@name
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration CRU_IDK
enumeration RIAD_NM_ENTTY_C
enumeration RIAD_STRT_C
enumeration RIAD_CTY_C
enumeration RIAD_PSTL_CD_C
enumeration FOP_NM_SRNM_C

attribute attr-base-text_type/@method
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration EQUALS
enumeration NOT EQUALS
enumeration CONTAINS
enumeration NOT CONTAINS

attribute attr-base-text_type/@value
properties
use required

complexType attr-id-find_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p14.png
namespace urn:riadCNB
used by
element query_type/queryIdentification/attr-id-find
attributes
Name  Type  Use  Default  Fixed  Annotation
identificatorType  xs:string  optional      
country    optional      
value  derived by: riadCNB:baseString  required      
otherIdentificatorName  xs:string  optional      
annotation
documentation

Element attr-id-find slouží k vyhledávání identifikačních atributů.
Je možné volitelně zadat typ identifikátoru, zemi nebo název tzv. Other identifikátoru.

attribute attr-id-find_type/@identificatorType
type xs:string
properties
use optional

attribute attr-id-find_type/@country
properties
use optional

attribute attr-id-find_type/@value
type restriction of riadCNB:baseString
properties
use required
facets
Kind Value Annotation
minLength 3
maxLength 255
pattern [\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}\p{IsLatinExtended-B}‘-‟€]+

attribute attr-id-find_type/@otherIdentificatorName
type xs:string
properties
use optional

complexType attr-id-notap-find_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p15.png
namespace urn:riadCNB
used by
element query_type/queryIdentification/attr-id-notap-find
attributes
Name  Type  Use  Default  Fixed  Annotation
notap  derived by: xs:string  required      
country    optional      
annotation
documentation

Element attr-id-notap-find slouží k vyhledávání subjektů bez národního identifikátoru (tzv. NOTAP).
Je povinné explicitně použít atribut notap=T a volitelně je možné omezit na zemi.

attribute attr-id-notap-find_type/@notap
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration T

attribute attr-id-notap-find_type/@country
properties
use optional

complexType date_find_param_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p16.png
namespace urn:riadCNB
attributes
Name  Type  Use  Default  Fixed  Annotation
dateFrom  xs:date  required      
dateTo  xs:date  required      

attribute date_find_param_type/@dateFrom
type xs:date
properties
use required

attribute date_find_param_type/@dateTo
type xs:date
properties
use required

complexType downloadStatus_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p17.png
namespace urn:riadCNB
type extension of riadCNB:StatusRestriction
properties
base riadCNB:StatusRestriction
used by
element fileDownloadResponse/downloadStatus
facets
Kind Value Annotation
enumeration OK
enumeration ERROR
attributes
Name  Type  Use  Default  Fixed  Annotation
raFileName  xs:string  optional      
documentation

Název ZIP souboru (vstupní zprávy), bude uvedeno pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě
a pouze tehdy, pokud byla vstupní zpráva nalezena v informačním systému příjemce.
raRequestId  xs:string  optional      
documentation

Interní identifikátor požadavku v informačním systému vykazující osoby.
Bude uveden pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě a pouze tehdy,
pokud byla vstupní zpráva nalezena v informačním systému příjemce.
annotation
documentation

Výsledek pokusu dohledat odpověď na vstupní zprávu dle předaného identifikátoru vstupní zprávy:
OK (odpověď na vstupní soubor existuje)
ERROR (odpověď na vstupní soubor neexistuje nebo jiná chyba).

attribute downloadStatus_type/@raFileName
type xs:string
properties
use optional
annotation
documentation

Název ZIP souboru (vstupní zprávy), bude uvedeno pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě
a pouze tehdy, pokud byla vstupní zpráva nalezena v informačním systému příjemce.

attribute downloadStatus_type/@raRequestId
type xs:string
properties
use optional
annotation
documentation

Interní identifikátor požadavku v informačním systému vykazující osoby.
Bude uveden pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě a pouze tehdy,
pokud byla vstupní zpráva nalezena v informačním systému příjemce.

complexType error_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p18.png
namespace urn:riadCNB
type extension of xs:string
properties
base xs:string
used by
element errors_type/error
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
documentation

Jedinečný kód chybové zprávy generovaný informačním systémem příjemce.
annotation
documentation

Chybová zpráva, kterou vygeneroval informační systém příjemce při zpracování vstupní zprávy vykazující osoby.

attribute error_type/@code
type xs:string
properties
use required
annotation
documentation

Jedinečný kód chybové zprávy generovaný informačním systémem příjemce.

complexType errors_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p19.png
namespace urn:riadCNB
children riadCNB:error
used by
element fileDownloadResponse/errors
annotation
documentation

Zastřešující element pro chybové zprávy.

element errors_type/error
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p20.png
namespace urn:riadCNB
type riadCNB:error_type
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
documentation

Jedinečný kód chybové zprávy generovaný informačním systémem příjemce.

complexType identificationElement_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p21.png
namespace urn:riadCNB
children riadCNB:raCode riadCNB:raReferenceDate riadCNB:raInputMessageId riadCNB:raContactPerson
used by
complexType output_identificationElement_type

element identificationElement_type/raCode
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p22.png
namespace urn:riadCNB
type riadCNB:raCode_type
properties
content simple
facets
Kind Value Annotation
minLength 6
maxLength 6

element identificationElement_type/raReferenceDate
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p23.png
namespace urn:riadCNB
type restriction of xs:date
properties
content simple
annotation
documentation

V případě reportu se jedná o datum, ke kterému jsou předaná data ze strany vykazující osoby aktuálně platná.
Toto datum bude použito jako datum platnosti u všech údajů, které nemají vymezenou svoji vlastní platnost.
V případe dotazu se jedná o datum sestavení dotazu a může být volitelně parametrem historicalView použito pro nastavení, k jakému dni mají být data sestavena.

element identificationElement_type/raInputMessageId
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p24.png
namespace urn:riadCNB
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 100
annotation
documentation

Identifikátor vstupní zprávy na straně vykazující osoby. Tato identifikace bude uvedena v odpovědi na vstupní zprávu.
Tvorba identifikátoru je v režii vykazující osoby, ČNB doporučuje využít hodnotu datum/čas vytvoření vstupní zprávy
ve formátu YYYYMMDDHH24MISSFF (datum a čas vytvoření vstupní zprávy bez oddělovačů na úroveň milisekund).

element identificationElement_type/raContactPerson
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p25.png
namespace urn:riadCNB
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
email    required      
documentation

E-mailová adresa kontaktní osoby odpovědné za vytvoření vstupního souboru (povinný atribut).
phoneNumber    optional      
documentation

Telefonní číslo kontaktní osoby (volitelný atribut).

attribute identificationElement_type/raContactPerson/@email
properties
use required
annotation
documentation

E-mailová adresa kontaktní osoby odpovědné za vytvoření vstupního souboru (povinný atribut).

attribute identificationElement_type/raContactPerson/@phoneNumber
properties
use optional
annotation
documentation

Telefonní číslo kontaktní osoby (volitelný atribut).

complexType messageReferenceId_status_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p26.png
namespace urn:riadCNB
type extension of xs:long
properties
base xs:long
used by
elements fileDownloadRequest/messageReferenceId fileDownloadResponse/requestData/messageReferenceId output_identificationElement_type/messageReferenceId
annotation
documentation

Identifikační (refereční) číslo vstupní zprávy, pod kterým je požadavek (hlášení o protistranách nebo dotaz na protistrany) uložen v informačním systému příjemce.
Pod tímto ID lze následně zjišťovat stav zpracování vstupní zprávy, případně získat odpověď na zaslaný požadavek (v okamžiku, kdy je tato odpověď dostupná).

complexType messageReferenceId_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p27.png
namespace urn:riadCNB
type extension of xs:long
properties
base xs:long
attributes
Name  Type  Use  Default  Fixed  Annotation
storeDateTime  xs:dateTime  required      
documentation

Datum a čas uložení vstupní zprávy v informačním systému příjemce.
annotation
documentation

Identifikační (refereční) číslo vstupní zprávy, pod kterým je požadavek (hlášení o protistranách nebo dotaz na protistrany) uložen v informačním systému příjemce.
Pod tímto ID lze následně zjišťovat stav zpracování vstupní zprávy, případně získat odpověď na zaslaný požadavek (v okamžiku, kdy je tato odpověď dostupná).

attribute messageReferenceId_type/@storeDateTime
type xs:dateTime
properties
use required
annotation
documentation

Datum a čas uložení vstupní zprávy v informačním systému příjemce.

complexType output_identificationElement_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p28.png
namespace urn:riadCNB
type extension of riadCNB:identificationElement_type
properties
base riadCNB:identificationElement_type
children riadCNB:raCode riadCNB:raReferenceDate riadCNB:raInputMessageId riadCNB:raContactPerson riadCNB:messageReferenceId

element output_identificationElement_type/messageReferenceId
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p29.png
namespace urn:riadCNB
type riadCNB:messageReferenceId_status_type
properties
content complex

complexType query_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p30.png
namespace urn:riadCNB
children riadCNB:queryIdentification riadCNB:queryBaseAttributes
attributes
Name  Type  Use  Default  Fixed  Annotation
queryNr  xs:positiveInteger  required      
documentation

Pořadové číslo dotazu v rámci souboru (kladné číslo).
historicalView  derived by: xs:string  optional      
documentation

Atribut historicalView určuje, zda a jakým případně způsobem budou zobrazena historická data.
Může nabývat dvou hodnot - FULL_HISTORY (plná historie) nebo APPLY_REFERENCE_DATE (data budou zobrazena ke dni daném v elementu "raReferenceDate".)
showSource  xs:boolean  optional      
documentation

Atribut showSource určuje, zda mají být zobrazeny zdroje jednotlivých údajů

attribute query_type/@queryNr
type xs:positiveInteger
properties
use required
annotation
documentation

Pořadové číslo dotazu v rámci souboru (kladné číslo).

attribute query_type/@historicalView
type restriction of xs:string
properties
use optional
facets
Kind Value Annotation
enumeration APPLY_REFERENCE_DATE
enumeration FULL_HISTORY
annotation
documentation

Atribut historicalView určuje, zda a jakým případně způsobem budou zobrazena historická data.
Může nabývat dvou hodnot - FULL_HISTORY (plná historie) nebo APPLY_REFERENCE_DATE (data budou zobrazena ke dni daném v elementu "raReferenceDate".)

attribute query_type/@showSource
type xs:boolean
properties
use optional
annotation
documentation

Atribut showSource určuje, zda mají být zobrazeny zdroje jednotlivých údajů

element query_type/queryIdentification
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p31.png
namespace urn:riadCNB
properties
content complex
children riadCNB:attr-id-find riadCNB:attr-id-notap-find
annotation
documentation

Element queryIdentification určuje dotaz dle identifikátoru (může být pouze jeden v rámci jednoho dotazu).

element query_type/queryIdentification/attr-id-find
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p32.png
namespace urn:riadCNB
type riadCNB:attr-id-find_type
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
identificatorType  xs:string  optional      
country    optional      
value  derived by: riadCNB:baseString  required      
otherIdentificatorName  xs:string  optional      

element query_type/queryIdentification/attr-id-notap-find
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p33.png
namespace urn:riadCNB
type riadCNB:attr-id-notap-find_type
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
notap  derived by: xs:string  required      
country    optional      

element query_type/queryBaseAttributes
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p34.png
namespace urn:riadCNB
properties
content complex
children riadCNB:attr-base-enum riadCNB:attr-base-text riadCNB:attr-base-date
attributes
Name  Type  Use  Default  Fixed  Annotation
country    required      
maxResults  derived by: xs:nonNegativeInteger        
offset  xs:nonNegativeInteger        
annotation
documentation

Element queryBaseAttributes určuje dotaz dle vlastností - atributů (může být zkombinováno až pět podmínek pro vyhledání subjektů v rámci jednoho dotazu).

attribute query_type/queryBaseAttributes/@country
properties
use required

attribute query_type/queryBaseAttributes/@maxResults
type restriction of xs:nonNegativeInteger
facets
Kind Value Annotation
maxInclusive 100000

attribute query_type/queryBaseAttributes/@offset
type xs:nonNegativeInteger

element query_type/queryBaseAttributes/attr-base-enum
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p35.png
namespace urn:riadCNB
type riadCNB:attr-base-enum_type
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
value    required      

element query_type/queryBaseAttributes/attr-base-text
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p36.png
namespace urn:riadCNB
type riadCNB:attr-base-text_type
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
method  derived by: xs:string  required      
value    required      

element query_type/queryBaseAttributes/attr-base-date
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p37.png
namespace urn:riadCNB
type riadCNB:attr-base-date_type
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: xs:string  required      
method  derived by: xs:string  required      
value  xs:date  required      

complexType uploadStatus_type
diagram riad2-ws-003-fileDownload-EnvelopeSchema_p38.png
namespace urn:riadCNB
type extension of riadCNB:StatusRestriction
properties
base riadCNB:StatusRestriction
facets
Kind Value Annotation
enumeration OK
enumeration ERROR
attributes
Name  Type  Use  Default  Fixed  Annotation
raFileName  xs:string  optional      
documentation

Název ZIP souboru (vstupní zprávy), bude uvedeno pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě
raRequestId  xs:string  optional      
documentation

Interní identifikátor požadavku v informačním systému vykazující osoby.
Bude uveden pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě
annotation
documentation

Výsledek, kterým skončil proces nahrání vstupní zprávy do informačního systému příjemce:
OK (vstupní zpráva byla úspěšně uložena) | ERROR (došlo k nějaké chybě při pokusu uložit vstupní zprávu do informačního systému příjemce).

attribute uploadStatus_type/@raFileName
type xs:string
properties
use optional
annotation
documentation

Název ZIP souboru (vstupní zprávy), bude uvedeno pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě

attribute uploadStatus_type/@raRequestId
type xs:string
properties
use optional
annotation
documentation

Interní identifikátor požadavku v informačním systému vykazující osoby.
Bude uveden pouze v případě, že vykazující osoba předala hodnotu tohoto atributu ve vstupní zprávě

simpleType baseString
namespace urn:riadCNB
type restriction of xs:string
properties
base xs:string
used by
attribute attr-id-find_type/@value
facets
Kind Value Annotation
minLength 1
maxLength 255
pattern [\p{IsBasicLatin}\p{IsLatin-1Supplement}\p{IsLatinExtended-A}\p{IsLatinExtended-B}‘-‟€]+

simpleType counterpartyType_type
namespace urn:riadCNB
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration PA
enumeration PN
enumeration PF
enumeration FA
enumeration FN
annotation
documentation

Typ protistrany. Atribut může nabývat pouze těchto hodnot:
PA : Právnická osoba - domácí - ČR (s IČO)
PN : Právnická osoba - zahraniční - mimo ČR (bez IČO)
PF : Fond bez právní subjektivity (podílový fond, podfond, penzijní fond)
FA : Fyzická osoba - domácí - ČR (s IČO)
FN : Fyzická osoba - zahraniční - mimo ČR (bez IČO)

simpleType raCode_type
namespace urn:riadCNB
type restriction of xs:string
properties
base xs:string
used by
elements fileDownloadRequest/raCode fileDownloadResponse/requestData/raCode identificationElement_type/raCode
facets
Kind Value Annotation
minLength 6
maxLength 6
annotation
documentation

Jedinečný kód vykazující osoby (tzv. raCode) vydaný ČNB v rámci procesu registrace vykazující osoby za účelem doplnění identifikace.

simpleType StatusRestriction
namespace urn:riadCNB
type restriction of xs:string
properties
base xs:string
used by
complexTypes downloadStatus_type uploadStatus_type
facets
Kind Value Annotation
enumeration OK
enumeration ERROR


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy