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

SDS-2020-0347R02 - TS-0004-permissions_result_content_value_R4

parent 4839cc61
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="10" />
<!-- discovery result resource references -->
<xs:enumeration value="11" />
<!-- permissions -->
<xs:enumeration value="12" />
</xs:restriction>
</xs:simpleType>
......
......@@ -65,7 +65,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-remoteCSE.xsd" />
<xs:include schemaLocation="CDT-request.xsd" />
<xs:include schemaLocation="CDT-requestPrimitive.xsd" />
<xs:include schemaLocation="CDT-responsePrimitive.xsd" />
<xs:include schemaLocation="CDT-schedule.xsd" />
<xs:include schemaLocation="CDT-serviceSubscribedAppRule.xsd" />
<xs:include schemaLocation="CDT-serviceSubscribedNode.xsd" />
......@@ -137,6 +136,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="queryResult" type="xs:string" />
<xs:element name="permissions" type="m2m:resourcePermissions" />
<xs:complexType name="resourceWrapper">
<xs:sequence>
<xs:choice minOccurs="1" maxOccurs="1">
......@@ -170,6 +171,18 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<xs:complexType name="resourcePermissions">
<xs:sequence>
<xs:element name="resourcePermission" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="URI" type="xs:anyURI"/>
<xs:element name="setOfAcrs" type="m2m:setOfAcrs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
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