diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-25 11:05:40 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-25 11:14:18 +0200 |
commit | 61672052845f6e6ab06e9d5cbd5bf8f245bf20a0 (patch) | |
tree | 09d949b86756e1da9096459083a6f7e9b81ad1d0 /docs | |
parent | 2ac928d0704899b47a71914a40e2d3fe9bfc5af5 (diff) | |
download | moa-zs-61672052845f6e6ab06e9d5cbd5bf8f245bf20a0.tar.gz moa-zs-61672052845f6e6ab06e9d5cbd5bf8f245bf20a0.tar.bz2 moa-zs-61672052845f6e6ab06e9d5cbd5bf8f245bf20a0.zip |
Spec: Update Namespace References
Diffstat (limited to 'docs')
-rw-r--r-- | docs/spec.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/spec.md b/docs/spec.md index ef8e57f..96c7633 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -258,15 +258,15 @@ See [Spring Boot Documentation: Logging](https://docs.spring.io/spring-boot/docs ## Namespace Declarations -TODO +MOA ZS and its documentation map the following acronyms to the following namespaces: -- msg -- p -- mzs -- tnvz +- `msg` maps to `http://reference.e-government.gv.at/namespace/zustellung/msg/phase2/20181206#`. +- `mzs` maps to `http://reference.e-government.gv.at/namespace/zustellung/mzs/app2mzs#`. +- Depending on the context, `p` maps to two semantically equivalent namespaces: In the `msg` context, `p` maps to `http://reference.e-government.gv.at/namespace/persondata/phase2/20181206#`, whereas in the `mzs` context, `p` maps to `http://reference.e-government.gv.at/namespace/zustellung/mzs/persondata#`. +- `tnvz` maps to `http://reference.e-government.gv.at/namespace/zustellung/tnvz/phase2/20181206#`. ## References -[zusemsg] Tauber, Arne: Elektronische Zustellung Message Spezifikation 2.0.0 (2019-04-08) +[zusemsg] Tauber, Arne: Elektronische Zustellung Message Spezifikation 2.0.0 (https://www.ref.gv.at/AG-II-Spezifkationsunterlagen.3539.0.html, 2019-04-08). -[zusetnvz] Tauber, Arne and Wolf, Dieter Auer: Elektronische Zustellung Teilnehmerverzeichnis 2.0.0 (2019-04-08) +[zusetnvz] Tauber, Arne and Wolf, Dieter Auer: Elektronische Zustellung Teilnehmerverzeichnis 2.0.0 (https://www.ref.gv.at/AG-II-Spezifkationsunterlagen.3539.0.html, 2019-04-08) |