Skip to content
Snippets Groups Projects
Commit 2b019670 authored by Wolfgang Granzow's avatar Wolfgang Granzow
Browse files

PRO-2016-0016R08-Align_w_TS-0001_eventType_notification

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
parent dfe545c5
No related branches found
No related tags found
No related merge requests found
...@@ -175,6 +175,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -175,6 +175,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="2" /> <xs:enumeration value="2" />
<!-- blockingRequest --> <!-- blockingRequest -->
<xs:enumeration value="3" /> <xs:enumeration value="3" />
<!-- flexBlocking -->
<xs:enumeration value="4" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
...@@ -567,6 +569,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -567,6 +569,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="3" /> <xs:enumeration value="3" />
<!-- Delete of Direct Child Resource --> <!-- Delete of Direct Child Resource -->
<xs:enumeration value="4" /> <xs:enumeration value="4" />
<!-- Retrieve of Container Resource With No Child Resource -->
<xs:enumeration value="5" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
......
...@@ -78,7 +78,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -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="sizeBelow" type="xs:positiveInteger" minOccurs="0" />
<xs:element name="operationMonitor" type="m2m:operation" minOccurs="0" maxOccurs="5" /> <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="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:sequence>
</xs:complexType> </xs:complexType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment