From deee15dc29ab42a9ec31dac08aa021dc436c5628 Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Mon, 2 Oct 2023 21:42:06 +0100
Subject: [PATCH] Fix issue #172 (R3)

---
 v3_30_0/CDT-notification-v3_30_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v3_30_0/CDT-notification-v3_30_0.xsd b/v3_30_0/CDT-notification-v3_30_0.xsd
index 1fc4eb5..233d3c3 100644
--- a/v3_30_0/CDT-notification-v3_30_0.xsd
+++ b/v3_30_0/CDT-notification-v3_30_0.xsd
@@ -58,7 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
                         </xs:element>                      
                     <xs:element name="verificationRequest" type="xs:boolean" minOccurs="0"/>
                     <xs:element name="subscriptionDeletion" type="xs:boolean" minOccurs="0"/>
-                    <xs:element name="subscriptionReference" type="xs:anyURI" minOccurs="0"/>
+                    <xs:element name="subscriptionReference" type="xs:anyURI" />
                     <xs:element name="creator" type="m2m:ID" minOccurs="0"/>
                     <xs:element name="notificationForwardingURI" type="xs:anyURI" minOccurs="0"/>
                     <xs:element name="notificationTarget" type="m2m:ID" minOccurs="0"/>
-- 
GitLab