From 05baf3d685913f187ebcebd2bc740350a8d40d42 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:25:29 +0200 Subject: [PATCH] docs(dsp-tools-xmlupload): Add Warning section (#69) It is very important to know about this detail. Already two people ran into this, and it costed a lot of time to both of us. This warning is definitively needed. --- docs/dsp-tools-xmlupload.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/dsp-tools-xmlupload.md b/docs/dsp-tools-xmlupload.md index 06f18678d..65a1f2631 100644 --- a/docs/dsp-tools-xmlupload.md +++ b/docs/dsp-tools-xmlupload.md @@ -169,13 +169,18 @@ The `` element contains a property element (e.g. ``) for ea describing the resource. The property element itself contains one or several value elements (e.g. ``) and must have an attribute `name` with the name of the property as defined in the project specific ontology. -Example for a property element of type text (``) with the value element ``: +Example for a property element of type text (``) with two value elements ``: ```xml Dies ist eine Übersetzung + Und eine andere Übersetzung ``` + +| ⚠ Look out | +|:----------| +| In case of a cardinality 1-n, you must **NOT** create multiple `` tags, but multiple `` tags in one single ``! | The following property elements exist: