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

SDS-2020-0052R01-DAS_procedure_modifications

parent 37389fff
No related branches found
No related tags found
No related merge requests found
...@@ -1149,7 +1149,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1149,7 +1149,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType name="dynAuthDasRequest"> <xs:complexType name="dynAuthDasRequest">
<xs:sequence> <xs:sequence>
<xs:element name="originator" type="m2m:ID" minOccurs="1" /> <xs:element name="originator" type="m2m:ID" minOccurs="1" />
<xs:element name="targetedResourceType" type="m2m:resourceType" minOccurs="1" /> <xs:element name="targetedResourceType" type="m2m:resourceType" minOccurs="0" />
<xs:element name="operation" type="m2m:operation" minOccurs="1" /> <xs:element name="operation" type="m2m:operation" minOccurs="1" />
<xs:element name="originatorIP" minOccurs="0" > <xs:element name="originatorIP" minOccurs="0" >
<xs:complexType> <xs:complexType>
...@@ -1171,7 +1171,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1171,7 +1171,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:simpleType> </xs:simpleType>
</xs:element> </xs:element>
<xs:element name="requestTimestamp" type="m2m:absRelTimestamp" minOccurs="0" /> <xs:element name="requestTimestamp" type="m2m:absRelTimestamp" minOccurs="0" />
<xs:element name="targetedResourceID" type="xs:anyURI" minOccurs="0" /> <xs:element name="targetedResourceID" type="xs:anyURI" minOccurs="1" />
<xs:element name="proposedPrivilegesLifetime" type="m2m:absRelTimestamp" minOccurs="0" /> <xs:element name="proposedPrivilegesLifetime" type="m2m:absRelTimestamp" minOccurs="0" />
<xs:element name="roleIDsFromACPs" minOccurs="0" > <xs:element name="roleIDsFromACPs" minOccurs="0" >
<xs:simpleType> <xs:simpleType>
......
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