From 895bb5e861455c1bd49c2eb36874edf752d65122 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 9 Sep 2022 09:47:24 +0200
Subject: [PATCH] 
 SDS-2022-0117R01-TS-0004_Fixes_for_crossResourceSubscription_R4

Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
---
 CDT-crossResourceSubscription.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CDT-crossResourceSubscription.xsd b/CDT-crossResourceSubscription.xsd
index 24a3ec0..10866da 100644
--- a/CDT-crossResourceSubscription.xsd
+++ b/CDT-crossResourceSubscription.xsd
@@ -43,6 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<!-- Resource Specific Attributes -->
 						<xs:element name="regularResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="subscriptionResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
+						<xs:element name="regularResourcesAsTargetSubscriptions" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="timeWindowType" type="m2m:timeWindowType" />
 						<xs:element name="timeWindowSize" type="xs:duration" />
 						<xs:element name="eventNotificationCriteriaSet" type="m2m:eventNotificationCriteriaSet" minOccurs="0" />
-- 
GitLab