diff --git a/SI_Format.xsd b/SI_Format.xsd
index 10bd135b13f13a89c8b82774097a61f52568b1d4..e0d9baee1a62c01d004748c986b0364e6b4cb0f6 100644
--- a/SI_Format.xsd
+++ b/SI_Format.xsd
@@ -244,7 +244,7 @@
             <xs:element name="valueStandardMU" type="si:valueStandardMUType" minOccurs="0"/>
             
             <!-- deprecated element standardUnc: use valueStandardMU instead -->
-            <xs:element name="standardUnc" type="si:uncertaintyValueType" minOccurs="0"/>
+            <xs:element name="uncertainty" type="si:uncertaintyValueType" minOccurs="0"/>
             
             <!-- optional distribution -->
             <xs:element name="distribution" type="xs:string" minOccurs="0"/>
@@ -459,6 +459,11 @@
                     </xs:documentation>
                 </xs:annotation>
             </xs:element>
+            <xs:element name="listUnivariateUnc" type="si:listUnivariateUncType" minOccurs="0">
+                <xs:annotation>
+                    <xs:documentation xml:lang="en">[deprecated element] use listMeasurementUncertaintyUnivariate instead</xs:documentation>
+                </xs:annotation>
+            </xs:element>
             
             <!-- mandatory list of real elements -->
             <xs:element name="real" type="si:realInListType" maxOccurs="unbounded">
@@ -528,6 +533,17 @@
     </xs:complexType>
     
     
+    <xs:complexType name="listUnivariateUncType">
+        <xs:annotation>
+            <xs:documentation xml:lang="en">[deprecated type] use listMeasurementUncertaintyUnivariateType instead</xs:documentation>
+        </xs:annotation>
+        <xs:choice>
+            <xs:element name="expandedUnc" type="si:expandedUncType"/>
+            <xs:element name="coverageInterval" type="si:coverageIntervalType"/>
+        </xs:choice>
+    </xs:complexType>
+         
+    
     <xs:element name="realListXMLList" type="si:realListXMLListType">
         <xs:annotation>
             <xs:documentation xml:lang="en">
@@ -953,6 +969,7 @@
                 <xs:element name="realListXMLList" type="si:realListXMLListType"/>
                 <!-- or list of complex -->
                 <xs:element name="complexList" type="si:complexListType"/>
+                <xs:element name="complexListXMLList" type="si:complexListXMLListType"/>
                 <!-- or list of lists -->
                 <xs:element name="list" type="si:listType"/>
             </xs:choice>
@@ -1342,7 +1359,7 @@
     <xs:element name="expandedUnc" type="si:expandedUncType">
         <xs:annotation>
             <xs:documentation xml:lang="en">
-                Definition of the structure, that gives the necessary components for stating 
+                [deprectated element] Definition of the structure, that gives the necessary components for stating 
                 an expanded measurement uncertainty. This element must always be used in the
                 context of a real quantity, which is an application within si:real and/or
                 si:globalUnivariateUnc.
@@ -1367,7 +1384,7 @@
     <xs:element name="coverageInterval" type="si:coverageIntervalType">
         <xs:annotation>
             <xs:documentation xml:lang="en">
-                Definition of the structure, that gives the necessary components for stating 
+                [deprectated element] Definition of the structure, that gives the necessary components for stating 
                 a probabilistic-symmetric coverage interval for a real uncertainty. This element 
                 must always be used in the context of a real quantity, which is an application 
                 within si:real and/or si:globalUnivariateUnc.
@@ -1414,7 +1431,7 @@
     <xs:element name="ellipsoidalRegion" type="si:ellipsoidalRegionType">
         <xs:annotation>
             <xs:documentation xml:lang="en">
-                Definition of the structure, that provides a hyper-ellipsoidal coverage
+                [deprectated element] Definition of the structure, that provides a hyper-ellipsoidal coverage
                 region for stating the uncertainty of multivariate quantities. It is
                 used in the context of uncertainty for complex quantities and
                 lists of real or complex quantities.
@@ -1436,7 +1453,7 @@
     <xs:element name="rectangularRegion" type="si:rectangularRegionType">
         <xs:annotation>
             <xs:documentation xml:lang="en">
-                Definition of the structure that provides a hyper-rectangular coverage
+                [deprectated element] Definition of the structure that provides a hyper-rectangular coverage
                 region for stating the uncertainty of multivariate quantities. It is
                 used in the context of uncertainty for complex quantities and
                 lists of real or complex quantities.
diff --git a/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml b/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml
index a657ef9144f7e6978973089fbff63ba17525537f..bea33933e7635b5d8ba251481d6844c6d4ae4f6b 100644
--- a/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml
+++ b/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation=" https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation=" https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors:            Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml b/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml
index 697c90201cc0cc4c7aa4d76ba41ebf13d96dab2c..548e2c81f2dba0d91a4b3c13e642111f96567536 100644
--- a/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml
+++ b/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/BRONZE/2022-05-23-BRONZE-examples.xml b/examples/BRONZE/2022-05-23-BRONZE-examples.xml
index bdacc7af005be5f8c726eb7b06af79621cb249ff..da818ddb65faf8f92a3cc0e4a965d3eca36c783a 100644
--- a/examples/BRONZE/2022-05-23-BRONZE-examples.xml
+++ b/examples/BRONZE/2022-05-23-BRONZE-examples.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd" >
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd" >
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/BRONZE/PTB-BRONZE-examples-2.xml b/examples/BRONZE/PTB-BRONZE-examples-2.xml
index d86d211db97bf3bccf0e9ca920cdad6723b568bf..34cd4ea9a1f10079238383aa46deed22466a063a 100644
--- a/examples/BRONZE/PTB-BRONZE-examples-2.xml
+++ b/examples/BRONZE/PTB-BRONZE-examples-2.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. 
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/BRONZE/PTB-BRONZE-examples.xml b/examples/BRONZE/PTB-BRONZE-examples.xml
index 1e858bfb808ffb6479113d370223f9927fc1f99e..a6b159ac67128538df768876c78beaf0fee63d76 100644
--- a/examples/BRONZE/PTB-BRONZE-examples.xml
+++ b/examples/BRONZE/PTB-BRONZE-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. 
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901	
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/2020-03-20-UM-GOLD-examples.xml b/examples/GOLD/2020-03-20-UM-GOLD-examples.xml
index 1c79fa395eb72d3fa427838b355498f79c22341e..39b343e4dfa01e80c1bba7d6049d6a5d234ed75c 100644
--- a/examples/GOLD/2020-03-20-UM-GOLD-examples.xml
+++ b/examples/GOLD/2020-03-20-UM-GOLD-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors: 			Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml b/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml
index 9c72b65e0e18c2987136a3b0599fb6c1937c910e..bd6b9938a3efd625022f716be4c3c7a9324e280b 100644
--- a/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml
+++ b/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/2022-05-23-GOLD-examples.xml b/examples/GOLD/2022-05-23-GOLD-examples.xml
index 92bc971661e36a09024d0e341dfe0d9cac2af73e..60e13e63fb0610e383a9a35ec2738c7b06a044db 100644
--- a/examples/GOLD/2022-05-23-GOLD-examples.xml
+++ b/examples/GOLD/2022-05-23-GOLD-examples.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/PTB-GOLD-examples-2.xml b/examples/GOLD/PTB-GOLD-examples-2.xml
index 4c415e82570911203cd75e4595587eb8510a1500..65dab8844bdc2848a631aa5c196c1051b1a7d2d7 100644
--- a/examples/GOLD/PTB-GOLD-examples-2.xml
+++ b/examples/GOLD/PTB-GOLD-examples-2.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/PTB-GOLD-examples.xml b/examples/GOLD/PTB-GOLD-examples.xml
index 7ec1d6637b74b03df9be65488f3cadc89f0becd9..a1f3ea1f0b44d23c3f603567c09e512bfb0f910b 100644
--- a/examples/GOLD/PTB-GOLD-examples.xml
+++ b/examples/GOLD/PTB-GOLD-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. 
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/GOLD/gold-test.xml b/examples/GOLD/gold-test.xml
index d86a52ad53817d0efebdcfa5617c70643ca647cd..826516f63fc4b666648f82e9fc801c9287f6581a 100644
--- a/examples/GOLD/gold-test.xml
+++ b/examples/GOLD/gold-test.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. 
 
 		Authors:			Bernd Müller, Lukas Heindorf
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml b/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml
index 2bff6da2d3493a70b115a5bbb758afd3ed4ff1dc..f9bff5268989f186fe226eada750c6df983d73d4 100644
--- a/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml
+++ b/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml
@@ -3,7 +3,7 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
diff --git a/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml b/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml
index 37ad5d4ab8edabdf8f9172ff3d31e54d9654904b..04731d3a159ffa3227fb2c2c6de0abf06d016e04 100644
--- a/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml
+++ b/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml
@@ -4,15 +4,15 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.2.0-RC1
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml b/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml
index 87e139a7622d67bde79b63b9319da5184abd03c7..3e014e7982d6496a4ac544421f67cee9c185f168 100644
--- a/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml
+++ b/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml
@@ -4,15 +4,15 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.2.0-RC1
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml b/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml
index e96daac40a25d5f99d3fc173998cd1213e687309..b8044fd6daf11485fcbd1f0fb5c40e4603fcccb9 100644
--- a/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml
+++ b/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml b/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml
index 0d26015ba97394d04fdda9c8f6033f33fd668613..e1789151f741d8be7bc95d3e7f18254485cdb93f 100644
--- a/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml
+++ b/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. 
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/IMPROVABLE/improvable-test.xml b/examples/IMPROVABLE/improvable-test.xml
index 9a1d0b9bd2eecf2268be35cfd955aff9a1cb4421..f33c3fa4bc349191176379350d15e26d552d3516 100644
--- a/examples/IMPROVABLE/improvable-test.xml
+++ b/examples/IMPROVABLE/improvable-test.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. 
 
 		Authors:			Bernd Müller, Lukas Heindorf
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/NOT PASSED/UM58-D-SI-example.xml b/examples/NOT PASSED/UM58-D-SI-example.xml
index dff4bd3d5ab21dc8a4a747eccebcf4f563523a72..00c451f95dcf46b9c437d1600f1fa9a85c966af1 100644
--- a/examples/NOT PASSED/UM58-D-SI-example.xml	
+++ b/examples/NOT PASSED/UM58-D-SI-example.xml	
@@ -1,10 +1,10 @@
 <!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors: 			Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/NOT PASSED/UM59-D-SI-example.xml b/examples/NOT PASSED/UM59-D-SI-example.xml
index 2467e3eabfaa5d5f90abb25b527f4ab59474e790..a86ea64f0bb32aa4b0c4a9f02af0ffe5d6d44b6b 100644
--- a/examples/NOT PASSED/UM59-D-SI-example.xml	
+++ b/examples/NOT PASSED/UM59-D-SI-example.xml	
@@ -1,10 +1,10 @@
 <!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors: 			Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/NOT PASSED/UM60-D-SI-example.xml b/examples/NOT PASSED/UM60-D-SI-example.xml
index d46cdfd41b04aa6122bc6d6fe74614e3e47fb433..d5b26f13244ca89daa81928fb49c9e5aa9f03c14 100644
--- a/examples/NOT PASSED/UM60-D-SI-example.xml	
+++ b/examples/NOT PASSED/UM60-D-SI-example.xml	
@@ -1,10 +1,10 @@
 <!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors: 			Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml b/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml
index 67b58175d5fb21980312b83123954413be0b40c0..82e66f290d8844263cb8bc939aae564fb134b11c 100644
--- a/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml
+++ b/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
-		Authors: Bojan Acko, Rok Klobucar
+		Authors: 			Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml b/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml
index e61f351db58f2bcb3d821b2b4f6a91fa911a1c4b..b654406417f35d577ab3b1c70e3d9f3364684184 100644
--- a/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml
+++ b/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml b/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml
index 34f0843395131a543b9634bf03a96ab4b72f5f61..e437904c2282b22cd11abb24eccd78ba3e335ad5 100644
--- a/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml
+++ b/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml
@@ -4,7 +4,7 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
@@ -12,7 +12,7 @@
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
 		D-SI XSD VERSION:	2.2.0
-		RELEASE DATA:		2022-01-21		
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/PTB-PLATINUM-examples-2.xml b/examples/PLATINUM/PTB-PLATINUM-examples-2.xml
index 2af89b31a8182a5e6403bc801c992fcbdb79ce44..42376beb94f56e1885599913ef5e84365a237937 100644
--- a/examples/PLATINUM/PTB-PLATINUM-examples-2.xml
+++ b/examples/PLATINUM/PTB-PLATINUM-examples-2.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/PTB-PLATINUM-examples.xml b/examples/PLATINUM/PTB-PLATINUM-examples.xml
index 1cbd77458304a059ef72789dcff802e9102ec137..0e7354ac79a5793825377569dc654019bc81fad1 100644
--- a/examples/PLATINUM/PTB-PLATINUM-examples.xml
+++ b/examples/PLATINUM/PTB-PLATINUM-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901	10.5281/zenodo.4709001
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/PLATINUM/platinum-test.xml b/examples/PLATINUM/platinum-test.xml
index cc58fc7c7c0031b1353496ec058e70f1a9c59f0c..4531757d7b8e2dacf54973819e0ed047e42a1a4c 100644
--- a/examples/PLATINUM/platinum-test.xml
+++ b/examples/PLATINUM/platinum-test.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. 
 
 		Authors:	Bernd Müller, Lukas Heindorf
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/2020-03-20-UM-SILVER-examples.xml b/examples/SILVER/2020-03-20-UM-SILVER-examples.xml
index a446baec30101ace2099bee9cebab1f97bf5886d..a541c01ad58aaeb7d3717812cfc6cb89ac646900 100644
--- a/examples/SILVER/2020-03-20-UM-SILVER-examples.xml
+++ b/examples/SILVER/2020-03-20-UM-SILVER-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. 
 			
 		Authors: Bojan Acko, Rok Klobucar
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml b/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml
index 2a4e72c5a81da0ab4384f901936195d8835a9652..08c8bbd2f128d0882235dad98bd36151e3c7f87d 100644
--- a/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml
+++ b/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml
@@ -4,15 +4,15 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.2.0-RC1
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/2022-05-23-SILVER-examples.xml b/examples/SILVER/2022-05-23-SILVER-examples.xml
index c9571372e1626bb2e4fa20445749a2f59eab24a4..301cdf3f7587aaaf4ecc138ba973d9da39239085 100644
--- a/examples/SILVER/2022-05-23-SILVER-examples.xml
+++ b/examples/SILVER/2022-05-23-SILVER-examples.xml
@@ -4,15 +4,15 @@
     xmlns:siTest="https://ptb.de/si/examples"
     xmlns:si="https://ptb.de/si"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd">
+    xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
     
     <!--
 		Copyright (c) 2022  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		AUTHORS: 			Justin Jagieniak, Benjamin Glogeer
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.2.0-RC1
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/PTB-SILVER-examples-2.xml b/examples/SILVER/PTB-SILVER-examples-2.xml
index e83fcf3d477d0a5c9530bacd7ed012f12974b74c..bde3a8d2416cad40233eebec976f3e13700cfd62 100644
--- a/examples/SILVER/PTB-SILVER-examples-2.xml
+++ b/examples/SILVER/PTB-SILVER-examples-2.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/PTB-SILVER-examples.xml b/examples/SILVER/PTB-SILVER-examples.xml
index d1b477dd619541382af95c86054e5f6435391830..dfc296bfa8951619f38151d912988f40d235c5d4 100644
--- a/examples/SILVER/PTB-SILVER-examples.xml
+++ b/examples/SILVER/PTB-SILVER-examples.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021  Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.  
 			
 		CONTACT: 			smartcom@ptb.de
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify
diff --git a/examples/SILVER/silver-test.xml b/examples/SILVER/silver-test.xml
index 88fcdd78cf34f5f59cd340370cef3428b007e87b..380eea353d964e00057fbc0eff5655fec32adadc 100644
--- a/examples/SILVER/silver-test.xml
+++ b/examples/SILVER/silver-test.xml
@@ -3,15 +3,15 @@
 	xmlns:siTest="https://ptb.de/si/examples"
 	xmlns:si="https://ptb.de/si"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.1.0/examples/SI_Format_TestData.xsd">
+	xsi:schemaLocation="https://ptb.de/si/examples ../SI_Format_TestData.xsd">
 
 	<!--
 		Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. 
 
 		Authors:			Bernd Müller, Lukas Heindorf
 		DEVELOPMENT:		https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si
-		D-SI XSD VERSION:	2.1.0
-		RELEASE DATA:		2022-01-21		
+		D-SI XSD VERSION:	2.2.0
+		RELEASE DATA:		2023-MM-DD		
 		DOI:				10.5281/zenodo.3366901
 
 		This XML file is free data: you can redistribute it and/or modify