diff --git a/integrationtests/test.py b/integrationtests/test.py
index 0b4afe53f9a288ce4a2c46aba3645d483e56305d..d46afc5e6763067f4b0383d60fbeb0a0843175a7 100755
--- a/integrationtests/test.py
+++ b/integrationtests/test.py
@@ -115,6 +115,9 @@ def test_single_insertion(clear_database, usemodel, crawler):
 
     # This test also generates the file records.xml used in some of the unittesets:
     res = db.execute_query("FIND Record")
+    for i in reversed(range(len(res))):
+        if res[i].parents[0].name == "PyTestInfo":
+            del res[i]
     filename = rfp("..", "unittests", "records.xml")
     with open(filename, "w") as f:
         xml = res.to_xml()
diff --git a/unittests/records.xml b/unittests/records.xml
index 92e929172a7cd568c375aeb2a6fc9ba9f7b1c237..e34b09ac987d1ee9365248dd366822524bff21f9 100644
--- a/unittests/records.xml
+++ b/unittests/records.xml
@@ -1,162 +1,157 @@
 <Entities>
-  <Record id="102">
-    <Version id="63e3fffa8ad0ea5f900641f562f905991e149f33" head="true"/>
-    <Parent id="101" name="PyTestInfo"/>
-    <Property id="100" name="TestIdentification" description="This is a unique key which should be only known to the pytest file that is used to run tests within this instance of CaosDB." datatype="TEXT" importance="FIX" flag="inheritance:FIX">10b128cf8a1372f30aa3697466bb55e76974e0c16a599bb44ace88f19c8f61e2</Property>
-  </Record>
-  <Record id="1925">
-    <Version id="de5397f924bbc12b626c180a479879e0ae28bb9a" head="true"/>
-    <Parent id="1894" name="Project"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">climate-model-predict</Property>
-  </Record>
-  <Record id="1926">
-    <Version id="6ff43bec3fe5a3735d0f28cef0f5659a2a56662d" head="true"/>
-    <Parent id="1903" name="Person"/>
-    <Property id="1905" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1906" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorE</Property>
-  </Record>
-  <Record id="1927">
-    <Version id="890b800ab4a548693db85b3cc32688b8936225bc" head="true"/>
-    <Parent id="1903" name="Person"/>
-    <Property id="1905" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1906" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorD</Property>
-  </Record>
-  <Record id="1928">
-    <Version id="fc8b7d2b9b0652952f315de3d8db6c742c4b01ab" head="true"/>
-    <Parent id="1894" name="Project"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">SpeedOfLight</Property>
-  </Record>
-  <Record id="1929">
-    <Version id="0989aa810e77f0fc9de9d5ca7144a50360fb2708" head="true"/>
-    <Parent id="1903" name="Person"/>
-    <Property id="1905" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1906" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorB</Property>
-  </Record>
-  <Record id="1930">
-    <Version id="102d7f660f7794409909781afd4dfe76a89e54bd" head="true"/>
-    <Parent id="1903" name="Person"/>
-    <Property id="1905" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1906" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorA</Property>
-  </Record>
-  <Record id="1931">
-    <Version id="e1c9b59366695c1fb0bd299556d5cefe8e83050a" head="true"/>
-    <Parent id="1903" name="Person"/>
-    <Property id="1905" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1906" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorC</Property>
-  </Record>
-  <Record id="1932" description="Code for fitting the predictive model to the training data and for predicting the average annual temperature for all measurement stations for the years 2010 to 2019">
-    <Version id="46168990443c22bc5cee14a56fdc6500f8402f89" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-02-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1926</Value>
+  <Record id="1978">
+    <Version id="4378fb6e660863e36972796e71ce36962278371e" head="true"/>
+    <Parent id="1947" name="Project"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">climate-model-predict</Property>
+  </Record>
+  <Record id="1979">
+    <Version id="71629834521a399c4e9e841ed2d5adb76533c3b9" head="true"/>
+    <Parent id="1956" name="Person"/>
+    <Property id="1958" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1959" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorE</Property>
+  </Record>
+  <Record id="1980">
+    <Version id="82e81c0f5efa54eee70ec8fba9139cb49e4a32e4" head="true"/>
+    <Parent id="1956" name="Person"/>
+    <Property id="1958" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1959" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorD</Property>
+  </Record>
+  <Record id="1981">
+    <Version id="9660f56ea70f9b002c5c5ad1394541d0e51991ab" head="true"/>
+    <Parent id="1947" name="Project"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">SpeedOfLight</Property>
+  </Record>
+  <Record id="1982">
+    <Version id="1060db21ba9f884e7f0134cdadcef89fa0531cd2" head="true"/>
+    <Parent id="1956" name="Person"/>
+    <Property id="1958" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1959" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorB</Property>
+  </Record>
+  <Record id="1983">
+    <Version id="0b85b7b7a5685f9cc93b12ffc653de7558892a53" head="true"/>
+    <Parent id="1956" name="Person"/>
+    <Property id="1958" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1959" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorA</Property>
+  </Record>
+  <Record id="1984">
+    <Version id="d4f72ffec611a9ff61f73db55ff8327febcc0f02" head="true"/>
+    <Parent id="1956" name="Person"/>
+    <Property id="1958" name="first_name" description="First name of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1959" name="last_name" description="LastName of a Person." datatype="TEXT" importance="FIX" flag="inheritance:FIX">AuthorC</Property>
+  </Record>
+  <Record id="1985" description="Code for fitting the predictive model to the training data and for predicting the average annual temperature for all measurement stations for the years 2010 to 2019">
+    <Version id="651548ece990f0f3633336bf0d40c8750d166319" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-02-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1979</Value>
     </Property>
   </Record>
-  <Record id="1933" description="Average temperatures of the years 2010-2019 as obtained from wheatherdata.example">
-    <Version id="5bc541bc3b51ded8b6c0566473dec9e4e7d2b0c4" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2010-01-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1927</Value>
+  <Record id="1986" description="Average temperatures of the years 2010-2019 as obtained from wheatherdata.example">
+    <Version id="9a116e688edb66477bcbeddf7cff49bd546ede14" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2010-01-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1980</Value>
     </Property>
   </Record>
-  <Record id="1934" description="Average temperatures of the years 2000-2009 as obtained from wheatherdata.example">
-    <Version id="b3800de97be1879721f2e3f0d1ae82434b7d696b" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2000-01-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1927</Value>
+  <Record id="1987" description="Average temperatures of the years 2000-2009 as obtained from wheatherdata.example">
+    <Version id="1ce75945ef351c2338dcadb1678827f827b61803" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2000-01-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1980</Value>
     </Property>
   </Record>
-  <Record id="1935" description="Average temperatures of the years 1990-1999 as obtained from wheatherdata.example">
-    <Version id="66ee07e66b4967e0019407521c301eede2004c7c" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">1990-01-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1927</Value>
+  <Record id="1988" description="Average temperatures of the years 1990-1999 as obtained from wheatherdata.example">
+    <Version id="368f2441d93bc1857320346221835f79c1a91115" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">1990-01-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1980</Value>
     </Property>
   </Record>
-  <Record id="1936" description="Average temperatures of the years 1980-1989 as obtained from wheatherdata.example">
-    <Version id="5fc471a6597618375075544e30c17ad7cbe8c304" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">1980-01-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1927</Value>
+  <Record id="1989" description="Average temperatures of the years 1980-1989 as obtained from wheatherdata.example">
+    <Version id="bf74d08d6b7f88c6ae526dd874127b07bd99e116" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">1980-01-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1980</Value>
     </Property>
   </Record>
-  <Record id="1937" description="Radio interferometry measurements to determine the speed of light">
-    <Version id="ebf4a22cc72686ea12f85fe41bcf40993b4b1471" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-03</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1928</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1930</Value>
-      <Value>1929</Value>
+  <Record id="1990" description="Radio interferometry measurements to determine the speed of light">
+    <Version id="bfc1899d9e693def9fcd5499a709d83966f23986" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-03</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX"/>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1981</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1983</Value>
+      <Value>1982</Value>
     </Property>
   </Record>
-  <Record id="1938" description="Cavity resonance measurements for determining the speed of light">
-    <Version id="f72da38d04b8cb066c91978ea9314b15b24e5d41" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-02</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">Cavity</Property>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1928</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1930</Value>
-      <Value>1931</Value>
+  <Record id="1991" description="Cavity resonance measurements for determining the speed of light">
+    <Version id="a5d1da2d0eb862338aae7ce8d0023b012b8e08f9" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-02</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">Cavity</Property>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1981</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1983</Value>
+      <Value>1984</Value>
     </Property>
   </Record>
-  <Record id="1939" description="Time-of-flight measurements to determine the speed of light">
-    <Version id="fffe49a77c9bc58c116cdeab20e01a584f464eee" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-01</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">TimeOfFlight</Property>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1928</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1930</Value>
-      <Value>1929</Value>
+  <Record id="1992" description="Time-of-flight measurements to determine the speed of light">
+    <Version id="622fbbf9e6603d4bedbefec83b1624cbb9ba4f11" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-01</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">TimeOfFlight</Property>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1981</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1983</Value>
+      <Value>1982</Value>
     </Property>
   </Record>
-  <Record id="1940" description="comparison between predicted and measured temperatures for 2010 to 2019">
-    <Version id="51c95e51496aa7fababe609a03537988e67040cc" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-02-08</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">prediction-errors</Property>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1925</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1927</Value>
+  <Record id="1993" description="comparison between predicted and measured temperatures for 2010 to 2019">
+    <Version id="734cf0fbc47ae3acc2df77a8ec3b89374386188f" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-02-08</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">prediction-errors</Property>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1978</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1980</Value>
     </Property>
   </Record>
-  <Record id="1941" description="Average over all data of each type of experiment separately and comined.">
-    <Version id="b346051812337c36b642331cb5418029c014252f" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-05</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">average-all-exp-corr</Property>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1928</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1930</Value>
+  <Record id="1994" description="Average over all data of each type of experiment separately and comined.">
+    <Version id="111758b3fc44b37fbfd30fbeb6d162433e7cc17f" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-05</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">average-all-exp-corr</Property>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1981</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1983</Value>
     </Property>
   </Record>
-  <Record id="1942" description="Average over all data of each type of experiment separately and comined.">
-    <Version id="8af82cbf3cbb01043badb1c319f91a6dfaa64c8a" head="true"/>
-    <Parent id="1922" name="Measurement"/>
-    <Property id="1891" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-04</Property>
-    <Property id="1892" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">average-all-exp</Property>
-    <Property id="1894" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1928</Property>
-    <Property id="1893" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
-      <Value>1930</Value>
+  <Record id="1995" description="Average over all data of each type of experiment separately and comined.">
+    <Version id="f6026ad4119be0c466f2ae1cede9c684dae5a3b3" head="true"/>
+    <Parent id="1975" name="Measurement"/>
+    <Property id="1944" name="date" description="date of the experiment" datatype="DATETIME" importance="FIX" flag="inheritance:FIX">2020-01-04</Property>
+    <Property id="1945" name="identifier" description="identifier of the experiment" datatype="TEXT" importance="FIX" flag="inheritance:FIX">average-all-exp</Property>
+    <Property id="1947" name="project" datatype="Project" importance="FIX" flag="inheritance:FIX">1981</Property>
+    <Property id="1946" name="responsible" datatype="LIST&lt;Person&gt;" importance="FIX" flag="inheritance:FIX">
+      <Value>1983</Value>
     </Property>
   </Record>
 </Entities>