Skip to content
Snippets Groups Projects
Commit 453348e2 authored by Peter Niblett's avatar Peter Niblett
Browse files

SDS-2019-0402-Datatype_in_CrossResourceSubscription(R3)

Changed datatype of the timeWindowSize attribute to be xs:duration
parent ad134bf9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="regularResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
<xs:element name="subscriptionResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" />
<xs:element name="timeWindowType" type="m2m:timeWindowType" />
<xs:element name="timeWindowSize" type="m2m:absRelTimestamp" />
<xs:element name="timeWindowSize" type="xs:duration" />
<xs:element name="eventNotificationCriteriaSet" type="m2m:eventNotificationCriteriaSet" minOccurs="0" />
<xs:element name="notificationEventCat" type="m2m:eventCat" minOccurs="0" />
<xs:element name="expirationCounter" type="xs:positiveInteger" minOccurs="0" />
......
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