From bba8a9b77706385dfc98190a37702efc8adb7a95 Mon Sep 17 00:00:00 2001 From: Benedikt <benedikt.seeger@ptb.de> Date: Thu, 23 Jan 2025 09:04:40 +0000 Subject: [PATCH] Added import statement hint to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d8cb1..8f1889b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,16 @@ > This branch is a strict testing version **derived from the master branch**. > - Not all **documentation** is fully up to date yet. > - The **examples** are also not completely updated to reflect the strict changes. -> +> +> Use this import statment in XML or XSD files to use this strict Version +> ```xml +><xs:import +> namespace="https://ptb.de/si" +> schemaLocation="https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si/-/raw/strict/SI_Format.xsd "/> +>``` +> +> +> > **Please note:** The master branch remains the primary and officially supported version. --- -- GitLab