From eef4a0c43a6fefff53631dd24a687e05832cc37e Mon Sep 17 00:00:00 2001
From: Wolfgang Granzow <wgranzow@qti.qualcomm.com>
Date: Wed, 29 Nov 2017 18:20:04 +0100
Subject: [PATCH] updated schemaLocation attribute values

---
 v2_1_0/SEC-MAFBase-v2_1_0.xsd      | 8 ++++----
 v2_1_0/SEC-MEFBase-v2_1_0.xsd      | 8 ++++----
 v2_1_0/SEC-commonTypes-v2_1_0.xsd  | 2 +-
 v2_1_0/SEC-mafClientReg-v2_1_0.xsd | 4 ++--
 v2_1_0/SEC-mefClientCmd-v2_1_0.xsd | 4 ++--
 v2_1_0/SEC-mefClientReg-v2_1_0.xsd | 6 +++---
 v2_1_0/SEC-symmKeyReg-v2_1_0.xsd   | 4 ++--
 7 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/v2_1_0/SEC-MAFBase-v2_1_0.xsd b/v2_1_0/SEC-MAFBase-v2_1_0.xsd
index f8f2552..aa2b9a9 100644
--- a/v2_1_0/SEC-MAFBase-v2_1_0.xsd
+++ b/v2_1_0/SEC-MAFBase-v2_1_0.xsd
@@ -27,11 +27,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-    <xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
-	<xs:include schemaLocation="SEC-mafClientReg-v2_0_0.xsd" />
-    <xs:include schemaLocation="SEC-symmKeyReg-v2_0_0.xsd" />
+    <xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
+	<xs:include schemaLocation="SEC-mafClientReg-v2_1_0.xsd" />
+    <xs:include schemaLocation="SEC-symmKeyReg-v2_1_0.xsd" />
 	
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
     
     
 	<xs:element name="MAFBase" substitutionGroup="m2m:sg_resource">
diff --git a/v2_1_0/SEC-MEFBase-v2_1_0.xsd b/v2_1_0/SEC-MEFBase-v2_1_0.xsd
index cd30135..2db490a 100644
--- a/v2_1_0/SEC-MEFBase-v2_1_0.xsd
+++ b/v2_1_0/SEC-MEFBase-v2_1_0.xsd
@@ -27,11 +27,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-    <xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
-	<xs:include schemaLocation="SEC-mefClientReg-v2_0_0.xsd" />
-    <xs:include schemaLocation="SEC-symmKeyReg-v2_0_0.xsd" />
+    <xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
+	<xs:include schemaLocation="SEC-mefClientReg-v2_1_0.xsd" />
+    <xs:include schemaLocation="SEC-symmKeyReg-v2_1_0.xsd" />
 	
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
     
     
 	<xs:element name="MEFBase" substitutionGroup="m2m:sg_resource">
diff --git a/v2_1_0/SEC-commonTypes-v2_1_0.xsd b/v2_1_0/SEC-commonTypes-v2_1_0.xsd
index 536ddec..dc5f0cc 100644
--- a/v2_1_0/SEC-commonTypes-v2_1_0.xsd
+++ b/v2_1_0/SEC-commonTypes-v2_1_0.xsd
@@ -27,7 +27,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
 
 	<!--********************** -->
 	<!-- Simple Types   -->
diff --git a/v2_1_0/SEC-mafClientReg-v2_1_0.xsd b/v2_1_0/SEC-mafClientReg-v2_1_0.xsd
index 8e57c86..ee427f6 100644
--- a/v2_1_0/SEC-mafClientReg-v2_1_0.xsd
+++ b/v2_1_0/SEC-mafClientReg-v2_1_0.xsd
@@ -27,9 +27,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 	
-	<xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
+	<xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
 	
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
 	
     
 	<xs:element name="mafClientReg" substitutionGroup="m2m:sg_resource">
diff --git a/v2_1_0/SEC-mefClientCmd-v2_1_0.xsd b/v2_1_0/SEC-mefClientCmd-v2_1_0.xsd
index ff99d53..8b8eada 100644
--- a/v2_1_0/SEC-mefClientCmd-v2_1_0.xsd
+++ b/v2_1_0/SEC-mefClientCmd-v2_1_0.xsd
@@ -27,9 +27,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 	
-	<xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
+	<xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
 
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
 	
     
     
diff --git a/v2_1_0/SEC-mefClientReg-v2_1_0.xsd b/v2_1_0/SEC-mefClientReg-v2_1_0.xsd
index d473985..5137866 100644
--- a/v2_1_0/SEC-mefClientReg-v2_1_0.xsd
+++ b/v2_1_0/SEC-mefClientReg-v2_1_0.xsd
@@ -27,10 +27,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 	
-	<xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
-	<xs:include schemaLocation="SEC-mefClientCmd-v2_0_0.xsd" />
+	<xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
+	<xs:include schemaLocation="SEC-mefClientCmd-v2_1_0.xsd" />
 	
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
 	
     
 	<xs:element name="mefClientReg" substitutionGroup="m2m:sg_resource">
diff --git a/v2_1_0/SEC-symmKeyReg-v2_1_0.xsd b/v2_1_0/SEC-symmKeyReg-v2_1_0.xsd
index 4ce9686..2bc100e 100644
--- a/v2_1_0/SEC-symmKeyReg-v2_1_0.xsd
+++ b/v2_1_0/SEC-symmKeyReg-v2_1_0.xsd
@@ -27,9 +27,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
 	xmlns:m2m="http://www.onem2m.org/xml/protocols" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	elementFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 	
-	<xs:include schemaLocation="SEC-commonTypes-v2_0_0.xsd" />
+	<xs:include schemaLocation="SEC-commonTypes-v2_1_0.xsd" />
 
-	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_13_0.xsd" />
+	<xs:import namespace="http://www.onem2m.org/xml/protocols" schemaLocation="CDT-commonTypes-v2_15_0.xsd" />
 	
     
     
-- 
GitLab