From 921a82ac0d85def1b387e85918aafa8e4f87d67c Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 13 Sep 2023 12:04:02 +0200 Subject: [PATCH] Fix issue #172 --- CDT-notification.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDT-notification.xsd b/CDT-notification.xsd index 645fc04..cd2c878 100644 --- a/CDT-notification.xsd +++ b/CDT-notification.xsd @@ -59,7 +59,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