From aa90f63a7a1ef65b1cd459360792a8707390e81e Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <art1@andreas-romeyke.de>
Date: Wed, 17 Feb 2021 16:26:32 +0100
Subject: [PATCH] - fixed schema uri

---
 sigprops_retrofilm_video.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sigprops_retrofilm_video.xml b/sigprops_retrofilm_video.xml
index 2482862..48eabb2 100644
--- a/sigprops_retrofilm_video.xml
+++ b/sigprops_retrofilm_video.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Object xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://slubarchiv.slub-dresden.de/sigprops1 ../../Downloads/sigprops.xsd"
- xmlns="http://slubarchiv.slub-dresden.de/sigprops1"><Metadata><CreationDate>2021-02-17T13:15:04</CreationDate><Creator>Andreas Romeyke</Creator><WorkflowName>Mediathek / SAVE</WorkflowName><InstitutionName>SLUB Dresden</InstitutionName><InstitutionContact>andreas.romeyke@slub-dresden.de</InstitutionContact><ObjectType>Retrodigitalisat (Film 8mm-35mm)</ObjectType></Metadata>
+<Object xmlns="http://slubarchiv.slub-dresden.de/sigprops1"
+    xsi:schemaLocation="http://slubarchiv.slub-dresden.de/sigprops1 https://slubarchiv.slub-dresden.de/slubarchiv/standards/sigprops/sigprops.xsd"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <Metadata>
+    <CreationDate>2021-02-17T13:15:04</CreationDate>
+    <Creator>Andreas Romeyke</Creator><WorkflowName>Mediathek / SAVE</WorkflowName><InstitutionName>SLUB Dresden</InstitutionName><InstitutionContact>andreas.romeyke@slub-dresden.de</InstitutionContact><ObjectType>Retrodigitalisat (Film 8mm-35mm)</ObjectType></Metadata>
     <SignificantProperties>
         <SignificantProperty>
             <PropertyName>viewable</PropertyName>
-- 
GitLab