From 87aa25f270e129e976fb27005b3013d245088ec4 Mon Sep 17 00:00:00 2001
From: Wolfgang Granzow <wgranzow@qti.qualcomm.com>
Date: Tue, 16 Jan 2018 09:06:15 +0100
Subject: [PATCH] Correction to datatype m2m:pointOfAccess

Added MQTT binding protocol option
---
 v2_16_0/CDT-commonTypes-v2_16_0.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2_16_0/CDT-commonTypes-v2_16_0.xsd b/v2_16_0/CDT-commonTypes-v2_16_0.xsd
index 26905f2..c8fd8bc 100644
--- a/v2_16_0/CDT-commonTypes-v2_16_0.xsd
+++ b/v2_16_0/CDT-commonTypes-v2_16_0.xsd
@@ -179,7 +179,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	
 	<xs:simpleType name="pointOfAccess">
 		<xs:restriction base="xs:anyURI">
-			<xs:pattern value="(http|HTTP|coap|COAP|ws|WS)(s|S)?://[\w/!#$^_\.+&amp;\-:;=]+" />
+			<xs:pattern value="(http|HTTP|coap|COAP|mqtt|MQTT|ws|WS)(s|S)?://[\w/!#$^_\.+&amp;\-:;=]+" />
 		</xs:restriction>
 	</xs:simpleType>
 	
-- 
GitLab