From 437e71f3f69caf4921dd56062d0e20de03686de1 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <art1@andreas-romeyke.de>
Date: Wed, 27 Apr 2022 14:56:46 +0200
Subject: [PATCH] - fixes
 https://git.slub-dresden.de/digital-preservation/significantproperties/-/issues/6
 - increased version to 1.1

---
 sigprops.xsd | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sigprops.xsd b/sigprops.xsd
index 5dcf7a1..b6e7282 100644
--- a/sigprops.xsd
+++ b/sigprops.xsd
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema targetNamespace="http://slubarchiv.slub-dresden.de/sigprops1"
     xmlns="http://slubarchiv.slub-dresden.de/sigprops1" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-    elementFormDefault="qualified" version="1.0">
+    elementFormDefault="qualified" version="1.1">
     <xs:annotation>
         <xs:documentation>XML files that are created based on this Schema describe exactly one
             digital object type. If your collection contains more than one object types, please create more
@@ -30,6 +30,11 @@
                                         XML.</xs:documentation>
                                 </xs:annotation>
                             </xs:element>
+                            <xs:element name="CreatorInstitution" type="xs:string" minOccurs="0" maxOccurs="1">
+                                <xs:annotation>
+                                    <xs:documentation>Institution to which the creator of this XML belongs.</xs:documentation>
+                                </xs:annotation>
+                            </xs:element>
                             <xs:element name="WorkflowName" type="xs:string" minOccurs="1"
                                 maxOccurs="1">
                                 <xs:annotation>
-- 
GitLab