From 8b978a3b89a8d85feabbeaca659a1f9340376811 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Thu, 10 Sep 2020 10:16:06 +0200
Subject: [PATCH] --> "2.4.0" (2)

---
 examples/dcc-2020_75012.xml |  9 +++++++--
 examples/dcc-2020_75127.xml | 11 ++++++++---
 templates/xml/dcc.xml       |  5 ++---
 3 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/examples/dcc-2020_75012.xml b/examples/dcc-2020_75012.xml
index 60a9f78..4d64cf0 100644
--- a/examples/dcc-2020_75012.xml
+++ b/examples/dcc-2020_75012.xml
@@ -1,5 +1,10 @@
-<?xml version="1.0" ?>
-<dcc:digitalCalibrationCertificate schemaVersion="2.3.0" xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://ptb.de/dcc https://ptb.de/dcc/v2.3.0/dcc.xsd">
+<?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://ptb.de/dcc/v2.4.0/dcc.xsd"
+  xmlns:dcc="https://ptb.de/dcc"
+  xmlns:si="https://ptb.de/si"
+  schemaVersion="2.4.0">
   <!--
     Copyright (c) 2019 - Physikalisch-Technische Bundesanstalt, alle Rechte 
     vorbehalten - all rights reserved
diff --git a/examples/dcc-2020_75127.xml b/examples/dcc-2020_75127.xml
index c77d7ae..a8d3f38 100644
--- a/examples/dcc-2020_75127.xml
+++ b/examples/dcc-2020_75127.xml
@@ -1,5 +1,10 @@
-<?xml version="1.0" ?>
-<dcc:digitalCalibrationCertificate schemaVersion="2.3.0" xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://ptb.de/dcc https://ptb.de/dcc/v2.3.0/dcc.xsd">
+<?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://ptb.de/dcc/v2.4.0/dcc.xsd"
+  xmlns:dcc="https://ptb.de/dcc"
+  xmlns:si="https://ptb.de/si"
+  schemaVersion="2.4.0">
   <!--
     Copyright (c) 2019 - Physikalisch-Technische Bundesanstalt, alle Rechte 
     vorbehalten - all rights reserved
@@ -295,4 +300,4 @@
       </dcc:results>
     </dcc:measurementResult>
   </dcc:measurementResults>
-</dcc:digitalCalibrationCertificate>
\ No newline at end of file
+</dcc:digitalCalibrationCertificate>
diff --git a/templates/xml/dcc.xml b/templates/xml/dcc.xml
index e08173f..a89e54e 100644
--- a/templates/xml/dcc.xml
+++ b/templates/xml/dcc.xml
@@ -1,11 +1,10 @@
 <?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://ptb.de/dcc/v2.3.0/dcc.xsd"
+    xsi:schemaLocation="https://ptb.de/dcc https://ptb.de/dcc/v2.4.0/dcc.xsd"
     xmlns:dcc="https://ptb.de/dcc"
     xmlns:si="https://ptb.de/si"
-    schemaVersion="2.3.0">
-
+    schemaVersion="2.4.0">  
     <!--
     Copyright (c) 2019 - Physikalisch-Technische Bundesanstalt, alle Rechte 
     vorbehalten - all rights reserved
-- 
GitLab