diff --git a/docs/getting-started/schema-validation.mdx b/docs/getting-started/schema-validation.mdx
index 57d6ea18abd09cde93a24a7820c3cc78fcc9de12..173c6340d469a6ab6bd09b2af6bc114972b9dada 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`).