From bf51913a8113c9afe238f27e4d2eb84a6dcd3806 Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Wed, 23 Sep 2020 18:14:07 +0100
Subject: [PATCH] SDS-2020-0194R01-TS-0004_allowed_serializations_R3

---
 v3_18_0/CDT-commonTypes-v3_18_0.xsd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/v3_18_0/CDT-commonTypes-v3_18_0.xsd b/v3_18_0/CDT-commonTypes-v3_18_0.xsd
index e1cfa9d..35896d7 100644
--- a/v3_18_0/CDT-commonTypes-v3_18_0.xsd
+++ b/v3_18_0/CDT-commonTypes-v3_18_0.xsd
@@ -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 -->
 	<xs:simpleType name="permittedMediaTypes"> 
 		<xs:restriction base="m2m:typeOfContent">
-			<xs:enumeration value="application/xml" />
-			<xs:enumeration value="application/json" />
-			<xs:enumeration value="application/cbor" />
+			<xs:enumeration value="xml" />
+			<xs:enumeration value="json" />
+			<xs:enumeration value="cbor" />
 		</xs:restriction>
 	</xs:simpleType> 
 	
-- 
GitLab