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

SDS-2020-0194R01-TS-0004_allowed_serializations_R3

parent 433859a2
No related branches found
No related tags found
No related merge requests found
...@@ -271,9 +271,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -271,9 +271,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>
......
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