From c6eb57fd58d0e2ea0216ea0565a3f8d207ec542d Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 18 May 2022 22:29:18 +0200 Subject: [PATCH] Fix issue #51 Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- CDT-crossResourceSubscription.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDT-crossResourceSubscription.xsd b/CDT-crossResourceSubscription.xsd index 4cbf925..24a3ec0 100644 --- a/CDT-crossResourceSubscription.xsd +++ b/CDT-crossResourceSubscription.xsd @@ -53,7 +53,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:list itemType="xs:anyURI" /> </xs:simpleType> </xs:element> - <xs:element name="subscriberURI" type="m2m:ID" minOccurs="0" /> + <xs:element name="subscriberURI" type="xs:anyURI" minOccurs="0" /> <xs:element name="notificationStatsEnable" type="xs:boolean"/> <xs:element name="notificationStatsInfo" type="m2m:setOfNotificationStatsInfo" minOccurs="0" /> -- GitLab