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

Changes agreed at SDS#46 for Rel-2

parent 24bcd8ae
No related branches found
No related tags found
No related merge requests found
...@@ -254,9 +254,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -254,9 +254,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- auxiliary data type required to define "serializations" below --> <!-- auxiliary data type required to define "serializations" below -->
<xs:simpleType name="permittedMediaTypes"> <xs:simpleType name="permittedMediaTypes">
<xs:restriction base="m2m:typeOfContent"> <xs:restriction base="m2m:typeOfContent">
<xs:enumeration value="application/xml" /> <xs:enumeration value="xml" />
<xs:enumeration value="application/json" /> <xs:enumeration value="json" />
<xs:enumeration value="application/cbor" /> <xs:enumeration value="cbor" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
......
...@@ -323,6 +323,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -323,6 +323,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="4125" /> <xs:enumeration value="4125" />
<!-- APP_RULE_VALIDATION_FAILED --> <!-- APP_RULE_VALIDATION_FAILED -->
<xs:enumeration value="4126" /> <xs:enumeration value="4126" />
<!-- SERVICE_SUBSCRIPTION_NOT_ESTABLISHED -->
<xs:enumeration value="4128" />
<!-- INTERNAL_SERVER_ERROR --> <!-- INTERNAL_SERVER_ERROR -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment