From afe3d30931004a04483d4d2b58b01b73be3991ff Mon Sep 17 00:00:00 2001 From: Peter Niblett <peter_niblett@uk.ibm.com> Date: Tue, 14 Mar 2023 22:35:21 +1100 Subject: [PATCH] SDS-2021-0115R02-TS-0004_rateLimit_elements_multiplicity_R3 --- v3_25_0/CDT-subscription-v3_25_0.xsd | 4 ++-- v3_26_0/CDT-subscription-v3_26_0.xsd | 4 ++-- v3_27_0/CDT-subscription-v3_27_0.xsd | 4 ++-- v3_28_0/CDT-subscription-v3_28_0.xsd | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/v3_25_0/CDT-subscription-v3_25_0.xsd b/v3_25_0/CDT-subscription-v3_25_0.xsd index 8f1d963..1b15968 100644 --- a/v3_25_0/CDT-subscription-v3_25_0.xsd +++ b/v3_25_0/CDT-subscription-v3_25_0.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> diff --git a/v3_26_0/CDT-subscription-v3_26_0.xsd b/v3_26_0/CDT-subscription-v3_26_0.xsd index 60a248a..257ad43 100644 --- a/v3_26_0/CDT-subscription-v3_26_0.xsd +++ b/v3_26_0/CDT-subscription-v3_26_0.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> diff --git a/v3_27_0/CDT-subscription-v3_27_0.xsd b/v3_27_0/CDT-subscription-v3_27_0.xsd index 0adbdb3..e5701ad 100644 --- a/v3_27_0/CDT-subscription-v3_27_0.xsd +++ b/v3_27_0/CDT-subscription-v3_27_0.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> diff --git a/v3_28_0/CDT-subscription-v3_28_0.xsd b/v3_28_0/CDT-subscription-v3_28_0.xsd index 0db29f0..1825f4b 100644 --- a/v3_28_0/CDT-subscription-v3_28_0.xsd +++ b/v3_28_0/CDT-subscription-v3_28_0.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