From 6b2ceadf6b5d2ef929ae0b8fb5c5ab85cd4d6ac8 Mon Sep 17 00:00:00 2001 From: Matthias Bernien <matthias.bernien@ptb.de> Date: Fri, 25 Oct 2024 11:40:19 +0000 Subject: [PATCH] wrong url --- templates/xml/dcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xml/dcc.xml b/templates/xml/dcc.xml index b1f0264..b992bcf 100644 --- a/templates/xml/dcc.xml +++ b/templates/xml/dcc.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <dcc:digitalCalibrationCertificate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/dcc https://www.ptb.de/dcc/v3.1.2/dcc.xsd" + xsi:schemaLocation="https://www.ptb.de/dcc/v3.1.2/dcc.xsd" xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si" schemaVersion="3.1.2"> -- GitLab