From 6fa921a8508dd872b3df2d515adba81e8552a629 Mon Sep 17 00:00:00 2001
From: Peter Niblett <peter_niblett@uk.ibm.com>
Date: Sun, 27 Sep 2020 13:13:12 +0100
Subject: [PATCH]  SDS-2020-0194R01-TS-0004_allowed_serializations_R3 change 2

Remove m2m:seralizationType
---
 v3_18_0/CDT-enumerationTypes-v3_18_0.xsd | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/v3_18_0/CDT-enumerationTypes-v3_18_0.xsd b/v3_18_0/CDT-enumerationTypes-v3_18_0.xsd
index 8b0fb5d..9041619 100644
--- a/v3_18_0/CDT-enumerationTypes-v3_18_0.xsd
+++ b/v3_18_0/CDT-enumerationTypes-v3_18_0.xsd
@@ -1380,29 +1380,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 		</xs:restriction>
 	</xs:simpleType>
 	
-	
-	<xs:simpleType name="serializationType">
-		<xs:annotation>
-			<xs:documentation>Used for the triggerInfoSrializationType field of trigger requests on Mcn</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<!-- XML -->
-			<xs:enumeration value="1" />
-			<!-- JSON -->
-			<xs:enumeration value="2" />
-			<!-- XML + JSON -->
-			<xs:enumeration value="3" />
-			<!-- CBOR -->
-			<xs:enumeration value="4" />
-			<!-- XML + CBOR -->
-			<xs:enumeration value="5" />
-			<!-- JSON + CBOR -->
-			<xs:enumeration value="6" />
-			<!-- XML + JSON + CBOR -->
-			<xs:enumeration value="7" />
-		</xs:restriction>
-	</xs:simpleType>
-	
 	<xs:simpleType name="authorizationDecision">
 		<xs:annotation>
 			<xs:documentation>Used for the decision attribute of the of authorizationDecision resource</xs:documentation>				
-- 
GitLab