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

Fix issue #120

parent 14891a4c
No related branches found
Tags 4.16.0
No related merge requests found
......@@ -1610,6 +1610,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="expirationTime" type="m2m:timestamp" />
<xs:element name="link" type="xs:anyURI" />
<xs:element name="dynamicAuthorizationConsultationIDs" type="m2m:listOfURIs" minOccurs="0" />
<xs:element name="announceSyncType" type="m2m:announceSyncType" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
......@@ -1653,6 +1654,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<xs:element name="expirationTime" type="m2m:timestamp" />
<xs:element name="link" type="xs:anyURI" />
<xs:element name="announceSyncType" type="m2m:announceSyncType" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
......
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