From 373744cb450259211a7b58efc1ef7d783605263d Mon Sep 17 00:00:00 2001 From: Peter Niblett <peter_niblett@uk.ibm.com> Date: Mon, 2 Oct 2023 15:01:10 +0100 Subject: [PATCH] Fix issue #172 --- v2_34_0/CDT-notification-v2_34_0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_34_0/CDT-notification-v2_34_0.xsd b/v2_34_0/CDT-notification-v2_34_0.xsd index fc71872..8e7d6af 100644 --- a/v2_34_0/CDT-notification-v2_34_0.xsd +++ b/v2_34_0/CDT-notification-v2_34_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