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

Peter Niblett's avatar Changes agreed at SDS#44 for Rel-2

parent f35d6652
No related branches found
No related tags found
No related merge requests found
...@@ -1033,7 +1033,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1033,7 +1033,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>
...@@ -1055,7 +1055,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1055,7 +1055,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>
......
...@@ -38,7 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -38,7 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:extension base="m2m:announceableResource"> <xs:extension base="m2m:announceableResource">
<xs:sequence> <xs:sequence>
<!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> and other resources --> <!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> and other resources -->
<xs:element name="creator" type="m2m:ID" /> <xs:element name="creator" type="m2m:ID" minOccurs="0"/>
<!-- Resource Specific Attributes --> <!-- Resource Specific Attributes -->
<xs:element name="maxNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" /> <xs:element name="maxNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment