From 942b6895105b0f563eb435f9ee55741bd8cc202b Mon Sep 17 00:00:00 2001 From: haidner1 <haidner@live.de> Date: Mon, 19 Sep 2022 14:35:07 +0200 Subject: [PATCH] =?UTF-8?q?Kommenatare=20von=20Andreas=20Huber=20umgesetzt?= =?UTF-8?q?,=20um=20Beispiel=20schemaUri=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting-started/schema-validation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/schema-validation.mdx b/docs/getting-started/schema-validation.mdx index 57d6ea18a..173c6340d 100644 --- a/docs/getting-started/schema-validation.mdx +++ b/docs/getting-started/schema-validation.mdx @@ -66,15 +66,15 @@ Zukünftig werden sie auch über das FITKO-Schemarepository zur Verfügung stehe "contentStructure": { "data": { "schema": { - "schemaUri": "https://schema.fitko.de/fim/s00000092_1.0.xsd", + "schemaUri": "urn:xoev-de:xfall:standard:fim-s00000092_1.0", "mimeType": "application/xml" } } } ``` -- Prüfen Sie, dass die `schemaUri` mit `https://schema.fitko.de/fim/` beginnt. -- Entnehmen Sie der URI die ID des Fachschemas (hier: "s00000092V1.0"). +- Prüfen Sie, ob die `schemaUri` mit `urn:xoev-de:xfall:standard:fim-` beginnt. +- Entnehmen Sie der URI die ID und die Version des Fachschemas (hier: "s00000092V1.0"). - Öffnen Sie das FIM-Portal (https://fimportal.de/) und loggen Sie sich ein. - Öffnen Sie Sie Adresse `https://fimportal.de/detail/D/{ID}`, also z.B. https://fimportal.de/detail/D/S00000092V1.0. - Klicken Sie rechts auf den Downloadlink, der auf "_xfall.xsd" endet (hier: `S00000092V1.0_xfall.xsd`). -- GitLab