From a651f1b5a0d622de90a36dfeac44fd5564167ccb Mon Sep 17 00:00:00 2001 From: Wolfgang Granzow <wgranzow@qti.qualcomm.com> Date: Thu, 27 Jul 2017 20:20:50 +0200 Subject: [PATCH] small correction Correction of the multiplicity of the operationMonitor element of m2m>eventNotificationCriteriia --- v3_2_0/CDT-subscription-v3_2_0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3_2_0/CDT-subscription-v3_2_0.xsd b/v3_2_0/CDT-subscription-v3_2_0.xsd index 9171266..2193822 100644 --- a/v3_2_0/CDT-subscription-v3_2_0.xsd +++ b/v3_2_0/CDT-subscription-v3_2_0.xsd @@ -81,7 +81,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="expireAfter" type="m2m:timestamp" minOccurs="0" /> <xs:element name="sizeAbove" type="xs:nonNegativeInteger" minOccurs="0" /> <xs:element name="sizeBelow" type="xs:positiveInteger" minOccurs="0" /> - <xs:element name="operationMonitor" type="m2m:operationMonitor" minOccurs="0" maxOccurs="unbounded" /> + <xs:element name="operationMonitor" type="m2m:operationMonitor" minOccurs="0" maxOccurs="5" /> <xs:element name="attribute" type="m2m:attributeList" minOccurs="0" maxOccurs="1" /> <xs:element name="notificationEventType" type="m2m:notificationEventType" minOccurs="0" maxOccurs="5" /> <xs:element name="missingData" type="m2m:missingData" minOccurs="0" /> -- GitLab