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: