From 8f7dd99b3dbe855c18c0f8fc38c5bbf1f4d5a94c Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Tue, 14 Jun 2022 10:54:59 +0200 Subject: [PATCH] SDS-2021-0116R01-TS-0004_rateLimit_elements_multiplicity_R4 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 11d9120..37b3640 100644 --- a/CDT-subscription.xsd +++ b/CDT-subscription.xsd @@ -84,8 +84,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