From 453348e2c1ef0263fa5331f6260486538502147d Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Fri, 18 Sep 2020 09:33:41 +0100
Subject: [PATCH] SDS-2019-0402-Datatype_in_CrossResourceSubscription(R3)

Changed datatype of the timeWindowSize attribute to be xs:duration
---
 v3_13_0/CDT-crossResourceSubscription-v3_13_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v3_13_0/CDT-crossResourceSubscription-v3_13_0.xsd b/v3_13_0/CDT-crossResourceSubscription-v3_13_0.xsd
index e6f5b35..3e56d61 100644
--- a/v3_13_0/CDT-crossResourceSubscription-v3_13_0.xsd
+++ b/v3_13_0/CDT-crossResourceSubscription-v3_13_0.xsd
@@ -44,7 +44,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 						<xs:element name="regularResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="subscriptionResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
 						<xs:element name="timeWindowType" type="m2m:timeWindowType" />
-						<xs:element name="timeWindowSize" type="m2m:absRelTimestamp" />
+						<xs:element name="timeWindowSize" type="xs:duration" />
 						<xs:element name="eventNotificationCriteriaSet" type="m2m:eventNotificationCriteriaSet" minOccurs="0" />
 						<xs:element name="notificationEventCat" type="m2m:eventCat" minOccurs="0" />
 						<xs:element name="expirationCounter" type="xs:positiveInteger" minOccurs="0" />
-- 
GitLab