-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dokumentů veřejnoprávních původců
- Loading branch information
1 parent
6d6c859
commit 09a72d4
Showing
11 changed files
with
1,473 additions
and
1,217 deletions.
There are no files selected for viewing
1,382 changes: 1,382 additions & 0 deletions
1,382
metadata-dokumentů-veřejnoprávních-původců/2024-12-10/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
58 changes: 58 additions & 0 deletions
58
metadata-dokumentů-veřejnoprávních-původců/2024-12-10/obrázky/konceptuální-model.plantuml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
@startuml | ||
set namespaceSeparator none | ||
class Dokument { | ||
"číslo jednací": string | ||
"k rukám": string | ||
"stručný obsah dokumentu": text | ||
} | ||
|
||
class "Jednoznačný identifikátor" { | ||
"řetězcová podoba jednoznačného identifikátoru": string | ||
} | ||
|
||
class Spis { | ||
"Spisová značka": string | ||
} | ||
|
||
class "Evidenční číslo ze samostatné evidence dokumentů" { | ||
"řetězcová podoba evidenčního čísla": string | ||
} | ||
|
||
class "Elektronický dokument" { | ||
} | ||
|
||
class "Osoba ve vztahu k dokumentu" { | ||
} | ||
|
||
class "Dokument" { | ||
} | ||
|
||
class "Dokument veřejnoprávního původce" { | ||
"číslo jednací": string | ||
} | ||
|
||
class "Jednoznačný identifikátor" { | ||
} | ||
|
||
class "Spis" { | ||
"spisová značka": string | ||
} | ||
|
||
class "Evidenční číslo ze samostatné evidence dokumentů" { | ||
} | ||
|
||
Dokument <|-- "Elektronický dokument" | ||
Dokument <|-- "Dokument" | ||
"Dokument" <|-- "Dokument veřejnoprávního původce" | ||
"Jednoznačný identifikátor" <|-- "Jednoznačný identifikátor" | ||
"Evidenční číslo ze samostatné evidence dokumentů" <|-- "Evidenční číslo ze samostatné evidence dokumentů" | ||
Dokument -- "1..1" "Jednoznačný identifikátor" : "je opatřen identifikátorem" | ||
Dokument -- "0..1" Spis : "je zařazen do spisu" | ||
Dokument -- "0..1" "Evidenční číslo ze samostatné evidence dokumentů" : "má evidenční číslo ze samostatné evidence dokumentů" | ||
Dokument -- "0..1" Dokument : "je odpovědí na dokument" | ||
"Elektronický dokument" -- "1..1" "Osoba ve vztahu k dokumentu" : "odesílatel" | ||
"Elektronický dokument" -- "0..1" "Osoba ve vztahu k dokumentu" : "příjemce" | ||
"Dokument veřejnoprávního původce" -- "1..1" "Jednoznačný identifikátor" : "je opatřen identifikátorem" | ||
"Dokument veřejnoprávního původce" -- "0..1" "Spis" : "je zařazen do spisu" | ||
"Dokument veřejnoprávního původce" -- "0..1" "Evidenční číslo ze samostatné evidence dokumentů" : "má evidenční číslo ze samostatné evidence dokumentů" | ||
@enduml |
1 change: 1 addition & 0 deletions
1
...ata-dokumentů-veřejnoprávních-původců/2024-12-10/obrázky/konceptuální-model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
metadata-dokumentů-veřejnoprávních-původců/2024-12-10/příklady/dokument-minimální.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dokument xmlns="http://dia.gov.cz/ns/zakladni-metadata-dokumentu" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:eidas-lp="http://eidas.europa.eu/attributes/legalperson" | ||
xmlns:eidas-np="http://eidas.europa.eu/attributes/naturalperson" | ||
xmlns:místa="http://dia.gov.cz/ns/spolecne-casti-elektronickych-dokumentu/mista" | ||
xmlns:osoby="http://dia.gov.cz/ns/spolecne-casti-elektronickych-dokumentu/osoby" | ||
xsi:schemaLocation="http://dia.gov.cz/ns/zakladni-metadata-dokumentu https://ofn.gov.cz/metadata-dokumentů-veřejnoprávních-původců/2024-12-10/schémata/metadata-dokumentů-veřejnoprávních-původců.xsd"> | ||
<jid>String</jid> | ||
<odesílatel> | ||
<osoby:podnikající_fyzická_osoba_zapsaná_v_or> | ||
<osoby:obchodní_firma>String</osoby:obchodní_firma> | ||
<osoby:ičo>00000000</osoby:ičo> | ||
<osoby:datová_schránka>String</osoby:datová_schránka> | ||
<osoby:trvalé_bydliště> | ||
<místa:adresa_neevidovaná_v_rúian> | ||
<místa:text_adresy>String</místa:text_adresy> | ||
</místa:adresa_neevidovaná_v_rúian> | ||
</osoby:trvalé_bydliště> | ||
</osoby:podnikající_fyzická_osoba_zapsaná_v_or> | ||
</odesílatel> | ||
</dokument> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.