From b06768a38aae78a108e55d48f6d85e9f5f2632ee Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 27 Jan 2023 16:32:55 +0100
Subject: [PATCH] XSD v3_25_0 baseline

Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
---
 CDT-subscription.xsd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CDT-subscription.xsd b/CDT-subscription.xsd
index 1691807..c2ef753 100644
--- a/CDT-subscription.xsd
+++ b/CDT-subscription.xsd
@@ -81,8 +81,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	
 	<xs:complexType name="rateLimit">
 		<xs:sequence>
-			<xs:element name="maxNrOfNotify" type="xs:nonNegativeInteger" minOccurs="0" />
-			<xs:element name="timeWindow" type="xs:duration" minOccurs="0" />
+			<xs:element name="maxNrOfNotify" type="xs:nonNegativeInteger" />
+			<xs:element name="timeWindow" type="xs:duration" />
 		</xs:sequence>
 	</xs:complexType>
 
-- 
GitLab