From 2b019670783e268a7c214409a640aa06dfbf0dd3 Mon Sep 17 00:00:00 2001 From: wgranzow <wgranzow@qti.qualcomm.com> Date: Fri, 5 Feb 2016 17:18:09 +0100 Subject: [PATCH] PRO-2016-0016R08-Align_w_TS-0001_eventType_notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1) • The multiplicity of the “notificationEventType” element of data type “m2m:eventNotificationCriteria” defined in CDT-subscription-v2_4_0 has been changed from maxOccurs="4" to maxOccurs="5" 2) • A new enumeration value “5” for “Retrieve_of_Container_Resource_With_No_Child_Resource” has been added to data type “m2m:notificationEventType”, which is defined in CDT-enumerationTypes-v2_4_0.xsd --- v2_4_0/CDT-enumerationTypes-v2_4_0.xsd | 4 ++++ v2_4_0/CDT-subscription-v2_4_0.xsd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/v2_4_0/CDT-enumerationTypes-v2_4_0.xsd b/v2_4_0/CDT-enumerationTypes-v2_4_0.xsd index f36ee0a..15e4c14 100644 --- a/v2_4_0/CDT-enumerationTypes-v2_4_0.xsd +++ b/v2_4_0/CDT-enumerationTypes-v2_4_0.xsd @@ -175,6 +175,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="2" /> <!-- blockingRequest --> <xs:enumeration value="3" /> + <!-- flexBlocking --> + <xs:enumeration value="4" /> </xs:restriction> </xs:simpleType> @@ -567,6 +569,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:enumeration value="3" /> <!-- Delete of Direct Child Resource --> <xs:enumeration value="4" /> + <!-- Retrieve of Container Resource With No Child Resource --> + <xs:enumeration value="5" /> </xs:restriction> </xs:simpleType> diff --git a/v2_4_0/CDT-subscription-v2_4_0.xsd b/v2_4_0/CDT-subscription-v2_4_0.xsd index 836cd60..7027ea4 100644 --- a/v2_4_0/CDT-subscription-v2_4_0.xsd +++ b/v2_4_0/CDT-subscription-v2_4_0.xsd @@ -78,7 +78,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="sizeBelow" type="xs:positiveInteger" minOccurs="0" /> <xs:element name="operationMonitor" type="m2m:operation" minOccurs="0" maxOccurs="5" /> <xs:element name="attribute" type="m2m:attribute" minOccurs="0" maxOccurs="unbounded" /> - <xs:element name="notificationEventType" type="m2m:notificationEventType" minOccurs="0" maxOccurs="4" /> + <xs:element name="notificationEventType" type="m2m:notificationEventType" minOccurs="0" maxOccurs="5" /> </xs:sequence> </xs:complexType> -- GitLab