From 6a90de120cfb250028930a577ca2d06f7aa595a3 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <art1@andreas-romeyke.de>
Date: Wed, 27 Apr 2022 14:50:18 +0200
Subject: [PATCH] - fixes issue
 https://git.slub-dresden.de/digital-preservation/significantproperties/-/issues/7

---
 sigprops.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sigprops.xsd b/sigprops.xsd
index 134f572..5dcf7a1 100644
--- a/sigprops.xsd
+++ b/sigprops.xsd
@@ -94,7 +94,7 @@
                     <xs:documentation>Name of the significant property.</xs:documentation>
                 </xs:annotation>
             </xs:element>
-            <xs:element name="PropertyExplanation" minOccurs="0" maxOccurs="1">
+            <xs:element name="PropertyExplanation" minOccurs="1" maxOccurs="1">
                 <xs:annotation>
                     <xs:documentation>More detailed explanation of why this property is
                         significant.</xs:documentation>
-- 
GitLab