diff --git a/AutoTx/Resources/configuration-example.xml b/AutoTx/Resources/configuration-example.xml
index 44cbe5915f5e00d83a351325126b58c3549657c0..4f0a54535e08dda133847365692deb2908e3aa5b 100644
--- a/AutoTx/Resources/configuration-example.xml
+++ b/AutoTx/Resources/configuration-example.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<XmlConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<ServiceConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<!-- HostAlias: friendly name to be used for this machine in mails -->
 	<HostAlias>Confocal Microscope 2</HostAlias>
@@ -75,4 +75,4 @@
          admin notification before sending the next one -->
     <AdminNotificationDelta>60</AdminNotificationDelta>
 	<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
-</XmlConfiguration>
\ No newline at end of file
+</ServiceConfig>
\ No newline at end of file
diff --git a/AutoTx/Resources/status-example.xml b/AutoTx/Resources/status-example.xml
index 46c566ae37b805721cf0c9a8268087597ed3f071..4d95c5159505b7965d7c40ad147fa0568edca808 100644
--- a/AutoTx/Resources/status-example.xml
+++ b/AutoTx/Resources/status-example.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<XmlStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<ServiceStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <LastStatusUpdate>0001-01-01T00:00:00</LastStatusUpdate>
   <LastStorageNotification>0001-01-01T00:00:00</LastStorageNotification>
   <LastAdminNotification>0001-01-01T00:00:00</LastAdminNotification>
@@ -10,4 +10,4 @@
   <FilecopyFinished>true</FilecopyFinished>
   <CleanShutdown>true</CleanShutdown>
   <CurrentTransferSize>0</CurrentTransferSize>
-</XmlStatus>
\ No newline at end of file
+</ServiceStatus>
\ No newline at end of file