From 6b57c1072b332ab0fa5d3cda47b762cc98e54efb Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Mon, 10 Aug 2015 19:21:37 +0200 Subject: [PATCH] changes agreed in PRO-2015-0856R01-CR_batchNotify --- v1_3_0/CDT-subscription-v1_3_0.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1_3_0/CDT-subscription-v1_3_0.xsd b/v1_3_0/CDT-subscription-v1_3_0.xsd index e821c09..c487f51 100644 --- a/v1_3_0/CDT-subscription-v1_3_0.xsd +++ b/v1_3_0/CDT-subscription-v1_3_0.xsd @@ -84,8 +84,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:complexType name="batchNotify"> <xs:sequence> - <xs:element name="number" type="xs:nonNegativeInteger" minOccurs="0" /> - <xs:element name="duration" type="xs:duration" minOccurs="0" /> + <xs:element name="number" type="xs:nonNegativeInteger" /> + <xs:element name="duration" type="xs:duration" /> </xs:sequence> </xs:complexType> -- GitLab