Skip to content
Snippets Groups Projects
Commit a9092092 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

SDS-2020-0368R02 - TS-0004-notification_recording_R4

parent e8252f0f
No related branches found
Tags 4.4.0
No related merge requests found
......@@ -1443,6 +1443,20 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<xs:complexType name="setOfNotificationStatsInfo">
<xs:sequence>
<xs:element name="notificationStats" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="target" type="xs:anyURI"/>
<xs:element name="requestsSent" type="xs:nonNegativeInteger"/>
<xs:element name="responsesReceived" type="xs:nonNegativeInteger"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- Resource type definitions. These types include the "common attributes" that are used by oneM2M Resources. Each oneM2M
Resource has a resource type that is defined in a separate schema, but each resource type extends one of the types that is
defined below -->
......
......@@ -54,6 +54,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:simpleType>
</xs:element>
<xs:element name="subscriberURI" type="m2m:ID" minOccurs="0" />
<xs:element name="notificationStatsEnable" type="xs:boolean"/>
<xs:element name="notificationStatsInfo" type="m2m:setOfNotificationStatsInfo" minOccurs="0" />
<!-- Child Resources -->
<xs:choice minOccurs="0" maxOccurs="1">
......
......@@ -56,6 +56,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="notificationEventCat" type="m2m:eventCat" minOccurs="0" />
<xs:element name="subscriberURI" type="xs:anyURI" minOccurs="0" />
<xs:element name="associatedCrossResourceSub" type="m2m:listOfURIs" minOccurs="0" />
<xs:element name="notificationStatsEnable" type="xs:boolean"/>
<xs:element name="notificationStatsInfo" type="m2m:setOfNotificationStatsInfo" minOccurs="0" />
<!-- Child Resources -->
<xs:choice minOccurs="0" maxOccurs="1">
......
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